Andrey Antukh
05d6d2fcd4
🐛 Fix several corner cases that causes race conditions on workspace and dashboard loading
...
* 🐛 Fix several race conditions on workspace and dashboard code
It also fixes a corner case that happens when penpot workspace
is loaded in a background tab on firefox.
* 🐛 Add missing team-id prop to several file returning endpoints
2025-03-14 09:55:41 +01:00
Dalai Felinto
f450c9dbe3
🎉 Add support for WEBP format on shape export
...
It is very convenient to be able to export WEBP right from penpot.
Otherwise users have to first download to PNG then convert it locally.
---
Playwright only supports JPEG and PNG. So in order to support WEBP I had
to first generate a PNG and then convert it afterwards.
Signed-off-by: Dalai Felinto <dalai@blender.org>
2025-03-13 16:15:30 +01:00
Alejandro Alonso
363c1d5b56
🐛 Fix sync libraries of components
2025-03-12 12:15:00 +01:00
Eva Marco
e20adda766
🐛 Fix storybook icons list scroll
2025-03-11 09:43:35 +01:00
Alejandro
3d9fda7a21
Merge pull request #6025 from penpot/eva-fix-storybook-scroll
...
🐛 Fix scroll on storybook doc files
2025-03-07 07:52:30 +01:00
Marina López
b8b3cc641a
🎉 Consolidate when workspace empty, board tool selected
2025-03-06 13:31:12 +01:00
Eva Marco
09ff7372da
🐛 Fix scroll on storybook doc filesç
2025-03-06 12:29:48 +01:00
alonso.torres
ce02cbc3f1
🐛 Fix problem with selection colors
2025-03-05 14:34:08 +01:00
Alejandro Alonso
b386403fa8
🐛 Fix multiple nav events when open workspace
2025-03-05 12:09:05 +01:00
Alejandro Alonso
0a6e884584
🐛 Remove unnecesary console.log
2025-03-05 12:09:05 +01:00
Alejandro Alonso
afd309c62b
🐛 Fix multiple nav events when open workspace
2025-03-05 10:50:47 +01:00
Marina López
3a34c51e43
✨ Add pricing page event
2025-02-28 13:04:15 +01:00
alonso.torres
3eae3178a2
🐛 Fix problems with empty position-data
2025-02-27 14:31:49 +01:00
luisδμ
2cf3e37b7a
🐛 Fix comment update fails in viewer ( #5958 )
...
* 🐛 Fix comment update fails in viewer
* 🐛 Reload team members in workspace but not in viewer
2025-02-26 14:29:51 +01:00
luisδμ
e0b9751b16
Merge pull request #5947 from penpot/luis-fix-design-panel-draft-comment-open
...
🐛 Fix design panel does not reappear if comment draft is open
2025-02-26 11:33:06 +01:00
Alejandro
ccea9b1564
Merge pull request #5962 from penpot/elenatorro-9339-fix-typo-libraries-es
...
🐛 Fix typo at libraries modal
2025-02-26 09:32:23 +01:00
luisδμ
5fcf889d3c
Merge pull request #5960 from penpot/luis-fix-avoid-post-blank-comment
...
🐛 Fix avoid enabling post button if blank comment
2025-02-26 09:28:59 +01:00
luisδμ
7247db14b2
Merge pull request #5957 from penpot/luis-fix-mention-users-in-viewer
...
🐛 Fix mention users in viewer
2025-02-26 09:28:29 +01:00
elenatorro
658e5dce22
🐛 Fix ES typo in libraries modal
2025-02-26 09:22:45 +01:00
Luis de Dios
5754c393b9
🐛 Fix avoid enabling post button if blank comment
2025-02-25 18:09:22 +01:00
Luis de Dios
c618efc29e
🐛 Fix mention users in viewer
2025-02-25 15:43:29 +01:00
Marina López
3685f7b32b
🐛 Fix typo at libraries modal
2025-02-25 13:41:26 +01:00
Marina López
8f06fa1026
🎉 Add AB test descriptive board tooltip ( #5936 )
...
* 🎉 Add AB test descriptive board tooltip
* 📎 Add changes from feedback
2025-02-25 12:50:16 +01:00
Luis de Dios
91efcd17a2
🐛 Fix design panel does not reappear if comment draft is open
2025-02-25 10:30:11 +01:00
luisδμ
7f9a9ad774
🐛 Fix visual glitches in the comment dropdown at the dashboard ( #5938 )
2025-02-25 09:17:42 +01:00
luisδμ
2219d91e4d
🐛 Fix all comments appear in every page ( #5943 )
2025-02-25 09:16:46 +01:00
elhombretecla
662c3c64a9
✨ Fix 2.5 slides wording ( #5925 )
2025-02-24 09:39:43 +01:00
Juanfran
9084c184e7
🐛 Filter out recent fonts from search results ( #5927 )
2025-02-24 09:12:12 +01:00
Marina López
702bd41047
🐛 Fix error when getting file from libs
2025-02-24 08:26:27 +01:00
Andrey Antukh
24cb1728b0
🐛 Fix context menu event handling issues ( #5917 )
...
* 💄 Change call convention for dashboard grid component
* 🎉 Add helper component for easy portal to document
* 🐛 Fix context menu event handling issues
With this commit, the behavior of context menu and scroll is changed
to: close menu on scroll instead of disabling all pointer events while
menu is open. The previous behavior causes a second event of context
menu open a native browser context menu instead of penpot menu.
2025-02-21 07:57:56 +01:00
Eva Marco
dda9f62504
🐛 Fix menu shadow color
2025-02-20 17:23:28 +01:00
Andrey Antukh
6e92e3b765
🐛 Fix inconsistency on naming
...
This also a fix of passing incorrect prop :shared-libs
to a component that already expectes :libraries.
It also removes unnecesary use of refs/libraries ref
2025-02-20 07:32:11 +01:00
Andrey Antukh
0e73de17ec
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:32:10 +01:00
Andrey Antukh
e4ee585704
🐛 Fix incorrect notification assignation after update operation
2025-02-19 17:21:52 +01:00
Marina López
5f61254a75
🐛 Fix library button condition and copy ( #5889 )
...
* 🐛 Fix library button condition and copy
* 📎 Add changes from feedback
* 📎 Add changes from feedback
2025-02-19 16:52:35 +01:00
luisδμ
0784d6b62a
🐛 Fix reposition comment bubbles under viewer role ( #5905 )
2025-02-19 16:47:53 +01:00
Alejandro
7a7fa44f6b
🐛 Fix click prototype flow ( #5896 )
2025-02-19 16:00:17 +01:00
alonso.torres
e7b9ae6415
🐛 Remove fit content shortcut
2025-02-19 13:02:53 +01:00
luisδμ
4ac52c138c
Merge pull request #5895 from penpot/niwinz-bugfix-comments
...
🐛 Fix unexpected exception on clicking empty area on creating comment
2025-02-19 11:29:21 +01:00
Andrey Antukh
4744085426
🐛 Fix incorrect handling request access with deleted profiles
...
* 📎 Add minor improvements to team tests
* 🐛 Fix incorrect handling request access with deleted profiles
* 🐛 Fix redirect loop on empty route
Happens when the current profile is deleted from team
* 🐛 Fix urls on request access emails
* 📎 Revert url changes on emails
2025-02-19 11:04:19 +01:00
Alejandro
19bae05f41
Merge pull request #5884 from penpot/niwinz-bugfix-4
...
🐛 Fix update-libraries dialog disappear when clicking outside
2025-02-19 07:53:35 +01:00
Alejandro
02f78d80d7
Merge pull request #5883 from penpot/niwinz-bugfix-3
...
🐛 Fix incorrect navigation on show-main-component menu option
2025-02-19 07:42:02 +01:00
Alejandro
51202df105
Merge pull request #5885 from penpot/niwinz-bugfix-5
...
🐛 Fix regression on request-access dialog
2025-02-19 07:15:30 +01:00
Andrey Antukh
cd1eefb214
✨ Add safety checks for node on comment-input* component
2025-02-18 18:33:02 +01:00
Andrey Antukh
869a412c74
🐛 Fix unexpected exception on clicking empty area on creating comment
2025-02-18 18:19:08 +01:00
luisδμ
d019afe667
🐛 Fix incorrect number of replies in comments ( #5893 )
2025-02-18 17:25:43 +01:00
Andrey Antukh
7d840722c4
✨ Add abstraction for page emptiness checking
2025-02-18 16:59:00 +01:00
Marina López
272bbdd54a
🎉 Add AB test for empty workspace set board tool by default
2025-02-18 16:57:59 +01:00
Andrey Antukh
fe3fec7a50
🐛 Fix workspace hot reload race condtion
...
This reverts commit 8139ee3ef9
.
2025-02-18 16:49:50 +01:00
Andrey Antukh
63524dce8d
🐛 Fix regression on request-access dialog
2025-02-18 12:37:04 +01:00