Andrey Antukh
8139ee3ef9
Revert " 🐛 Fix workspace hot reload race condtion ( #5851 )"
...
This reverts commit 5d56d28cb64deefb07aaa4516be5d0b692a8559d.
2025-02-14 10:02:05 +01:00
Andrey Antukh
f68b0117c4
♻️ Simplify token creation mechanism
2025-02-14 08:49:31 +01:00
Andrey Antukh
3fd429c72a
Merge remote-tracking branch 'origin/staging' into develop
2025-02-13 21:04:52 +01:00
Andrey Antukh
5d56d28cb6
🐛 Fix workspace hot reload race condtion ( #5851 )
...
Mainly ensure that all required paramers for workspace
file and page bootstrap are always available from parameters
and not taken from context
2025-02-13 17:04:34 +01:00
Eva Marco
46d2359107
🐛 Fix empty translation strings ( #5847 )
2025-02-13 15:48:44 +01:00
Alejandro
f8820695cc
🐛 Fix incorrect numbering files when new team ( #5835 )
2025-02-13 11:55:59 +01:00
Andrey Antukh
3ea52a0198
Merge pull request #5784 from penpot/niwinz-tokens-changes-2
...
✨ Several performance oriented changes to tokens code (part 2)
2025-02-13 11:47:28 +01:00
Andrey Antukh
054efb3435
Merge pull request #5766 from penpot/niwinz-tokens-changes
...
✨ Several changes to tokens
2025-02-13 11:46:58 +01:00
Alejandro
773b4fe02e
Merge pull request #5824 from penpot/alotor-propagate-modifiers
...
✨ Use skia matrix for internal data
2025-02-13 10:21:58 +01:00
Alonso Torres
688b9f2194
🐛 Fix focus to main component ( #5842 )
2025-02-12 17:16:14 +01:00
Alonso Torres
fb0e22c16b
🐛 Fix problem with team permissions redirection ( #5839 )
2025-02-12 15:35:28 +01:00
Andrey Antukh
654c070976
Merge remote-tracking branch 'origin/staging' into develop
2025-02-12 14:37:20 +01:00
Alejandro
6b26adb187
🐛 Fix team doesn't disappear after deletion ( #5832 )
2025-02-12 14:36:46 +01:00
Alonso Torres
8fe1271690
🐛 Fix problem opening url when page-id didn't exist ( #5833 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-02-12 14:36:05 +01:00
Andrey Antukh
7497371b32
🐛 Fix issue on renaming group
2025-02-12 10:47:39 +01:00
Andrey Antukh
a029ec18a6
🐛 Fix incorrect handling of selected token set
2025-02-12 10:47:36 +01:00
Andrey Antukh
e8c85d13ff
♻️ Remove sets context abstraction
2025-02-12 10:45:02 +01:00
Andrey Antukh
4a4cd9492a
♻️ Refactor token set auto selection mechanism
...
This is a general purpose change that also allows perform
a best effort on selection sets when the name is changed
(per example by moving it into other group).
2025-02-12 10:41:23 +01:00
Andrey Antukh
81036b9330
⚡ Improve handling open-status and tokens selection
2025-02-12 10:24:47 +01:00
Andrey Antukh
7e0b2702de
💄 Add minor cosmetic changes
2025-02-12 10:24:13 +01:00
Andrey Antukh
e46fb9dba7
📎 Add missing copyright header
2025-02-12 10:24:13 +01:00
Andrey Antukh
f4dee75a17
🔥 Remove unused workspace tokens common ns file
2025-02-12 10:24:13 +01:00
alonso.torres
3dcabc9502
✨ Use skia matrix for internal data
2025-02-11 16:49:43 +01:00
Alejandro
4b4541515c
Merge pull request #5809 from penpot/perf-transform-wasm
...
✨ Add support for WASM transforms
2025-02-11 12:52:55 +01:00
alonso.torres
1bb337c3dd
✨ Add support for WASM transforms
2025-02-11 12:36:44 +01:00
Florian Schrödl
8b380a01e6
♻️ Simplifies RPC pattern for tokens ( #5765 )
...
* ♻️ Refactor to RPC pattern
Co-authored-by: andrei <andrei@hyma.io>
* ♻️ Remove unused alias
* ♻️ Change function signature
---------
Co-authored-by: andrei <andrei@hyma.io>
Co-authored-by: Andrey Fedorov <oran9e.red@gmail.com>
2025-02-11 12:32:28 +01:00
Andrey Antukh
f65f7d68e6
Merge remote-tracking branch 'origin/staging' into develop
2025-02-10 10:57:04 +01:00
luisδμ
00b0a59868
🐛 Fix user unread comments appear in every workspace ( #5786 )
2025-02-06 14:24:30 +01:00
Florian Schrödl
0c275cf490
🐛 Fix token set selection & rename ( #5783 )
...
* 🐛 Fix set selection
* 🐛 Fix set name not being updated
* ♻️ Add better list assertion & test set renaming
2025-02-06 14:16:03 +01:00
Andrey Antukh
33887711f7
Merge remote-tracking branch 'origin/staging' into develop
2025-02-06 09:38:47 +01:00
Alonso Torres
3012ccf90a
🐛 Fix problem with email notifications on deleted comments ( #5772 )
2025-02-05 17:48:41 +01:00
alonso.torres
66076f1332
🐛 Added upload svg with images method
2025-02-05 17:43:01 +01:00
Andrey Antukh
df0909483e
Merge remote-tracking branch 'origin/staging' into develop
2025-02-04 11:35:03 +01:00
Aitor Moreno
dbf7b94651
🐛 Fix zoom to fit all didn't fit all ( #5673 )
2025-02-04 11:00:46 +01:00
Florian Schrödl
ec8109644b
✨ Create sets inside folders
2025-02-04 10:59:28 +01:00
Andrey Antukh
315b389a66
🐛 Fix name generation and handling on creating objects (files, tokens, ...) ( #5745 )
...
* ✨ Update function implementation
* ✨ Add tests for a new function implementation
* ✨ Update function usages according to new signature
* ✨ Update docstrings
* ✨ Use simpler assertion
* 💄 Replace concat with cons on name-seq
* 🐛 Fix incorrect error handling on legacy workspace redirect
---------
Co-authored-by: Andrey Fedorov <oran9e.red@gmail.com>
2025-02-03 12:49:56 +01:00
Andrés Moya
f4f0478975
✨ Apply token value changes to shapes in all pages
2025-01-31 16:35:30 +01:00
Alonso Torres
0483d1fd93
🐛 Fix paste properties on readonly state ( #5736 )
2025-01-31 11:47:28 +01:00
Andrey Antukh
f554de8859
Merge remote-tracking branch 'origin/staging' into develop
2025-01-30 14:38:32 +01:00
Marina López
a2ce5efe69
✨ Add has-files prop to create-file event
2025-01-30 11:31:45 +01:00
Andrey Antukh
6fa08fc75e
🐛 Fix issue on importing binfile-v3 with tokens ( #5714 )
...
* 🐛 Fix issue on importing binfile-v3 with tokens
* 🐛 Fix thumbnails generation (regression)
* 🐛 Fix thumbnails clearing issues (regression)
2025-01-29 16:52:40 +01:00
alonso.torres
f1515a85bf
✨ Copy text content to clipboard
2025-01-29 10:52:20 +01:00
Alonso Torres
34e2eb829b
✨ Remove copying props for multiple elements ( #5700 )
2025-01-28 16:44:44 +01:00
Alonso Torres
c215214120
✨ Add new components to storybook ( #5632 )
...
* ✨ Add new components to storybook
* ✨ Changes after review
* ✨ More changes after review
* ✨ Add file history components to the application
* ✨ Unnest selector
2025-01-28 12:34:15 +01:00
Eva Marco
0cf4d4636a
🐛 Fix set X position from dimensions token ( #5685 )
2025-01-28 12:24:41 +01:00
Andrey Antukh
71560c0a53
✨ Backport and merge migrations from staging ( #5681 )
2025-01-24 19:11:03 +01:00
Eva Marco
48132711b6
Merge pull request #5672 from penpot/superalex-fix-viewer-forward-button-not-working
...
🐛 Fix view modem forward button not working
2025-01-24 13:58:07 +01:00
Alejandro Alonso
cf53e0d233
🐛 Fix view modem forward button not working
2025-01-24 12:17:22 +01:00
Alonso Torres
7458a35f31
🐛 Fix problem when pasting text ( #5671 )
2025-01-24 11:26:06 +01:00
Eva Marco
231d875f79
🐛 Fix stroke token errors ( #5661 )
...
* 🐛 Fix change on any stroke attribute remove tokens
* 🐛 Fix add new stroke, reorder stroke or remove stroke should remove applied tokens
* 📎 Review fixes
2025-01-24 11:24:26 +01:00