Andrey Antukh
585c273cd6
🐛 Fix dashboard fonts section nav link
2024-12-23 12:21:11 +01:00
Andrey Antukh
eaec46a67b
🐛 Fix incorrect team invitation redirect after login
2024-12-13 10:23:52 +01:00
Andrey Antukh
ca743cc7cb
🐛 Fix incorrect profile refresh after onboarding end step
...
and many other setting screens
2024-12-11 15:20:39 +01:00
Andrey Antukh
e5894ceea1
♻️ Rename workspace-libraries to libraries on state and refs
2024-12-10 14:45:56 +01:00
Andrey Antukh
c90c016ae5
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 12:41:19 +01:00
Andrey Antukh
6f67ecd1e4
Merge pull request #5404 from penpot/eva-fix-border-radius
...
♻️ Remove Rx and RY from shapes
2024-12-10 12:36:58 +01:00
Andrey Antukh
39da7d7ab6
Merge pull request #5429 from penpot/palba-bugfixing-01
...
🐛 Palba bugfixing 01
2024-12-10 12:33:38 +01:00
Pablo Alba
b0a3f2b72a
🐛 Fix history panel remains open after restoring a version
2024-12-10 11:00:54 +01:00
Eva Marco
73e48b3d81
♻️ Remove unnecesary RX and RY from shapes
2024-12-10 10:47:55 +01:00
Andrey Antukh
bdb777516e
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 10:46:38 +01:00
AzazelN28
4ef631fd6a
🐛 Fix copy/paste issues
2024-12-09 16:10:39 +01:00
Alejandro Alonso
4114d9b56f
🐛 Fix shortcut for history not working
2024-12-05 10:52:59 +01:00
Andrey Antukh
3e090b126e
♻️ Refactor application routing
...
Mainly removes an inconsistent use of path params and normalize
all routes to use query params for make it extensible without
breaking urls.
2024-12-03 18:23:41 +01:00
Andrey Antukh
f31e2b72e6
✨ Adjust data profile alias
2024-12-03 12:15:53 +01:00
Andrey Antukh
c6b96a81f1
♻️ Rename data.events to data.event
2024-12-03 12:15:52 +01:00
Andrey Antukh
838fb06039
♻️ Rename data.users to data.profile
2024-12-03 11:55:33 +01:00
Andrey Antukh
1de35b2e3a
✨ Disable wasm loading if feature is disabled
2024-12-03 11:55:33 +01:00
Andrey Antukh
b17d7c0289
♻️ Refactor dashboard bootstrap
2024-12-03 11:55:31 +01:00
Andrey Antukh
0214397fb1
Merge branch 'staging' into develop
2024-11-29 15:51:47 +01:00
Pablo Alba
093a58b9ec
🐛 Fix bad redirect after being removed from a team
2024-11-29 10:55:17 +01:00
Andrey Antukh
5bfd448483
Merge remote-tracking branch 'origin/staging' into develop
2024-11-29 10:24:49 +01:00
Pablo Alba
f72c37a198
✨ Add events for use library assets
2024-11-28 11:25:12 +01:00
Pablo Alba
22e64c1c81
✨ Add event "resolve-comment-thread"
2024-11-27 13:51:21 +01:00
Pablo Alba
14c917d003
✨ Add event "create-prototype"
2024-11-27 13:51:21 +01:00
Andrey Antukh
c2649ffd1c
Merge remote-tracking branch 'origin/staging' into develop
2024-11-27 12:11:47 +01:00
Andrey Antukh
75e7cfb69e
🐛 Fix regression with component thumbnails
2024-11-27 11:15:58 +01:00
Andrey Antukh
25a2d3b1fb
Merge branch 'staging' into develop
2024-11-27 08:33:16 +01:00
Aitor Moreno
c607b61af6
Merge pull request #5349 from penpot/palba-add-event-for-pdf
...
✨ Add export format info to export-shapes event
2024-11-26 12:53:52 +01:00
Andrey Antukh
723eef9565
🐛 Fix incorrect access to flows on add-new-interaction event
2024-11-25 13:32:45 +01:00
Andrey Antukh
5ee0399615
Merge remote-tracking branch 'origin/staging' into develop
2024-11-25 11:50:19 +01:00
Alejandro
7a0702650a
Merge pull request #5366 from penpot/niwinz-bugfix-1
...
🐛 Bugfixes
2024-11-25 11:32:28 +01:00
Alejandro Alonso
61e19ae3a8
Merge remote-tracking branch 'origin/staging' into develop
2024-11-25 11:18:47 +01:00
Alejandro
caa6897f81
Merge pull request #5342 from penpot/niwinz-thumbnails-fix
...
✨ Make the file and shape thumbnails not dependent on PUBLIC_URI
2024-11-25 11:13:04 +01:00
Andrey Antukh
660bc1a4dd
🐛 Fix incorrect team rename operation
2024-11-25 10:01:36 +01:00
Alejandro Alonso
05716c7164
Merge remote-tracking branch 'origin/staging' into develop
2024-11-22 12:46:10 +01:00
Pablo Alba
53f55444cd
✨ Add export format info to export-shapes event
2024-11-21 16:33:06 +01:00
Andrey Antukh
395962ae4d
✨ Merge tokens-studio/develop into develop
2024-11-21 16:08:42 +01:00
Andrey Antukh
5cc678ddc3
✨ Remove not necessary check on upgrade-version notification
2024-11-20 16:43:14 +01:00
Andrey Antukh
64c8741233
🐛 Make thumbnails independent of current public uri
...
Mainly always resolve the public uri at frontend, making the
PENPOT_PUBLIC_URI less necessary to be changed. This improves
the experience of on-premise configuration.
Also removes unnecesary calls for thumbnail generation
on components.
2024-11-20 16:43:14 +01:00
Pablo Alba
0cae9d6ad5
🐛 Fix bad redirect after leaving team
2024-11-20 15:37:08 +01:00
Andrey Antukh
99905d2286
♻️ Move wasm shape proxy impl to frontend
2024-11-19 19:59:49 +01:00
Andrey Antukh
5420e0e06d
Merge remote-tracking branch 'origin/staging' into develop
2024-11-19 19:20:39 +01:00
alonso.torres
838c1324b9
🎉 Add new gradients UI
2024-11-19 16:41:01 +01:00
AzazelN28
68397edd4d
🐛 Fix text editor selection
2024-11-19 14:47:38 +01:00
AzazelN28
1e2d9a15a3
🐛 Fix text editor shortcuts
2024-11-19 14:47:38 +01:00
alonso.torres
284d5ecb77
🐛 Fix escape key to exit comments mode
2024-11-19 10:44:54 +01:00
Andrey Antukh
7c0142432e
Merge remote-tracking branch 'origin/staging' into develop
2024-11-18 17:56:12 +01:00
alonso.torres
f436d72f51
✨ Changed some events for versions
2024-11-18 16:38:38 +01:00
Alejandro Alonso
b03df6422f
🐛 Fix streaming of panning events
2024-11-18 10:06:27 +01:00
Andrey Antukh
2dd7f241d3
Merge pull request #5303 from penpot/qol-feature-versions-plugins
...
✨ Add versions support in plugins
2024-11-14 12:14:22 +01:00