Andrey Antukh
9ee488009f
♻️ Add substantial refactor on how types are organized
...
This mainly affects types related to colors, fills and texts, moving library
based operations from color namespace.
2025-07-23 08:03:23 +02:00
Juanfran
2db0cc0cbf
🐛 Fix ESC key not closing Add/Manage Libraries modal
2025-07-21 15:23:54 +02:00
Andrey Antukh
41994703a9
♻️ Refactor tab-switcher* component ( #6815 )
...
* 💄 Add minor style adjustments to workspace sidebar
* 💄 Add style enhacement to sitemap component
* ♻️ Refactor tab-switcher* component
2025-07-02 14:08:47 +02:00
Andrey Antukh
7160334cb9
♻️ Add stricter validation for colors, fills and strokes
2025-06-04 12:46:49 +02:00
Andrey Antukh
fa3fc12594
✨ Sanitize uuid on the rest of code
2025-04-14 09:23:29 +02:00
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
Andrey Antukh
0e73de17ec
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:32:10 +01:00
Belén Albeza
cad7d75590
🐛 Fix libraries context menu ( #5854 )
...
* ✨ Add integration test for Bug #10421
* 🐛 Fix dashboard library item menu
* ✨ Fixup integration test
2025-02-14 14:34:54 +01:00
Marina López
af93325fd9
🎉 Consolidate suggested libraries and add library button ( #5828 )
2025-02-13 20:06:28 +01:00
Belén Albeza
fb6cd3d9d4
🐛 Fix "Publish empty library" modal appearing for non-empty libraries ( #5838 )
...
* 🐛 Fix 'Publish empty library' modal appearing for non-empty libraries
* ✨ Add integration test for bug 10113
2025-02-12 15:36:01 +01:00
Andrey Antukh
85746e7cb2
♻️ Refactor state locality
...
The main purpose of this refactor is reduce
a custom state from different pages and unify
them under common access patterns
2025-01-16 15:31:18 +01:00
Andrey Antukh
e5894ceea1
♻️ Rename workspace-libraries to libraries on state and refs
2024-12-10 14:45:56 +01:00
Andrey Antukh
6ecae5d425
💄 Fix linter issues after staging merge
2024-12-10 10:48:04 +01:00
Andrey Antukh
bdb777516e
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 10:46:38 +01:00
Andrey Antukh
e5d8bc91fb
💄 Fix describe-library-blocks component syntax decl style
2024-12-10 09:26:07 +01:00
Andrey Antukh
ce1ba3f28f
💄 Fix sample-library-entry component syntax style
2024-12-10 09:21:45 +01:00
Pablo Alba
257d72ee9d
✨ Add test AB for adding a few "Suggested" libraries
2024-12-10 09:16:55 +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
838fb06039
♻️ Rename data.users to data.profile
2024-12-03 11:55:33 +01:00
Pablo Alba
92b7a35c58
🎉 Add test A/B for add a link to the libraries page
2024-10-30 16:13:05 +01:00
Pablo Alba
9fc8760dc5
🎉 Add test A/B for add a link to the libraries page
2024-10-21 17:45:54 +02:00
Eva Marco
b619ac3e08
♻️ Move tab-switcher to its own folder inside DS
2024-09-26 17:39:45 +02:00
Eva Marco
c0cd980f5f
♻️ Replace libraries modal tab component
2024-08-20 09:55:18 +02:00
Alejandro Alonso
c15c3b14ee
✨ Add e2e tests for fix color palette default library
2024-06-13 10:47:22 +02:00
Belén Albeza
f417445f31
✨ Refactor WorkspacePage so it has more semantic locators
2024-06-12 09:23:30 +02:00
Alejandro Alonso
edfc47d3de
✨ Add e2e tests for fix color palette default library
2024-06-10 09:29:58 +02:00
Alejandro Alonso
697b6776ba
🐛 Fix color palette default library
2024-06-05 06:38:22 +02:00
Eva Marco
b3f4f389ff
✨ Add tooltips to some buttons
2024-03-22 11:33:05 +01:00
Eva Marco
04a69c2a2c
🐛 Fix update modal spacing
2024-03-13 16:41:53 +01:00
Eva Marco
b41b3de46d
♻️ Refactor libraries css
2024-03-13 13:07:39 +01:00
Eva Marco
ca7438aab5
♻️ Rename all icon functions
2024-03-08 16:07:38 +01:00
Eva Marco
d488d69abc
♻️ Remove old color bullet component
2024-03-08 15:31:29 +01:00
Belén Albeza
dbcfb2746f
🐛 Fix update library button in libraries modal
2024-02-22 12:27:29 +01:00
alonso.torres
af7142e97b
✨ New overlay for v2 information
2024-02-12 16:29:47 +01:00
Belén Albeza
79130b4da9
✨ Improve a11y of paragraphs in modal + layout fixes
2024-02-06 16:29:10 +01:00
Belén Albeza
d70fc33689
✨ Show loading message in Libraries modal
2024-01-31 11:19:49 +01:00
Aitor
da5847cc4d
🐛 Update module disappears without applying the changes
2024-01-17 13:12:16 +01:00
Andrey Antukh
eeaee5ad42
⚡ Add minor optimizations to tab-container react component
2024-01-09 23:11:42 +01:00
Andrey Antukh
1822103936
💄 Make the title-bar component usable externally
...
By removing the usage of `?` character on prop names
2024-01-09 09:44:42 +01:00
Eva
c14fe661df
♻️ remove new css from other elements
2024-01-05 14:23:14 +01:00
Eva
1a1e9b4ecd
💄 Fix some frontend bugs
2023-12-28 09:49:47 +01:00
Andrey Antukh
6f93b41920
🎉 Add features assignation for teams
2023-11-07 12:48:31 +01:00
Pablo Alba
e01b2e9a5f
🐛 Fix on shared libraries updates popup with several libraries, the update button remains disabled after updating one
2023-10-31 13:24:01 +01:00
Eva Marco
c9ba4aea46
🐛 Fix several fronted errors related with new UI ( #3691 )
...
* 🐛 Fix title toggle arrow without content
* 🐛 Fix export dropdowns
* 🐛 Fix colorpicker eyedrop
* 🐛 Fix hover state on color row
* 🐛 Fix color bullet on color row
* 🐛 Fix some css errors in new UI
* 🐛 Fix text and typography component
* 🐛 Fix some icons
* 💄 Update ui in feedback page, webhooks page and access token page
2023-10-16 15:07:36 +02:00
Eva
9ed06c4483
💄 Redesign design tab phase one
2023-09-07 13:59:06 +02:00
Andrés Moya
eed175dfe4
✨ Rework usage of design components and tokens
2023-08-29 16:05:58 +02:00
Andrés Moya
5a312fd7b2
✨ Use new css macros and fix link color in new style
2023-08-28 15:09:31 +02:00
Andrés Moya
d8027936b4
✨ Small enhancements
2023-08-28 15:09:31 +02:00
Andrés Moya
ca88314524
🎉 Show changed assets when updating libraries
2023-08-28 15:09:31 +02:00
Pablo Alba
2ada687ecc
✨ Show a confirmation dialog when an user tries to publish an empty library
2023-08-21 16:29:53 +02:00