Pablo Alba
ba442e1549
✨ Allow copy-paste variants into another file ( #6319 )
2025-04-16 17:12:12 +02:00
alonso.torres
daf048e258
✨ Reparent modifiers
2025-04-16 11:27:51 +02:00
Andrey Antukh
bb80da137d
Merge remote-tracking branch 'origin/staging' into develop
2025-04-15 12:10:53 +02:00
Pablo Alba
f4b16a255c
✨ Copy values of same named properties moving a variant into another ( #6288 )
...
* ✨ Copy values of same named properties moving a variant into another
* ✨ Add MR changes
2025-04-15 12:06:58 +02:00
Eva Marco
eee5cf5fb4
✨ Add duplicate sets feature ( #6240 )
...
* ✨ Add duplicate sets feature
* ✨ Add test to each module
* 🎉 Fix comments
* 🎉 Remove duplicate from groups
* 🎉 Remove create theme from test
* 🎉 Remove ' from names
2025-04-14 16:22:40 +02:00
Andrey Antukh
fa3fc12594
✨ Sanitize uuid on the rest of code
2025-04-14 09:23:29 +02:00
Pablo Alba
785b61be2f
✨ Fix corner cases of duplicate/copy-paste/cut-paste variants
2025-04-11 15:17:33 +02:00
Elena Torró
39c7782019
Merge pull request #6264 from penpot/elenatorro-10681-update-component-color-preview
...
🐛 Update the component thumbnail on component change
2025-04-11 14:33:07 +02:00
Andrey Antukh
25dd53290c
🐛 Fix component thumbnail refresh on change
...
Happens when a component is nested in an other top level frame
2025-04-11 10:40:56 +02:00
luisδμ
e7144142e5
✨ Add, edit and delete variant properties from layer panel ( #6257 )
2025-04-10 21:15:23 +02:00
Alejandro Alonso
43535ae573
Merge remote-tracking branch 'origin/staging' into develop
2025-04-10 08:40:29 +02:00
Andrey Antukh
9ff2160c77
🐛 Clean workspace state on exit or url change
2025-04-09 16:31:49 +02:00
Alejandro Alonso
774e11c827
Merge remote-tracking branch 'origin/staging' into develop
2025-04-09 12:53:18 +02:00
Alejandro
965d2d4036
🐛 Fix webhooks not shown in list ( #6254 )
2025-04-09 12:46:00 +02:00
Andrey Antukh
0f1b2003be
Merge branch 'staging' into develop
2025-04-07 14:45:08 +02:00
Andrey Antukh
45cdfff128
🐛 Fix backend notifications on dashboard
2025-04-07 14:00:26 +02:00
Andrey Antukh
d279b6c232
📎 Fix linter issues
2025-04-07 11:40:19 +02:00
Andrey Antukh
17f7f920c4
Merge branch 'staging' into develop
2025-04-07 11:32:41 +02:00
Andrey Antukh
b55c86544b
📎 Fix linter issues
2025-04-07 10:52:07 +02:00
Pablo Alba
af1d5b86e1
Merge pull request #6214 from penpot/palba-cleanup-components-v2
...
♻️ Cleanup of componentsv2
✨ Add check to avoid open files with components v1
2025-04-07 10:18:53 +02:00
Andrey Antukh
bc957893f4
⚡ Make feature resolved on team load
...
That simplifies features retrieval to simple get
2025-04-07 07:50:40 +02:00
Andrey Antukh
b8107ee497
✨ Ensure workspace page loading and intialization process
2025-04-07 07:42:09 +02:00
Elena Torró
480c224250
🐛 Fix long file names ( #6216 )
...
* 🔧 Add truncate str macro
* 🐛 Use truncate instead of prune to prevent title override
* 💄 Use text-overflow ellipsis on file names
* 📎 Add #10662 to 2.7 bugfixes
2025-04-03 16:06:02 +02:00
Andrey Antukh
9bc49e3381
Merge pull request #6209 from penpot/niwinz-features-enhancement
...
⚡ Make feature resolved on team load
2025-04-03 15:43:12 +02:00
Andrey Antukh
1d69941882
🐛 Fix backend notification dialogs
2025-04-03 11:40:40 +02:00
Pablo Alba
f961b75bba
♻️ Cleanup of componentsv2
2025-04-03 11:38:35 +02:00
Elena Torró
c332528185
🐛 Fix render object with pending status ( #6215 )
2025-04-02 19:58:03 +02:00
Pablo Alba
387c5e67f3
🐛 Fix flick on create variant ( #6217 )
2025-04-02 19:54:48 +02:00
Andrey Antukh
f8ffae75c4
⚡ Make feature resolved on team load
...
That simplifies features retrieval to simple get
2025-04-01 20:01:21 +02:00
Andrey Antukh
076d64df8f
Merge remote-tracking branch 'origin/staging' into develop
2025-04-01 11:02:32 +02:00
Pablo Alba
b6c4376217
🐛 Fix bugs from varaints design review
2025-03-28 11:20:10 +01:00
Eva Marco
cbb3f6672f
🐛 Fix asset name on inspect tab ( #6173 )
...
Signed-off-by: Eva Marco <eva.marco@kaleidos.net>
2025-03-28 10:38:35 +01:00
Alejandro Alonso
7728d5b317
🎉 Improve performance reducing unnecessary calls to set-objects
2025-03-27 15:47:03 +01:00
Alejandro Alonso
e012046f62
Merge remote-tracking branch 'origin/staging' into develop
2025-03-27 12:12:57 +01:00
Andrey Antukh
bb7301fb63
✨ Improve libraries loading on workspace ( #6141 )
...
* ✨ Improve libraries loading on workspace
* ✨ Add improvements to CSS
---------
Co-authored-by: Eva Marco <evamarcod@gmail.com>
2025-03-26 13:19:48 +01:00
Andrey Antukh
416e9e8e1d
Merge remote-tracking branch 'origin/staging' into develop
2025-03-26 13:15:58 +01:00
luisδμ
dc84ab3e41
🐛 Fix calculate zoom to avoid bubbles to get outside viewbox ( #6138 )
...
* 🐛 Fix calculate zoom to avoid bubbles to get outside vbox
* 📎 PR changes
2025-03-25 15:39:47 +01:00
Marina López
a6133e9c48
🐛 Fix actions when workspace is visited first time ( #6129 )
...
* 🐛 Fix actions when workspace is visited first time
* 📎 Fix linter errors
* 🐛 Fix problem with integration test
* 📎 Fix linter errors
* 📎 Fix linter errors
---------
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2025-03-24 18:02:05 +01:00
Pablo Alba
9653e72e47
♻️ Refactor variants
...
* ♻️ Refactor variants
* ✨ Add MR changes
2025-03-24 13:15:02 +01:00
Andrey Antukh
93bf198073
🐛 Prevent theme replacement on ranaming
2025-03-21 09:22:16 +01:00
Alejandro
9fb7456b38
Merge pull request #6111 from penpot/superalex-fix-pen-shortcut-multiple-times
...
🐛 Fix opening pen with shortcut multiple times breaks toolbar
2025-03-20 18:05:35 +01:00
Andrey Antukh
0d4a6fc75f
🐛 Clear selected token set on leave file on workspace
2025-03-20 12:22:37 +01:00
Andrey Antukh
7fdb0873db
🐛 Fix incorrect absolute frame positioning with measures sidebar
2025-03-20 12:22:37 +01:00
Alejandro Alonso
1a77c1fe36
🐛 Fix opening pen with shortcut multiple times breaks toolbar
2025-03-20 09:19:27 +01:00
alonso.torres
3a80120bf6
🐛 Fix problem with constraints when creating group
2025-03-19 16:33:50 +01:00
Andrey Antukh
62e89258e4
Merge pull request #6101 from penpot/niwinz-develop-token-fixes-4
...
✨ Add several improvements to tokens (part 4)
2025-03-19 13:38:46 +01:00
Andrey Antukh
b6bb93f0b6
✨ Improve code convetion related to changes protocol
...
Partial work, still pending to make changes to other related
changes definitions
2025-03-19 12:52:03 +01:00
Andrey Antukh
8fa24de3d4
Merge pull request #6096 from penpot/niwinz-develop-token-fixes-3
...
✨ Add several improvements and fixes to tokens (part 3)
2025-03-19 12:30:05 +01:00
Alejandro Alonso
633a7eac4e
Merge remote-tracking branch 'origin/staging' into develop
2025-03-19 09:47:32 +01:00
Alejandro
357fba5d2b
🐛 Fix selected team not saved ( #6104 )
2025-03-19 09:46:08 +01:00