Alejandro
8f48396556
🐛 Fix remember decision when team hero banner is closed ( #5669 )
2025-01-27 11:53:10 +01:00
Andrey Antukh
6ef6a50a1c
Merge remote-tracking branch 'origin/staging' into develop
2025-01-20 17:34:21 +01:00
Marina López
96947b0219
✨ A/B test switching '+' to 'Add file' in an empty project
2025-01-20 11:56:15 +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
Eva Marco
5ee87018b9
🐛 Fix icon* component prop
2025-01-09 12:14:38 +01:00
Pablo Alba
8ae326ed06
🐛 Fix silent crash uploading a font too big
2025-01-02 12:53:19 +01:00
Pablo Alba
6bd1f19e36
🐛 Fix on libraries section, items shouldn't have context menu
2025-01-02 12:53:19 +01:00
Pablo Alba
e683564ab2
Merge pull request #5467 from penpot/niwinz-bugfix-4
...
🐛 Fix invitations and webhooks page shows no data
2024-12-27 13:51:24 +01:00
luisddm
b5e5c4b0dd
♻️ Visual changes in comments
2024-12-27 11:43:51 +01:00
Xaviju
8a4fbf385c
🐛 fix color-bullet props error
2024-12-13 13:52:01 +01:00
Andrey Antukh
1b2a38351d
🐛 Fix invitations and webhooks page shows no data
...
Regression of the routing/state refactor
2024-12-13 09:16:19 +01:00
Pablo Alba
ea43a999e9
💄 css linter adjustment
2024-12-12 12:08:10 +01:00
Pablo Alba
dc360d8096
💄 Minor marging adjustment on penpot free button
2024-12-12 12:06:24 +01:00
Pablo Alba
5f32227e13
🎉 Add "Penpot free" label
2024-12-11 15:50:22 +01:00
Andrey Antukh
c90c016ae5
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 12:41:19 +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
f2f3d9f7eb
💄 Fix css format (spacing)
2024-12-10 10:53:12 +01:00
Pablo Alba
cf72b35e73
🐛 Fix separator lines have no color at some menus
2024-12-10 10:53:12 +01:00
Andrey Antukh
bdb777516e
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 10:46:38 +01:00
Andrey Antukh
7c6ad334e7
🐛 Fix incorrect rendering of team members page
...
when projects are not loaded
2024-12-09 13:25:17 +01:00
Andrey Antukh
6a624ae94a
🐛 Fix incorrect navegation handling on change team
2024-12-09 13:15:09 +01:00
Andrey Antukh
c6cdeea636
Merge remote-tracking branch 'origin/staging' into develop
2024-12-09 12:26:23 +01:00
Andrey Antukh
2f79d71262
🐛 Fix incorrect event handling on file-menu
...
Don't wait team to be present for open the menu,
because with slow connection speed it can cause
unexpected ux glitche showing menu when the component
inner request is resoved
2024-12-09 10:15:13 +01:00
Eva Marco
bf40cd98e8
🐛 Fix admin can demote owner
2024-12-05 09:27:32 +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
b17d7c0289
♻️ Refactor dashboard bootstrap
2024-12-03 11:55:31 +01:00
Andrey Antukh
577b731b22
🐛 Fix import format detection and error handling
2024-11-25 12:29:59 +01:00
Andrey Antukh
3ddd45e99b
🐛 Fix incorrect internal form initialization
2024-11-25 10:01:36 +01:00
Andrey Antukh
f78f843f7c
✨ Use .penpot extension for binfile-v3 export format
2024-11-14 11:45:08 +01:00
Andrey Antukh
57d7dfaa0a
✨ Add final adjustements for binfile-v3 feature
2024-11-13 14:16:21 +01:00
Andrey Antukh
4f4ef6f1f2
✨ Refresh members after accept team request access
2024-11-13 14:16:21 +01:00
Andrey Antukh
6eadea8485
✨ Improve multi-input initial value handling
...
And removes the hard coupling of invite-email from it
2024-11-13 14:16:21 +01:00
Pablo Alba
e1e13bcfb1
✨ Fix a viewer can drop a .penpot file on dashboard
2024-11-11 13:19:30 +01:00
Andrey Antukh
607deb31dc
♻️ Refactor bundle mechanism
...
Mainly leave shadow-cljs for build cljs stuff and use esbuild
for bundle all js dependencies, completly avoiding all possible
incompatibility issues between js libraries and google closure
compiler.
2024-11-01 10:04:03 +01:00
Pablo Alba
b852dc86c0
🎉 Add A/B test to start directly at the workspace
2024-10-25 17:45:47 +02:00
Pablo Alba
352b09a891
🐛 Fix bad order in roles dropdown
2024-10-21 17:05:53 +02:00
Pablo Alba
4622dd0e0d
🐛 Fix bad team permissions showing on team page for viewer
2024-10-21 16:06:38 +02:00
Andrey Antukh
b800fcafb4
💄 Add minor improvements to dashboard project menu
2024-10-21 12:36:01 +02:00
Andrey Antukh
6b997928e5
💄 Add minor improvements to dashboard file menu
2024-10-21 12:36:01 +02:00
Andrey Antukh
ee533e2644
✨ Prevent warning of button inside button on dashboard
2024-10-21 12:36:01 +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
51c6abb261
✨ Disable rename support on the ui for binfile-v3
...
Not supported on backend
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
Andrey Antukh
88d85706ad
♻️ Refactor context-menu component
2024-10-18 17:19:29 +02:00
Pablo Alba
bd08e99080
♻️ Clean up and refactors of viewer role
2024-10-18 10:12:59 +02:00
Eva Marco
536c25c206
♻️ Resolve minor errors on viewer role on dashboard
2024-10-16 10:37:52 +02:00
Pablo Alba
6fb65de100
✨ Close menus and modals on role change
2024-10-15 13:38:46 +02:00
Eva Marco
043c4105db
✨ Add viewer only mode on webhook
2024-10-15 13:38:46 +02:00