0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-18 21:06:11 -05:00
Commit graph

8917 commits

Author SHA1 Message Date
Florian Schroedl
828e3a719f Disable running tests from shadow-cljs directly 2024-07-04 16:07:28 +02:00
Florian Schroedl
785961f7c6 Cleanup 2024-07-04 16:07:28 +02:00
Florian Schroedl
55713275b6 Add test for overriding token 2024-07-04 16:07:28 +02:00
Florian Schroedl
f20c08f31b Specify tests 2024-07-04 16:07:28 +02:00
Florian Schroedl
893e790787 Only remove given token 2024-07-04 16:07:28 +02:00
Florian Schroedl
b73cdd15e0 Add helper to remove attributes from applied-tokens 2024-07-04 16:07:28 +02:00
Florian Schroedl
658e7ebd0a Cleanup 2024-07-04 16:07:28 +02:00
Florian Schroedl
694baeee0c Add sizing test 2024-07-04 16:07:28 +02:00
Florian Schroedl
7abfaef1cb Test applying rotation 2024-07-04 16:07:28 +02:00
Florian Schroedl
322c8ef8ec Update opacity 2024-07-04 16:07:28 +02:00
Florian Schroedl
b43d16008f Extract to helpers 2024-07-04 16:07:28 +02:00
Florian Schroedl
1f0f35e754 Remove unused 2024-07-04 16:07:28 +02:00
Florian Schroedl
a842cb2d7d Cleanup 2024-07-04 16:07:28 +02:00
Florian Schroedl
8f806ef1fe Test single property updates 2024-07-04 16:07:28 +02:00
Florian Schroedl
f3261c9b0f Fix emit! side-effect 2024-07-04 16:07:28 +02:00
Florian Schroedl
818aa043ca Wrap in undo sequence 2024-07-04 16:07:28 +02:00
Florian Schroedl
596480d177 Add test to verify toggle removes token for applied & unapplied 2024-07-04 16:07:28 +02:00
Florian Schroedl
ab62c5b4ef Add helper to apply token to shape 2024-07-04 16:07:28 +02:00
Florian Schroedl
581ced0ab8 Abstract into helper 2024-07-04 16:07:28 +02:00
Florian Schroedl
e85de19a5e Add multiple shapes test 2024-07-04 16:07:28 +02:00
Florian Schroedl
8370fd06d4 Remove cb 2024-07-04 16:07:28 +02:00
Florian Schroedl
3793e98660 Disable complete log 2024-07-04 16:07:28 +02:00
Florian Schroedl
b12e59a8d7 Rename event to toggle-token 2024-07-04 16:07:28 +02:00
Florian Schroedl
71976ed7e9 Add helpers for creating test tokens 2024-07-04 16:07:28 +02:00
Florian Schroedl
0730ecef46 Cleanup 2024-07-04 16:07:28 +02:00
Florian Schroedl
219d184e6c Add multiple tokens for tests 2024-07-04 16:07:28 +02:00
Florian Schroedl
a7e735bd81 Add helper for asnc stores 2024-07-04 16:07:28 +02:00
Florian Schroedl
ed7aad6c4e Async token event tests working 2024-07-04 16:07:27 +02:00
alonso.torres
aded9f1a36 🐛 Fix problem when creating SVG images 2024-07-04 16:01:02 +02:00
Belén Albeza
3a34eb1357 🐛 Fix flakiness of visual workspace test (assets tab) 2024-07-04 15:45:50 +02:00
Florian Schroedl
e203646085 Naming 2024-07-04 15:23:35 +02:00
Florian Schroedl
1e70a4d714 Implement using rx observables instead of side-effects 2024-07-04 15:23:35 +02:00
Florian Schroedl
97db3c29ca Trying to convert to rx structure 2024-07-04 15:23:35 +02:00
alonso.torres
53d3b2abbc Add events for plugins 2024-07-04 15:16:34 +02:00
Belén Albeza
5d90c463a3 📚 Add docs for RawSvg component 2024-07-04 14:48:57 +02:00
Belén Albeza
5309da2eee 📎 Add storybook helper components and improve current stories 2024-07-04 14:11:03 +02:00
alonso.torres
0a83306015 ⬆️ Update plugins runtime 2024-07-04 13:57:04 +02:00
Belén Albeza
203a39f07c ♻️ Rename IconGrid to StoryGrid (storybook helper component) 2024-07-04 13:05:23 +02:00
Eva Marco
1ca751bc42 🐛 Fix workspace visual test for assets modal 2024-07-04 12:41:48 +02:00
Andrey Antukh
e9a28b034f 🔥 Replace spec with schema on file RPC methods 2024-07-04 12:30:28 +02:00
alonso.torres
1b93ccdec9 Remove duplicate permissions in confirm dialog 2024-07-04 12:07:54 +02:00
Alejandro Alonso
2921b62b37 Merge remote-tracking branch 'origin/staging' into develop 2024-07-04 11:56:21 +02:00
alonso.torres
83f3ae1fbd Change plugins url 2024-07-04 11:52:31 +02:00
Eva Marco
66d97cb2e0 Add typography ds tokens 2024-07-04 11:18:05 +02:00
Alejandro Alonso
0ec1bb7a22 Release notes for 2.1 2024-07-04 11:16:20 +02:00
Belén Albeza
4ecaaba1e5 Add RawSvg component to the design system 2024-07-04 10:11:12 +02:00
Belén Albeza
c52da573c5 📎 Fix react warning on icon* component 2024-07-04 09:47:37 +02:00
Belén Albeza
4ac18e2ef0 🐛 Fix cursors svg duplicating icons sprites 2024-07-04 09:20:18 +02:00
Belén Albeza
f05e1354ff 🔧 Add assets svg sprite generation 2024-07-04 09:20:18 +02:00
alonso.torres
deb0fab156 🐛 Fix small visual problems 2024-07-03 15:35:43 +02:00