Commit graph

9175 commits

Author SHA1 Message Date
Andrés Moya
b5477c4e30 🔧 Improve debug utility 2024-06-14 10:45:20 +02:00
Florian Schroedl
c9df90577f Add compiled library 2024-06-14 10:35:54 +02:00
Florian Schroedl
965da83c97 Add workspace-tokens helper 2024-06-14 10:35:54 +02:00
Florian Schroedl
9bc48a3a1a Allow passing custom cache atom 2024-06-14 10:35:54 +02:00
Florian Schroedl
908cc2240f Docs 2024-06-14 10:35:54 +02:00
Florian Schroedl
a79d1013bf Prevent reprocessing the style-dictionary cache multiple times 2024-06-14 10:35:54 +02:00
Florian Schroedl
73e8b80521 Cleanup 2024-06-14 10:35:54 +02:00
Florian Schroedl
2f45ab1b62 Add hook for using resolved tokens cache 2024-06-14 10:35:54 +02:00
Florian Schroedl
0921f8043b Allow passing of tokens 2024-06-14 10:35:54 +02:00
Florian Schroedl
b1b6b5292c Disable invalid token style for now 2024-06-14 10:35:54 +02:00
Florian Schroedl
4fec7d5af2 Applying resolved token value 2024-06-14 10:35:54 +02:00
Florian Schroedl
66b4b892df Fix data-keys being converted to camel-case 2024-06-14 10:35:54 +02:00
Florian Schroedl
4b90e90974 Backporting resolved tokens to the original structure 2024-06-14 10:35:54 +02:00
Florian Schroedl
1519f8f560 Move to ns 2024-06-14 10:35:54 +02:00
Florian Schroedl
e691628648 Test out tokens-studio data 2024-06-14 10:35:54 +02:00
Florian Schroedl
efd4c5dcca Add performance measuring 2024-06-14 10:35:54 +02:00
Florian Schroedl
a5b22d5427 Got resolve working 2024-06-14 10:35:54 +02:00
Florian Schroedl
7da772d6a2 Add sd function 2024-06-14 10:35:54 +02:00
Florian Schroedl
1023ba866a Add StyleDictionary as compiled lib 2024-06-14 10:35:54 +02:00
Alejandro Alonso
b991391667 Merge remote-tracking branch 'origin/staging' into develop 2024-06-14 08:10:51 +02:00
Alejandro
7a05580df3
Merge pull request #4745 from penpot/niwinz-bugfix-9
🐛 Clear persistence status on server error
2024-06-14 08:10:11 +02:00
Alejandro Alonso
2c506fc721 🐛 Fix SVG attrs are not handled correctly when exporting/importing .zip 2024-06-14 07:58:18 +02:00
Alejandro Alonso
043769c255 Remove a/b testing code for onboarding questions 2024-06-14 07:45:59 +02:00
Andrey Antukh
88540eeedd Merge remote-tracking branch 'origin/staging' into develop 2024-06-14 07:45:53 +02:00
Alejandro
68741bb56f
Merge pull request #4744 from penpot/niwinz-bugfix-8
 Fix translation strings inconsistencies on the onboarding questions modals
2024-06-14 07:00:56 +02:00
Alejandro Alonso
0d23f4ab5d 🐛 Workspace-palette items stay hidden when opening with keyboard-shortcut 2024-06-14 00:06:08 +02:00
Andrey Antukh
f463a1989f 🐛 Clear persistence status on server error
This avoids the problem of permanently keeping on the persistence
queue a problematic change.
2024-06-14 00:01:59 +02:00
Andrey Antukh
a9f5b1559f Make translations consistent on the onboarding questions modal 2024-06-13 23:51:23 +02:00
Akshay Gupta
8d444b4b02
Hide non functional token types from UI 2024-06-13 21:33:38 +05:30
Andrey Antukh
b4c9528603 Add missing frontend translations to devenv watcher 2024-06-13 18:01:46 +02:00
Alejandro Alonso
1ad2171933 🐛 Fix persistence status widget lost saving status color 2024-06-13 14:47:42 +02:00
Andrey Antukh
535246f1c6 🐛 Fix onboarding step1 values 2024-06-13 12:45:36 +02:00
Alejandro Alonso
7e87362a39 Merge remote-tracking branch 'origin/staging' into develop 2024-06-13 11:04:58 +02:00
alonso.torres
d48e486668 🐛 Fix problem moving layout to frame 2024-06-13 10:47:22 +02:00
Alejandro Alonso
c15c3b14ee Add e2e tests for fix color palette default library 2024-06-13 10:47:22 +02:00
Pablo Alba
67e1081f11 🐛 Fix open overlay relative to a frame 2024-06-13 06:33:48 +02:00
Eva Marco
232cfea709 🐛 Fix move scrollbar create a selection rectangle 2024-06-13 06:28:26 +02:00
AzazelN28
b4004af255 🐛 Fix toolbar keeps hiding when clicking outside 2024-06-12 17:07:35 +02:00
Alejandro Alonso
740a872231 🐛 Toolbar keeps toggling on and off on spacebar press 2024-06-12 16:41:06 +02:00
Andrey Antukh
c1463ebd12 🐛 Fix many race conditions on thumbnail generation process 2024-06-12 16:04:08 +02:00
Alejandro Alonso
058a72b817 🐛 Fix internal error when I set up a stroke for some objects without and with stroke 2024-06-12 13:00:39 +02:00
Akshay Gupta
f10a4f28ea
Add context menu for opacity, rotation and stroke width 2024-06-12 16:18:51 +05:30
Alejandro Alonso
9f7a002a78 🐛 Fix misaligned input on comments 2024-06-12 10:20:18 +02:00
Alejandro Alonso
a861691ffd 🐛 Fix change color on imported svg also changes the stroke alignment 2024-06-12 10:08:30 +02:00
Alejandro Alonso
a5ba9d113f Improve create group tests 2024-06-12 10:07:34 +02:00
Belén Albeza
f417445f31 Refactor WorkspacePage so it has more semantic locators 2024-06-12 09:23:30 +02:00
Belén Albeza
7719cd8d0b ♻️ Move libraries test to sidebar spec file 2024-06-12 09:23:30 +02:00
Belén Albeza
04f341ce1d 🐛 Fix layers tree not expanding towards the bottom edge 2024-06-12 09:23:30 +02:00
Alejandro
00f7ea2b56
Merge pull request #4720 from penpot/niwinz-bugfix-5
 Improve how email is passed on post-signup page
2024-06-12 09:00:29 +02:00
Alejandro
f2cc363caa
Merge pull request #4698 from penpot/eva-new-onboarding-integration-tests
 Add integration tests to new onboarding process
2024-06-12 08:57:17 +02:00