Andrey Antukh
7aa720f150
Merge remote-tracking branch 'origin/staging' into develop
2026-06-08 14:36:44 +02:00
Alonso Torres
6808390827
🐛 Fix problem with color picker error ( #10056 )
2026-06-08 13:25:45 +02:00
Elena Torró
60d3c81450
✨ Add wasm rulers ( #9858 )
...
* ✨ Add wasm rulers
* 🔧 Fix dpr on page zoom
Co-authored-by: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
Co-authored-by: Elena Torro <elenatorro@gmail.com>
* 🔧 Change page-switch behavior to refresh rulers and keep blurred snapshot
* 🐛 Restore WASM rulers after WebGL context recovery
Co-Authored-By: Elena Torro <elenatorro@gmail.com>
Co-Authored-By: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
---------
Co-authored-by: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
2026-06-05 07:51:35 +02:00
Eva Marco
c3f107e830
🎉 Add color list to colorpicker ( #9953 )
...
* 🎉 Add color list to colorpicker
* 🎉 Improve performance
* 🎉 Add accessibility roles
* 🎉 Add test
* 🎉 Add empty state
2026-06-04 08:47:00 +02:00
alonso.torres
892869b039
🐛 Fix stroke caps misplaced when adding node in middle of path
2026-06-03 16:10:28 +02:00
alonso.torres
e90b14eb37
🐛 Fix grid layout track menu button missing in WebKit/Safari
2026-06-03 16:09:52 +02:00
Dexterity
8b9a7b257f
♻️ Migrate rulers component to modern syntax ( #9437 )
...
* ♻️ Migrate rulers component to modern syntax
* 📎 Remove the usage of mf/memo on rules
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
---------
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-02 18:12:03 +02:00
Dexterity
cb5f59533d
♻️ Migrate color-item asset component to modern syntax ( #9440 )
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-02 18:11:33 +02:00
Andrey Antukh
7517ba1559
Merge remote-tracking branch 'origin/staging' into develop
2026-06-02 10:38:54 +02:00
Andrey Antukh
17fb1c49f8
✨ Redunce the render throttling to 50ms of the layers-tree* component
2026-06-02 10:30:08 +02:00
María Valderrama
7bf519a127
✨ Inherit subscriptions perks to Nitrate
2026-06-02 09:33:02 +02:00
Andrés Moya
06c9a18ab0
🔧 Revert migration for tokens with clashing names ( #9950 )
...
* Revert "🐛 Detect duplicated token names in the whole library (#9034 )"
This reverts commit 61cd7573553b1c5e9fc2d7300cf9b2c36b4dcbb6.
* 🔧 Preserve some enhancements and fixes that are still valid
* 🔧 Fix broken integration tests
2026-06-02 09:09:58 +02:00
Andrey Antukh
0044e76cb4
🐛 Revert throttle timeout increase on layers pannel
2026-06-01 14:40:55 +02:00
Andrey Antukh
4a8fb5af53
Merge remote-tracking branch 'origin/staging' into develop
2026-06-01 13:15:57 +02:00
Andrey Antukh
c5de4c27b0
Merge remote-tracking branch 'origin/main' into staging
2026-06-01 12:57:39 +02:00
Andrey Antukh
9e12e413ca
🐛 Fix typo in icon name elipse to ellipse ( #9948 )
...
Rename the icon file and fix the icon ID from "elipse" (single "l")
to "ellipse" (double "l") across the codebase.
The root cause was a mismatch: the icon file/ID was named "elipse"
but get-shape-icon returns "ellipse" for circle shapes. Since the
icon* component validates icon-id against the auto-generated
icon-list set, the string "ellipse" failed validation.
Changes:
- Rename frontend/resources/images/icons/elipse.svg to ellipse.svg
- Fix icon def in icon.cljs: ^:icon-id elipse -> ^:icon-id ellipse
- Fix deprecated icon in icons.cljs: ^:icon elipse -> ^:icon ellipse
- Fix usage in top_toolbar.cljs: deprecated-icon/elipse -> ellipse
- Fix usage in history.cljs: deprecated-icon/elipse -> ellipse
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 12:49:24 +02:00
Dexterity
a9e88b8fa8
🐛 Translate layout panel header and add-layout options ( #9424 )
...
* 🐛 Translate layout panel header and add-layout options
* ♻️ Wrap shared layout dropdown binding in mf/html
2026-06-01 12:13:56 +02:00
Dexterity
67f6786809
♻️ Migrate plugin-entry to modern component syntax ( #9462 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 11:56:23 +02:00
Dexterity
61d44a374a
♻️ Migrate session-widget to modern component syntax ( #9460 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 10:04:54 +02:00
Luis de Dios
0b56fd2f77
🐛 Fix locked flex and grid elements cannot be selected in viewer role ( #9865 )
...
* 🐛 Fix locked flex and grid elements cannot be selected in viewer role
* ✨ Add playwright test
2026-06-01 08:30:27 +02:00
Belén Albeza
a5c8bcaf9e
🐛 Fix text editor crash when switching from svg to wasm renderer ( #9926 )
...
* 🐛 Fix crash when switching renderers with text editor open
* ♻️ Use new initialized? helper in wasm api
2026-05-29 14:00:49 +02:00
Eva Marco
237fa568e8
🐛 Fix comments
2026-05-29 12:28:10 +02:00
Eva Marco
ba39600192
🐛 Fix show error on name-input
2026-05-29 12:28:10 +02:00
Andrés Moya
429103d076
🐛 Fix errors when token name conflicts with group name
2026-05-29 12:28:10 +02:00
Yamila Moreno
ddba2ffa75
📎 Update Kaleidos Copyright ( #9929 )
2026-05-29 11:24:58 +02:00
Dexterity
c4a5f0098e
♻️ Migrate color-bullet and color-name to modern component syntax ( #9433 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-29 09:56:12 +02:00
Dexterity
78597374ab
♻️ Migrate history-entry to modern component syntax ( #9461 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-28 15:37:20 +02:00
Eva Marco
7843bb1208
♻️ Fix regression and add test
2026-05-28 15:06:29 +02:00
Andrey Antukh
1a1c7355e2
Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
2026-05-27 13:37:17 +02:00
Andrey Antukh
3858993a57
Merge remote-tracking branch 'origin/staging' into develop
2026-05-27 13:37:02 +02:00
Eva Marco
5ffec3e5e9
🐛 Fix shadow token creation
2026-05-27 13:06:47 +02:00
Eva Marco
0c568b0b2d
🐛 Fix highlight on token pill ( #9829 )
2026-05-26 16:25:18 +02:00
Eva Marco
0eb8cabd39
🐛 Fix text color on tooltip ( #9851 )
2026-05-26 16:13:58 +02:00
Alonso Torres
5a3a855b24
🐛 Fix problem with position-data not present
...
* 🐛 Fix problem with position-data not present
* 🐛 Async set-objects wait before calculate-position-data
2026-05-26 09:50:23 +02:00
alonso.torres
63886d097b
🐛 Fix problem with undo rename tokens
2026-05-26 09:46:18 +02:00
Eva Marco
f3f697b4a2
🐛 Fix colorpicker inputs ( #9793 )
2026-05-25 10:45:49 +02:00
Eva Marco
841ad69d26
🐛 Fix typography asset name color and ellipsis ( #9784 )
2026-05-25 07:48:49 +02:00
Eva Marco
017f1d9994
🐛 Fix filter tokens to be case-sensitive ( #9800 )
...
* 🐛 Fix filter tokens to be case-sensitive
* ♻️ Add test
2026-05-25 07:47:58 +02:00
Xaviju
ee1b61914e
🐛 Scroll to newly created tokens on the token tree ( #9803 )
2026-05-22 11:32:51 +02:00
Eva Marco
8119ed132e
🐛 Fix sorting of standalone and grouped tokens ( #9736 )
2026-05-21 17:15:07 +02:00
Luis de Dios
bfa338bdee
🐛 Fix resize line between sitemaps and layers
2026-05-21 16:54:31 +02:00
Eva Marco
2c453e4a00
🎉 Add dash and gap inputs for dashed strokes ( #9765 )
...
* ✨ Add dash and gap customization for dashed strokes
Signed-off-by: eureka0928 <meobius123@gmail.com>
* ♻️ Change old numeric-inputs for new components
---------
Signed-off-by: eureka0928 <meobius123@gmail.com>
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: eureka0928 <meobius123@gmail.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Alejandro Alonso <alejandro.alonso@kaleidos.net>
2026-05-21 13:52:01 +02:00
Eva Marco
05fa8af479
🎉 Add search bar to prototype interaction destination dropdown ( #9769 )
...
* ✨ Add search bar to prototype interaction destination dropdown
On pages with many boards the destination dropdown becomes hard to
navigate. Add an optional `searchable?` flag to the shared select
component that renders a case-insensitive filter input at the top of
the dropdown, and opt it in for the interaction destination select.
- Filtering reuses the already-computed option list (no extra queries).
- Arrow-key navigation tracks the filtered list.
- Search clears automatically when the dropdown closes, so reopening
starts with the full list.
- New `labels.no-matches` i18n key renders when nothing matches.
Closes #8618
Signed-off-by: moorsecopers99 <patellscott18@gmail.com>
* ✨ Use trigger input as search field in destination dropdown
Per review on #9006 , the searchable select now uses the visible trigger
input as the filter field itself rather than an extra sticky input
inside the dropdown. The trigger behaves like a filterable select:
typing filters the options without permitting free-text values.
Signed-off-by: moorsecopers99 <vadanamihai409@gmail.com>
* ♻️ Update css on old select component
---------
Signed-off-by: moorsecopers99 <patellscott18@gmail.com>
Signed-off-by: moorsecopers99 <vadanamihai409@gmail.com>
Co-authored-by: moorsecopers99 <patellscott18@gmail.com>
Co-authored-by: moorsecopers99 <vadanamihai409@gmail.com>
Co-authored-by: Alejandro Alonso <alejandro.alonso@kaleidos.net>
2026-05-21 13:21:16 +02:00
andrés gonzález
6d6f624d09
✨ Track WebGL rendering toggle events ( #9683 ) ( #9772 )
...
* ✨ Track WebGL rendering toggle events (#9683 )
* 📎 Normalize workspace menu events origin
* 📎 Normalize event origin for profile settings page
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-21 13:17:14 +02:00
andrés gonzález
e2ed6a488d
✨ Polish workspace find and replace UX ( #9687 )
...
* ✨ Polish workspace find and replace UX
Co-authored-by: Cursor <cursoragent@cursor.com>
* ✨ Add toggle mode button
This button toggles between search and search and replace modes
* ♻️ Refactor and CSS cleanup
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>
2026-05-21 12:10:36 +02:00
Belén Albeza
d7a50735ba
🐛 Fix page and delete page icons in the sidebar
...
* 🐛 Fix page delete icon not disappearing on selected page
* 🐛 Fix page icon being clipped on its right side
2026-05-21 09:14:45 +02:00
Belén Albeza
d96442483e
🐛 Fix blurry boards (svg renderer)
2026-05-20 17:37:07 +02:00
María Valderrama
a157ecdc5b
✨ Add nitrate advanced permissions for invite to teams
...
* ✨ Add nitrate advanced permissions for invite to teams
* 📎 Code review
2026-05-20 16:02:37 +02:00
Eva Marco
f1c0ea2a19
🐛 Fix typing full token name on numeric input ( #9725 )
2026-05-20 13:23:21 +02:00
Andrey Antukh
565ed042bc
🐛 Fix regression on shape rendering ( #9762 )
...
caused by previous merge
2026-05-20 11:58:34 +02:00