Dexterity
7c3a1a905e
✨ Fix locked elements not selectable in viewer + add guide locking ( #8949 )
...
* 🐛 Allow viewers to select locked elements in canvas
* ✨ Add ability to lock guides to prevent accidental movement
---------
Signed-off-by: Dexterity104 <hatanokanjiro@gmail.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-04-14 13:21:51 +02:00
Statxc
d90e7f8164
✨ Add Find & Replace for text content and layer names ( #8899 )
...
* ✨ Add Find & Replace for text content and layer names
* 💄 Fix cross-browser styling for Find & Replace radio buttons and action buttons
* 💄 Fix stylelint empty line before declaration in layers.scss
* ⚡ Improve match-filters and match-ids efficiency
---------
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-04-14 10:41:31 +02:00
Luis de Dios
e99b6ec213
🐛 Fix MCP active tab switching ( #8856 )
2026-04-07 10:58:04 +02:00
Luis de Dios
5f722d9183
🐛 Fix show red bullet in workspace menu if mcp key is expired ( #8727 )
2026-03-24 12:27:09 +01:00
alonso.torres
937032c790
✨ Allow for reconnections to MCP server
2026-03-24 11:32:47 +01:00
Luis de Dios
9e9c28fe3c
🐛 Fix MCP notifications when there is only one tab
2026-03-19 16:39:29 +01:00
Luis de Dios
adc3fa41e9
🎉 Add workspace menu for MCP server
2026-03-09 13:02:14 +01:00
Andrey Antukh
f00b222262
Revert " ♻️ Replace some components with DS ones" ( #8384 )
...
* Revert "♻️ Replace some components with DS ones"
This reverts commit 6879f54e5da45b38173c3e2660d88b4ea6939bb0.
* 📎 Restore missing styles
* 📎 Fix tests
---------
Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>
2026-02-17 16:23:04 +01:00
Luis de Dios
6879f54e5d
♻️ Replace some components with DS ones
2026-01-08 14:52:25 +01:00
Andrey Antukh
e9d177eae3
✨ Make the binfile export process more resilent to errors
...
The current binfile export process uses a streaming technique. The
major problem with the streaming approach is the case when an error
happens on the middle of generation, because we have no way to
notify the user about the error (because the response is already
is sent and contents are streaming directly to the user
client/browser).
This commit replaces the streaming with temporal files and SSE
encoded response for emit the export progress events; once the
exportation is finished, a temporal uri to the exported artifact
is emited to the user via "end" event and the frontend code
will automatically trigger the download.
Using the SSE approach removes possible transport timeouts on export
large files by sending progress data over the open connection.
This commit also removes obsolete code related to old binfile
formats.
2025-11-19 17:28:55 +01:00
Alejandro Alonso
f120cf82d3
✨ Select boards to export to PDF
2025-10-22 13:19:10 +02:00
Marina López
48825e1e59
✨ Show current penpot version
2025-09-11 13:18:42 +02:00
Luis de Dios
794eb78aca
♻️ Refactor icon namespaces ( #7262 )
...
* ♻️ Rename old icons as deprecated
* ♻️ Take icons from the namespace for the icon component
* ♻️ Take icons from the namespace for the icon-button component
2025-09-08 10:02:33 +02:00
Elena Torró
c8f5ec4698
♻️ Refactor dropdown-menu and make dropdown visibility exclusive ( #6956 )
...
* 🐛 Fix having multiple dropdown menus opened on dashboard page
* ♻️ Refactor dropdown-menu
Make it follow new standards and make it external api more usable,
not depending on manually provided list of ids.
This also implements the autoclosing of "other" active/open
dropdown-menu (or other similar components).
* 📎 Add PR feedback changes
* 🐛 Fix incorrect event handling on project-menu
* 🐛 Fix unexpected exception
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-08-01 16:14:15 +02:00
Elena Torró
f76391ecbb
🐛 Enable switch to system theme on options menu ( #6946 )
2025-07-24 08:43:03 +02:00
Marina López
ba6a02d1d9
🐛 Add fixes from subscription design review ( #6870 )
...
* 🐛 Fixes from subscription design review
* 🐛 Fix to consider professional plan the unpaid and canceled status
* 📎 Fixes PR feedback
2025-07-10 11:55:16 +02:00
Miguel de Benito Delgado
ee022e225c
🚧 UI to support switching to system theme
2025-05-29 22:10:00 +02:00
Marina López
e5bc369e56
✨ Visual indicators subscription for teams and project settings ( #6546 )
...
* ✨ Visual indicators subscription for teams and project settings
* 📎 Fixes PR feedback
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-26 12:56:40 +02:00
Belén Albeza
3fe16bd8f9
🐛 Fix history panel shortcut ( #6420 )
...
* ✨ Remove duplicate ID in file menu
* 🐛 Fix shortcut for Show Version History
* ✨ Add regression test
2025-05-07 16:49:54 +02:00
Alejandro Alonso
c3e76817cd
🐛 Add event to power up link from workspace menu
2025-05-07 13:45:57 +02:00
Belén Albeza
5ece9cb4aa
Merge pull request #5450 from penpot/palba-free-edition-label
...
🎉 Add "Penpot free" label
2024-12-11 17:43:28 +01:00
Pablo Alba
5f32227e13
🎉 Add "Penpot free" label
2024-12-11 15:50:22 +01:00
Andrey Antukh
7cff0f60a9
Merge remote-tracking branch 'origin/staging' into develop
2024-12-11 12:00:50 +01:00
alonso.torres
b9cb415507
🐛 Remove file history versions menu options on view mode
2024-12-10 14:41:00 +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
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
b17d7c0289
♻️ Refactor dashboard bootstrap
2024-12-03 11:55:31 +01:00
alonso.torres
d22f6e37c9
✨ Add pin version to main menu
2024-11-22 15:47:19 +01:00
AzazelN28
19b9b3cbd9
🐛 Fix missing main menu entry version history
2024-11-22 15:35:13 +01:00
Andrey Antukh
15d3107c48
✨ Adapt workspace main menu to binfile-v3 config flag
2024-11-14 12:01:31 +01:00
Pablo Alba
134c23c70c
✨ Add a help icon to plugins menu items disabled by viewer role
2024-11-11 13:08:52 +01:00
Pablo Alba
d9eff00a71
✨ Integrate viewer role with plugin menus and popup
2024-11-08 10:37:57 +01:00
Pablo Alba
122acb3eee
🐛 Fix view role user have menu option for unpublish a library
2024-10-28 09:48:40 +01:00
Pablo Alba
9728f1ba80
🐛 Fix unexpected failure on plugins-menu and info-menu
2024-10-28 09:48:33 +01:00
luisddm
e45fa1380d
♻️ Replace buttons on workspace
...
♻️ Replace buttons on workspace
♻️ Format files
🐛 Fix pull request issues
2024-10-23 14:46:47 +02:00
Andrey Antukh
d6da8afdce
✨ Add improved abstraction for team permissions
...
Relevant changes:
- replace user-viewer? with can-edit removing many double
negations on the code
- always use team permissions making the permissions access uniform
around all the code
- expose team permissions to ui tree through ctx/team-permissions
context
2024-10-21 12:36:01 +02:00
Andrey Antukh
6c9f4a8fd5
♻️ Reorganize files export and import related code on frontend
2024-10-18 17:19:29 +02:00
Andrey Antukh
8618cb950f
🎉 Add binfile-v3 export/import file format
2024-10-18 17:19:29 +02:00
Pablo Alba
66530ca868
♻️ Minor fixes on viewer role on workspace
2024-10-17 16:29:41 +02:00
Pablo Alba
6fb65de100
✨ Close menus and modals on role change
2024-10-15 13:38:46 +02:00
Pablo Alba
226ab7233b
✨ Add viewer role to workspace
2024-10-15 13:38:46 +02:00
alonso.torres
d1277afee6
✨ New plugin install workflow
2024-09-30 16:03:40 +02:00
Alejandro Alonso
9fb91b3052
Merge remote-tracking branch 'origin/staging' into develop
2024-09-03 13:06:40 +02:00
Pablo Alba
2a13c2ec00
🎉 Add export event for telemetry
2024-09-03 12:03:36 +02:00
alonso.torres
8ded4811bb
✨ Internal refactor of plugin installs
2024-07-12 13:36:00 +02:00
alonso.torres
53d3b2abbc
✨ Add events for plugins
2024-07-04 15:16:34 +02:00
alonso.torres
395a91c00c
✨ Plugins permissions review
2024-07-02 11:01:43 +02:00
alonso.torres
741bf3b666
✨ New plugins permissions dialog
2024-07-02 11:01:43 +02:00
Alejandro Alonso
a59f31ebe5
✨ Refactor data-test attribute
2024-06-21 09:14:09 +02:00