0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00
Commit graph

14180 commits

Author SHA1 Message Date
Florian Schroedl
c29024bd62 Dont update values outside of 0..1 (e.g.: 20) 2024-08-05 10:51:35 +02:00
Florian Schroedl
1f88c8288a Parse double to preserve opacity 2024-08-05 10:48:04 +02:00
Florian Schrödl
3c7261e75b
Merge pull request #231 from tokens-studio/update-token-shapes
Update token shapes
2024-08-02 08:56:30 +02:00
Florian Schroedl
72c5c3ec9a Cleanup 2024-08-01 15:45:37 +02:00
Florian Schroedl
13163a4571 Clean up debugging code 2024-08-01 15:37:53 +02:00
Florian Schroedl
0c757f05e3 Apply actions directly 2024-08-01 15:37:39 +02:00
Florian Schroedl
fc6d64fb5d Fix import 2024-08-01 15:32:33 +02:00
Florian Schroedl
518441e582 Fix spacing token click will add padding 2024-08-01 12:12:03 +02:00
Florian Schroedl
fdce370bb6 Disable debug 2024-08-01 12:05:15 +02:00
Florian Schroedl
9ebd743635 Testing comment 2024-08-01 11:09:36 +02:00
Florian Schroedl
cc6f34f78a Fix trying to update shapes for deleted tokens crash 2024-08-01 11:07:02 +02:00
Florian Schroedl
feb438f882 Safety net 2024-08-01 10:41:45 +02:00
Florian Schroedl
68b32448d1 Fix exact match of diff adding nil attrs group and crashing the app 2024-08-01 10:41:03 +02:00
Florian Schroedl
ac27f95091 Fix undo deleting the token on update 2024-08-01 09:41:52 +02:00
Florian Schroedl
68415b6668 Update tokens after shape update 2024-08-01 09:14:21 +02:00
Florian Schroedl
e52623c728 Update shapes in one undo step, resolve tokens from state not cache atom 2024-08-01 09:13:58 +02:00
Florian Schroedl
a1fefe66ae Working updates! 2024-07-31 17:26:50 +02:00
Florian Schroedl
d22234fe2a Cleanup 2024-07-31 16:52:01 +02:00
Florian Schroedl
0166c38486 Split logical attribute groups 2024-07-31 16:43:03 +02:00
Florian Schroedl
69d9359237 Collecting update functions by attributes 2024-07-31 14:36:09 +02:00
Florian Schroedl
6225f59ea0 Cleanup 2024-07-31 14:04:00 +02:00
Florian Schrödl
ab72bdf09c
Merge pull request #224 from tokens-studio/ux-context-menu
Ux context menu
2024-07-30 08:02:50 +02:00
Florian Schroedl
1d4b417501 Fix missing function shorthand 2024-07-30 06:57:21 +02:00
Florian Schroedl
f69db7ce9e Cleanup 2024-07-29 18:43:47 +02:00
Florian Schroedl
5e33eab7d0 Fix position updating 2024-07-29 18:31:11 +02:00
Florian Schroedl
9340ba9cc0 Allow passing custom on-update-shape function 2024-07-29 18:30:59 +02:00
Florian Schroedl
ededd23849 Trigger Build 2024-07-29 17:48:30 +02:00
Florian Schroedl
b423a9c782 Always update all layout-gap on token pill click 2024-07-29 17:43:32 +02:00
Florian Schroedl
70904dbc64 Trigger Build 2024-07-29 16:38:40 +02:00
Florian Schroedl
9ba4776c8e Trigger Build 2024-07-29 16:34:26 +02:00
Florian Schroedl
c92decedeb Trigger Build 2024-07-29 16:21:42 +02:00
Florian Schroedl
a893a66ec8 Fix crash on applying col/row gap 2024-07-29 16:07:33 +02:00
Florian Schroedl
3f14af9e03 Fix highlighting for dimensions token 2024-07-29 16:00:46 +02:00
Florian Schroedl
596d662ca8 Cleanup 2024-07-29 15:24:17 +02:00
Florian Schroedl
1eea55ad43 Test 2024-07-29 15:09:35 +02:00
Florian Schroedl
55ed79d968 Move to sidebar, should not be rendered in root 2024-07-29 14:22:37 +02:00
Florian Schroedl
6fc370bb30 Fix token position wrong, component gets rendered on user mount 2024-07-29 14:22:07 +02:00
Florian Schroedl
1633f8035e Indent 2024-07-29 13:51:17 +02:00
Florian Schroedl
9bec2509c9 Better context-menu position, remove hardcoded value 2024-07-25 10:11:36 +02:00
Florian Schroedl
1e481412e8 Remove old token applying events 2024-07-25 09:12:23 +02:00
Florian Schroedl
cc41a42dfa Update CHANGELOG 2024-07-25 09:11:03 +02:00
Florian Schroedl
a3a4883875 Cleanup 2024-07-25 08:58:26 +02:00
Florian Schroedl
f094654837 Fix only shape ids being applied 2024-07-25 08:56:02 +02:00
Florian Schroedl
f93a5ab109 Merge remote-tracking branch 'origin/token-studio-develop' into ux-context-menu 2024-07-25 08:42:17 +02:00
Florian Schroedl
957ad0dae3 Always highlight if one of the attributes is active, but only apply minimal set on pill click 2024-07-24 16:21:48 +02:00
Florian Schroedl
b9b4abf1e0 Fix edit modal not opening 2024-07-24 16:10:54 +02:00
Florian Schroedl
cb942996a9 Fix render-loop after token was deleted 2024-07-24 16:05:43 +02:00
Florian Schroedl
37bef1e2ea Cleanup 2024-07-24 16:05:40 +02:00
Florian Schroedl
b392c3ba65 Move token change events to changes ns 2024-07-24 15:46:14 +02:00
Florian Schroedl
56e72b5247 Refactor - Separate core into namespaces: changes, token_types 2024-07-24 15:29:40 +02:00