0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-27 00:49:28 -05:00
Commit graph

8253 commits

Author SHA1 Message Date
Florian Schroedl
135ecf0e3a Cleanup 2024-06-25 16:33:07 +02:00
Florian Schroedl
af374276e4 Extract missing reference error check 2024-06-25 16:30:57 +02:00
Florian Schroedl
2c42ca5a4b Cleanup 2024-06-25 14:24:20 +02:00
Florian Schroedl
b905ff7d2c Validate forms again on submit 2024-06-25 14:18:07 +02:00
Florian Schroedl
eb123bf8ef Extract token validation 2024-06-25 12:15:14 +02:00
Florian Schroedl
6e9623153c Remove caching layer for now 2024-06-25 11:55:57 +02:00
Florian Schroedl
d0f8e9612a Validate name before submitting 2024-06-25 11:52:39 +02:00
Florian Schroedl
5df0cf545e Remove form-touched work-around 2024-06-25 11:33:18 +02:00
Florian Schroedl
eac7d9288b Fix on-submit taking old ref-values when user submits before errors have been validated 2024-06-25 11:30:53 +02:00
Florian Schroedl
05f6cfc4b0 Remove unneeded state 2024-06-25 11:30:45 +02:00
Florian Schroedl
33131fa943 Restore token saving 2024-06-25 11:15:43 +02:00
Florian Schroedl
ca98747dea Add description with schema 2024-06-25 11:02:21 +02:00
Florian Schroedl
d2bdc6c624 Fix ref logic 2024-06-25 10:52:34 +02:00
Florian Schroedl
e0be30bb79 Dont show error when unfocusing name input field, but keep form disabled 2024-06-24 15:58:19 +02:00
Florian Schroedl
c98162d0bf Move callback function to component 2024-06-24 15:24:22 +02:00
Florian Schroedl
28f25da9e8 Move to tests 2024-06-24 14:29:29 +02:00
Florian Schroedl
111900c122 Cleanup 2024-06-24 14:23:28 +02:00
Florian Schroedl
10033ead91 Add specific esm testing environment for tokens 2024-06-24 14:23:03 +02:00
Florian Schroedl
ba6a6059c1 Move to custom ns 2024-06-24 14:07:21 +02:00
Florian Schroedl
69d9c8e88f Add esm test 2024-06-24 12:44:29 +02:00
Florian Schroedl
ab51b43365 Add type 2024-06-24 12:44:05 +02:00
Florian Schroedl
5c42514170 Add style dictionary find-token-reference test 2024-06-24 09:59:22 +02:00
Florian Schroedl
5f25bd8a7b Add comments 2024-06-21 19:41:04 +02:00
Florian Schroedl
59780a9d4d Add token finding function 2024-06-21 19:40:03 +02:00
Florian Schroedl
598e4d36fc Disable on value error 2024-06-21 17:19:59 +02:00
Florian Schroedl
910485008f Fix name not updating button 2024-06-21 17:19:13 +02:00
Florian Schroedl
39eb964cb7 Reduce debounce timeout 2024-06-21 17:18:56 +02:00
Florian Schroedl
dd62c7fe18 Give new tokens without a name a temporary hardcoded string 2024-06-21 17:00:56 +02:00
Florian Schroedl
1dcdddb2db Check for self references 2024-06-21 17:00:45 +02:00
Florian Schroedl
941fb041b6 Add form styling 2024-06-21 17:00:00 +02:00
Florian Schroedl
8db47b5877 Use initial value 2024-06-21 15:09:46 +02:00
Florian Schroedl
53f01ef46c Use input as cache key 2024-06-21 15:04:59 +02:00
Florian Schroedl
35ee732701 Debounced update of resolved value 2024-06-21 14:59:08 +02:00
Florian Schroedl
f00ac72fbe Revert to use-var 2024-06-21 10:10:45 +02:00
Florian Schroedl
e394216f00 Move form out of modal specific code 2024-06-21 10:02:21 +02:00
Florian Schroedl
885322d479 Reestore fields 2024-06-19 17:17:00 +02:00
Florian Schroedl
0830a26be9 Add error state for invalid name 2024-06-19 17:11:28 +02:00
Florian Schroedl
0c45d15fe7 Variadic function doesn't work for hooks 2024-06-19 16:02:50 +02:00
Florian Schroedl
1596dbe155 Add function to verify already used names 2024-06-19 13:54:09 +02:00
Florian Schroedl
deb9cb1120 Remove debugging code 2024-06-19 11:26:29 +02:00
Florian Schroedl
f169d49397 Remove double cljs conversion 2024-06-19 11:18:41 +02:00
Florian Schroedl
0a73c3aa95 Validation in modal 2024-06-19 11:09:01 +02:00
Florian Schroedl
168a5d57d4 Add template 2024-06-19 10:49:35 +02:00
Florian Schroedl
a4ef2ee8bf Add changelog 2024-06-19 10:42:42 +02:00
Florian Schrödl
83515250da
Merge pull request #168 from tokens-studio/style-dictionary
References & Expressions in Tokens
2024-06-19 10:10:43 +02:00
Florian Schroedl
5a8a32ddc7 Remove items with missing references 2024-06-19 09:43:36 +02:00
Florian Schroedl
23de79bd04 Remove unneeded function 2024-06-19 09:40:39 +02:00
Akshay Gupta
0d4e3e8629
Merge pull request #174 from tokens-studio/fix-dimensions-keys-applied
Fix keys applied when dimensions or sizing token is applied directly
2024-06-19 12:58:54 +05:30
Akshay Gupta
35135635c4
Merge pull request #175 from tokens-studio/fix-min-max-height-error
Fix/ min and max height-width application
2024-06-19 12:58:43 +05:30
Akshay Gupta
3bbee9532f
Fix error message 2024-06-19 12:38:28 +05:30