Elena Torró
7da97d69b0
🐛 Fix viewer style in fullscreen mode ( #5964 )
2025-02-27 17:57:05 +01:00
Alejandro Alonso
cf53e0d233
🐛 Fix view modem forward button not working
2025-01-24 12:17:22 +01:00
Andrey Antukh
d8a3c10191
✨ Make modal work through react portal mechanism
...
The rationale behind this change is to allow use of already
declared react context on modals; because with portals, react
propagates top context to the children, independently if they
are direct descendant on dom or not.
2024-12-10 16:01:50 +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
Pablo Alba
6169f5c2e8
🎉 New oops page with login and request access
2024-08-14 15:32:04 +02:00
Eva Marco
af5a189d04
♻️ Replacing the old Pencil loader with the new Loader component
2024-07-24 17:06:13 +02:00
Eva Marco
04fe8f8960
🐛 Fix close viewer thumbnail clicking outside
2024-04-03 17:44:38 +02:00
Eva Marco
ca7438aab5
♻️ Rename all icon functions
2024-03-08 16:07:38 +01:00
Andrey Antukh
6bc6f7ae7f
Merge pull request #4030 from penpot/azazeln28-bugfixes-4
...
Azazeln28 bugfixes 4
2024-01-25 23:25:31 +01:00
Aitor
74e10c3629
🐛 Fix viewer header hover
2024-01-25 13:32:22 +01:00
alonso.torres
b6b2a3ec53
🐛 Fix problems with fixed overlays
2024-01-24 10:51:22 +01:00
Aitor
70ff72a03a
🐛 Fix code block in view mode shows scroll
2024-01-17 12:13:54 +01:00
Eva
5cb8ce3319
🐛 Fix loader position while verifying token
2024-01-09 18:25:58 +01:00
Aitor
25bd70c86f
🐛 Fix viewer fullscreen not working properly
2024-01-09 09:55:51 +01:00
Andrey Antukh
833871df65
💄 Format frontend code
2024-01-08 09:32:50 +01:00
Eva
480251c41c
♻️ Remove new-css-system from viewer
2024-01-05 14:23:14 +01:00
Andrey Antukh
3da98cbd1e
🔥 Remove unnecesary import
2023-12-28 12:14:06 +01:00
Andrey Antukh
caadc43d35
🎉 Add lazy-loading for penpot top-level page components
2023-12-28 12:14:06 +01:00
Eva
f8dd86da34
💄 Add new UI to viewer area
2023-12-15 22:15:22 +01:00
Andrey Antukh
52fbc678f3
♻️ Move app.common.pages to app.common.files
2023-11-16 11:07:36 +01:00
Andrey Antukh
003dec6c6b
💄 Add cosmetic changes to several viewer related react components
2023-09-21 09:48:51 +02:00
Andrey Antukh
51d0851846
🐛 Fix unexpected exception on viewer when page has no frame
2023-07-28 11:55:42 +02:00
Andrés Moya
65598aa724
🐛 Fix overlay position when it has shadow or blur
2023-07-12 09:46:46 +02:00
Andrey Antukh
8d6d589a0c
💄 Add minor cosmetic change to viewer-page component
2023-07-06 12:29:33 +02:00
Alejandro Alonso
009236bbe3
🐛 Fix export from shared prototype
2023-07-05 13:22:50 +02:00
alonso.torres
ca1e6c342f
🐛 Fix problem with scroll in viewer mode
2023-06-23 12:55:49 +02:00
Alejandro Alonso
128fe29619
✨ Show interactions on click as default setting at the view mode
2023-06-19 12:00:08 +02:00
Alejandro Alonso
a4dd5fccff
🐛 Fix develop branch after merge
2023-03-24 13:06:16 +01:00
Alejandro Alonso
4fad2ab619
Merge remote-tracking branch 'origin/staging' into develop
2023-03-24 12:33:14 +01:00
alonso.torres
020454e701
🐛 Fix header not showing when exiting fullscreen mode in viewer
2023-03-23 12:03:25 +01:00
Eva
adffdb31f3
✨ Add css variables and theme switch
2023-03-14 11:48:31 +01:00
Aitor
4751d7d385
🐛 Fix all viewer mouse wheel issues
2023-01-24 17:44:15 +01:00
alonso.torres
3bbf632121
♻️ Changed handoff for inspect everywhere
2022-12-29 13:06:16 +01:00
Alejandro Alonso
3395fcb697
🎉 Show spinner while loading viewer file
2022-10-14 14:12:17 +02:00
Andrey Antukh
8bdfd188d8
⬆️ Upgrade shadow-cljs and rumext dependency
2022-09-28 09:45:43 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Eva
ffaf5d835d
🐛 Fix layout effects in viewer
2022-09-14 13:09:43 +02:00
Andrey Antukh
4af851d4c6
Merge branch 'staging' into develop
2022-09-14 09:16:00 +02:00
Alejandro Alonso
108cdcecbb
🎉 Improve viewer performance degradation because of fixed position
2022-09-13 10:10:50 +02:00
Andrés Moya
f736ec813e
🐛 Fix origin-frame calculation
2022-09-12 11:52:32 +02:00
Eva
7618fcade0
🐛 Fix several transitions on same frame
2022-09-12 11:52:32 +02:00
Eva
7599b7abc6
🐛 Fix overlay close when click
2022-09-12 11:52:32 +02:00
Alejandro Alonso
24a56f029a
Merge remote-tracking branch 'origin/staging' into develop
2022-08-30 13:09:02 +02:00
Alejandro Alonso
c69bf9fd35
🐛 Fix jittering on firefox scroll fixed elements
2022-08-30 12:26:56 +02:00
Andrey Antukh
a055a31286
Merge remote-tracking branch 'origin/staging' into develop
2022-08-25 14:51:58 +02:00
Eva
8dfd74547a
💄 Change some styles in viewer mode
2022-08-24 10:36:38 +02:00
Andrey Antukh
1649ca4ff7
📎 Fix linter issues
2022-08-23 13:57:31 +02:00
Andrey Antukh
50d371c14b
♻️ Refactor viewer state management (partial)
2022-08-23 13:57:31 +02:00
Eva
bf63e9da95
🎉 Add new hero projects
2022-08-17 15:50:24 +02:00
Eva
0a939185d2
🎉 Add zoom style to share link url
2022-08-10 11:00:37 +02:00