496 add open in full page button on command menu record page (#10659)

Closes https://github.com/twentyhq/core-team-issues/issues/496

I upgraded react tabler icons to the latest version to be able to use
the newest icons.

The option menu was no longer accessible on right drawer record pages,
this pr fixes this and creates a new button which opens the record show
page.
This button is accessible via the shortcut `Command` + `Enter`


https://github.com/user-attachments/assets/570071b2-4406-40bd-be48-a0e5e430ed70
This commit is contained in:
Raphaël Bosi
2025-03-05 12:02:31 +01:00
committed by GitHub
parent 03c945ef97
commit f3e667a651
19 changed files with 173 additions and 40 deletions

View File

@ -16553,22 +16553,21 @@ __metadata:
languageName: node
linkType: hard
"@tabler/icons-react@npm:^2.44.0":
version: 2.47.0
resolution: "@tabler/icons-react@npm:2.47.0"
"@tabler/icons-react@npm:^3.31.0":
version: 3.31.0
resolution: "@tabler/icons-react@npm:3.31.0"
dependencies:
"@tabler/icons": "npm:2.47.0"
prop-types: "npm:^15.7.2"
"@tabler/icons": "npm:3.31.0"
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0
checksum: 10c0/09a78a1b88aab69a11cd783c7d1bb75aeabe2ed03e3f957d00113dfde974ec73ee850551c430664634469ebcf32db749497a81bd30c01f2fb3425884cba7429c
react: ">= 16"
checksum: 10c0/aceefe1b6c12a2e64921900f49c09c0c24bcd837dfb3d4274914065e33a5175944f1e25ce9a80d110272e5ae0fefc24062a38f1ec75a4ec79c63d40acb9d1d12
languageName: node
linkType: hard
"@tabler/icons@npm:2.47.0":
version: 2.47.0
resolution: "@tabler/icons@npm:2.47.0"
checksum: 10c0/ffdffa1289ca958f7d7c06c19e35c51a664d916df510fb44fb673abc2031747f2b3c47e21ba4c1ca07a6872b793f2063179bbbfb6afd1c68b522ca333460a7f3
"@tabler/icons@npm:3.31.0":
version: 3.31.0
resolution: "@tabler/icons@npm:3.31.0"
checksum: 10c0/03fcfff0b705e1474030acee2ff0523bfa1fda7a29a33d031a9fd8e3b52ecc2e0380f9cf5e81bd054b30dc0acdb819b1e08ab746805be8d660934a08b2c3545e
languageName: node
linkType: hard
@ -47190,7 +47189,7 @@ __metadata:
"@swc/core": "npm:1.7.42"
"@swc/helpers": "npm:~0.5.2"
"@swc/jest": "npm:^0.2.29"
"@tabler/icons-react": "npm:^2.44.0"
"@tabler/icons-react": "npm:^3.31.0"
"@testing-library/jest-dom": "npm:^6.1.5"
"@testing-library/react": "npm:14.0.0"
"@types/addressparser": "npm:^1.0.3"