Eva Marco
df8194acf5
🐛 Fix several bugs ( #8604 )
...
* 🐛 Fix console warning
* ♻️ Use DS buttons and remove deprecated CSS
* 🐛 Fix copy on update library message
* 🐛 Fix id prop on switch component
* 🐛 Fix tooltip shown after tab change
2026-03-18 12:52:58 +01:00
Dalai Felinto
0ff5574b12
✨ Add the ability to import tokens from Linked Library
...
Add the option to import tokens from a linked library.
I know there are plans to link the tokens in together with the library.
Once this happens this patch can be reverted. Until then it helps a lot
to use a design system that relies on themes.
Before that someones would need to:
* Download the design system / add to their team.
* Open the file, download the tokens.
For every new file:
* Link the Design System library.
* Import the tokens file.
With this patch all you need to get started is to download the design
system and add to your team. From their importing the links is done on
the same pop-up that is used to import the tokens.
---
Technical considerations:
I try adding this as a dialog that is called once the library is
imported. I ran into a few issues though:
* To find whether the library has tokens (and thus show the dialog) I
would need to extend library summary to include tokens.
* I couldn't find a reliable way to import the tokens after importing
the library without resorting to a timer :/
I'm sure both of those hurdles are doable, I just wasted enough time
trying it to the point I decided on a different approach.
Signed-off-by: Dalai Felinto <dalai@blender.org>
📎 Fix minor issues and linter reports
📎 Reuse translations
2026-02-26 11:37:56 +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
Luis de Dios
e35fc85c3d
🎉 Create new empty-state component ( #7903 )
2025-12-09 16:48:12 +01:00
Andrey Antukh
1eb6f33bdd
⚡ Enable optional caching of results for file summary RPC methods
2025-10-13 12:32:29 +02:00
Luis de Dios
a9a9245ab6
🐛 Fix component number has no singular translation string ( #7469 )
2025-10-13 11:22:25 +02:00
Pablo Alba
cd9ba482e3
🐛 Load dependant libraries, and don't allow unload them
2025-09-30 09:55:21 +02:00
Luis de Dios
e2151409bf
🐛 Fix wrong number of components in the library modal ( #7332 )
2025-09-17 09:25:23 +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
Luis de Dios
8c1a97dac5
✨ Make some improvements to the swap panel ( #7174 )
...
* 💄 Visual improvements in swap panel
* ♻️ Refactor search-bar component to use DS icons
* 📎 PR changes
2025-08-25 10:40:20 +02:00
Luis de Dios
e7e7d576b2
♻️ Adapt title-bar component
2025-08-20 13:36:10 +02:00
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