Eva Marco
|
0030447ea8
|
Merge pull request #3558 from penpot/hiru-show-assets-to-update
🎉 Show changed assets when updating libraries
|
2023-08-30 07:38:56 +02:00 |
|
Andrey Antukh
|
0d0c5ed96c
|
⚡ Add minor performance improvement to get-viewer-frames
Reducing redundant lookups
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
b7eb20dc44
|
⚡ Reduce unnecesary lookups on get-frame-by-position fn
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
6b3fa31d68
|
🔥 Remove unused top-nested-frame-ids helper
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
48881f218c
|
📎 Add minor improvements to schema generator helpers
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
a82ee01d99
|
✨ Add minor improvement to points->lines helper
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
a9d2cc227b
|
💄 Add minor cosmetic improvements on viewport hooks ns
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
a754d5ae3b
|
⚡ Add throttling to over-shapes-stream on viewport
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
ec1c1fcd2f
|
📎 Fix function naming
Rename `all-frames-by-position` to `get-frames-by-position`
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
9cc7f3c600
|
⚡ Add minor performance optimization to all-frames-by-position
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
80826e58ad
|
⚡ Add missing boolean type hints
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
ad73c449fd
|
✨ Replace mapv with map on get-frame-ids fn
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
85a1443ada
|
💄 Add cosmetic improvements to get-frames fn
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
ce0842ce87
|
🎉 Add d/unstable-sort helper
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
59600d07c3
|
⚡ Add type hints to intersect-segments? fn
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
5b73040696
|
⚡ Add type hints to on-segment? fn
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
d8c1425daf
|
⚡ Add minor perfromance improvement to is-point-inside-evenodd fn
Replace filter with filterv for avoid an other iteration on the
following count operation
|
2023-08-29 17:09:00 +02:00 |
|
Andrey Antukh
|
64accaa842
|
⚡ Simplify has-point? impl for non-path shapes
|
2023-08-29 17:09:00 +02:00 |
|
Andrés Moya
|
eed175dfe4
|
✨ Rework usage of design components and tokens
|
2023-08-29 16:05:58 +02:00 |
|
Alejandro
|
266e1c7142
|
Merge pull request #3572 from penpot/eva-fix-layer-name-viewer
🐛 Fix layer name on viewer
|
2023-08-29 14:18:10 +02:00 |
|
Eva
|
befbb17ee3
|
🐛 Fix layer name on viewer
|
2023-08-29 14:11:04 +02:00 |
|
Andrey Antukh
|
1794ea0d9e
|
Merge remote-tracking branch 'origin/staging' into develop
|
2023-08-29 13:25:51 +02:00 |
|
Andrey Antukh
|
5f65960d42
|
Merge pull request #3568 from penpot/eva-fix-tooltip-visibility
🐛 Fix tooltip on toggle visibility and toggle lock buttons
|
2023-08-29 13:15:54 +02:00 |
|
Eva
|
dc813732c3
|
🐛 Fix tooltip on toggle visibility and toggle lock buttons
|
2023-08-29 13:15:40 +02:00 |
|
Andrey Antukh
|
661e4a001a
|
Merge pull request #3569 from penpot/superalex-fix-invalid-file-amount-after-moving-files
🐛 Bugfixing
|
2023-08-29 13:13:36 +02:00 |
|
Alejandro Alonso
|
53d1624f3f
|
🐛 Fix deleted pages comments shown in right sidebar
|
2023-08-29 13:13:12 +02:00 |
|
Alejandro Alonso
|
514ba6604b
|
🐛 Fix invalid file amount after moving files
|
2023-08-29 13:13:11 +02:00 |
|
Andrey Antukh
|
d8a42bf3c1
|
Merge pull request #3566 from penpot/superalex-fix-rulers
🐛 Bugfixing
|
2023-08-29 13:05:48 +02:00 |
|
Alejandro
|
0aa361013a
|
Merge pull request #3551 from penpot/niwinz-bugfixes-1
🐛 Fix unexpected output on get-page when invalid object-id is pro…
|
2023-08-29 13:04:34 +02:00 |
|
Andrey Antukh
|
ddbc828342
|
🐛 Fix unexpected output on get-page when invalid object-id is provided
|
2023-08-29 13:04:23 +02:00 |
|
Alejandro
|
cbcaa582cd
|
Merge pull request #3567 from penpot/eva-frontend-fixes
🐛 Fix some small frontend errors
|
2023-08-29 12:59:28 +02:00 |
|
Alejandro Alonso
|
67eb305202
|
🐛 Fix duplicate and copy/paste frames internal error
|
2023-08-29 11:52:35 +02:00 |
|
Andrey Antukh
|
cf2ee435c0
|
🐛 Fix incorrect event handling on dropdown menu
Related to react18 event handling new behavior
|
2023-08-29 11:11:16 +02:00 |
|
Eva
|
a225def708
|
Fix some small frontend errors
|
2023-08-29 07:46:19 +02:00 |
|
Alejandro Alonso
|
27534702fb
|
🐛 Fix viewer inspect code
|
2023-08-28 15:54:10 +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 |
|
Alejandro Alonso
|
2b2d7bc406
|
🐛 Fix rulers
|
2023-08-28 13:29:22 +02:00 |
|
Andrés Moya
|
96a5444357
|
✨ Validate frame-id
|
2023-08-25 13:13:00 +02:00 |
|
Andrey Antukh
|
159ac92021
|
Merge pull request #3561 from penpot/superalex-click-flow-tag-open-viewer
✨ Click on flow tag open viewer
|
2023-08-25 12:40:10 +02:00 |
|
Andrey Antukh
|
1a92657c7c
|
Merge pull request #3559 from penpot/superalex-fix-alt-l-shortcuts
🐛 Fix alt+l shortcuts
|
2023-08-25 12:37:10 +02:00 |
|
Alejandro Alonso
|
8669207086
|
✨ Click on flow tag open viewer
|
2023-08-25 11:40:56 +02:00 |
|
Alejandro Alonso
|
b82ce671b9
|
🐛 Fix alt+l shortcuts
|
2023-08-25 10:54:34 +02:00 |
|
Andrey Antukh
|
629322e505
|
🐛 Fix snapshot debug utils
|
2023-08-25 10:02:54 +02:00 |
|
Alejandro
|
90aab03a8f
|
Merge pull request #3556 from penpot/niwinz-develop-enhancements-3
✨ Improvements on devenv and docker config
|
2023-08-24 15:07:17 +02:00 |
|
Andrey Antukh
|
cb7fbc2cc4
|
🐛 Fix cache issues on default nginx configuration on docker images
|
2023-08-24 14:49:37 +02:00 |
|
Andrey Antukh
|
e998ec7c2d
|
🐛 Fix cache issues on devevn nginx config
|
2023-08-24 14:49:37 +02:00 |
|
Aitor Moreno
|
ff14208a95
|
Merge pull request #3555 from penpot/superalex-navigate-up-in-layer-hierarchy-with-shift-enter-shortcut
✨ Navigate up in layer hierarchy with Shift+Enter shortcut
|
2023-08-24 13:42:12 +02:00 |
|
Aitor
|
8593ca1310
|
🐛 Fix scroll automatically to layer item
|
2023-08-24 13:31:47 +02:00 |
|