Andrey Antukh
4e974cd2f3
🐛 Fix typo on has-point? impl
2023-09-04 15:33:04 +02:00
Alejandro
87f085da74
Merge pull request #3594 from penpot/niwinz-develop-experiments-1
...
🐛 Several bugfixes and other minor imprivements
2023-09-04 12:28:03 +02:00
Andrey Antukh
b68b802b6d
🐛 Fix shape radius type toggle on workspace
2023-09-04 12:04:15 +02:00
Andrey Antukh
c54deb0218
🐛 Fix proportion lock toggle callback
...
Add missing dependency
2023-09-04 12:04:15 +02:00
Andrey Antukh
bd734c1095
🐛 Fix log level setting on file migrations ns
2023-09-04 12:04:15 +02:00
Andrey Antukh
6a3b963a77
🐛 Add migration that fixes all frames that does not have :shapes
attr
2023-09-04 12:04:15 +02:00
Andrey Antukh
a097ed29a9
✨ Fix extensibility and naming of workspace shape fixer
2023-09-04 12:04:15 +02:00
Andrey Antukh
c7f9774524
✨ Add more flexible call flow for db interacting methods
2023-09-04 12:04:15 +02:00
Andrey Antukh
90f7e97d5b
✨ Improve kondo analyze function for db/with-atomic
...
Allow pass options as third argument on params vector
2023-09-04 12:04:15 +02:00
Alejandro Alonso
07562af677
Merge remote-tracking branch 'origin/staging' into develop
2023-09-04 11:47:10 +02:00
Alejandro
1eaf7b2b44
Merge pull request #3593 from penpot/niwinz-staging-bugfixes-9
...
🐛 Bugfixes and logging improvements
2023-09-04 11:42:27 +02:00
Andrey Antukh
903f064e87
✨ Decrease slightly argon2id cost for improve usability
...
The previous values are set too high. The current value are still
valid under current recomendation but improves a little bit the
time of password verification.
2023-09-04 11:35:31 +02:00
Andrey Antukh
a23d1908e9
✨ Improve worker logging
2023-09-04 11:35:31 +02:00
Andrey Antukh
1e8226a3fc
🐛 Fix log level setting on file migrations ns
2023-09-04 11:35:31 +02:00
Andrey Antukh
b7459726f5
Merge pull request #3592 from penpot/superalex-remember-last-team-log-out-2
...
✨ Remember last team accross logouts and sessions and fix some weird stuff
2023-09-04 11:12:42 +02:00
Alejandro Alonso
b8179d0e35
✨ Remember last team accross logouts and sessions and fix some auth weird stuff
2023-09-04 10:34:30 +02:00
Alejandro
53a9906736
Merge pull request #3589 from penpot/niwinz-develop-debug-import-fix
...
🐛 Fix clone operaton of dbg handler
2023-09-01 13:15:16 +02:00
Andrey Antukh
7aae12c732
🐛 Fix clone operaton of dbg handler
2023-09-01 13:07:49 +02:00
Alejandro
6080b778d4
Merge pull request #3570 from penpot/niwinz-develop-experiments-1
...
⚡ Add performance enhancements (part 2)
2023-09-01 12:58:54 +02:00
Andrey Antukh
8a4fcc1d10
⚡ Delimit rendering of components when they are visible on workspace assets tab
2023-09-01 12:50:29 +02:00
Andrey Antukh
1e2603f1f5
✨ Add minor improvements to use-visible hook
2023-09-01 12:50:29 +02:00
Andrey Antukh
937d3b4954
⚡ Don't perform assets filtering if term is empty
2023-09-01 12:50:29 +02:00
Andrey Antukh
8ff18a2a9e
✨ Add asset item full path to the search filtering
2023-09-01 12:50:29 +02:00
Andrey Antukh
e278d042ea
✨ Improve usability of assets tab on search
...
Automatically uncollapse assets groups when a total searched
results is less than a threshold of 60 (current default)
2023-09-01 12:50:29 +02:00
Andrey Antukh
9804bd88c2
✨ Add improvements to css modules related macros
2023-09-01 12:50:29 +02:00
Andrey Antukh
62f15f9b9d
⚡ Make components assets gropups collapsed by default on assets tab
2023-09-01 12:50:29 +02:00
Andrey Antukh
50a49e5fbf
✨ Show by default assets as not visible
2023-09-01 12:50:29 +02:00
Andrey Antukh
b649adf544
💄 Add cosmetic improvements to sidebar assets namespace
2023-09-01 12:50:29 +02:00
Andrey Antukh
c6e248b52f
✨ Add correct impl for is-direct-child-of-root?
helper
...
And we restore the previously removed helper and incorrectly replaced by
the `is-direct-child-of-root?`.
In penpot exists two concepts: root and root-frame; root is the
artificially created shape that represents the ROOT, and root-frame
means a frame that is shape of frame type which is a direct children
of ROOT.
2023-09-01 12:47:18 +02:00
Andrey Antukh
1a1e55037b
🔥 Remove unused conditional on root-shape component
2023-09-01 12:47:18 +02:00
Andrey Antukh
82f1b96503
⚡ Add micro optimization to is-direct-child-of-root?
helper
2023-09-01 12:47:18 +02:00
Andrey Antukh
58f788455f
⚡ Add experimental equality with exceptions props checking to frames
2023-09-01 12:47:18 +02:00
Andrey Antukh
b28cad2250
⚡ Improve efficiency of equiv impl of jvm-custom-record
2023-09-01 12:47:18 +02:00
Andrey Antukh
7f91619075
⚡ Add improved text change detection on viewport text renderer
2023-09-01 12:47:18 +02:00
Andrey Antukh
f82c682421
⚡ Delimit attrs on update-shape-flags impl
2023-09-01 12:47:18 +02:00
Alejandro Alonso
69f2e7c43f
Merge remote-tracking branch 'origin/staging' into develop
2023-09-01 12:40:17 +02:00
Andrey Antukh
2a6022fa18
🐛 Fix importation on debug endpoint
2023-09-01 12:01:11 +02:00
Andrey Antukh
e36b49b4f0
Merge pull request #3587 from penpot/superalex-layer-multiselection-behaviour
...
✨ Improve layers multiselection behaviour
2023-09-01 11:20:27 +02:00
Alejandro Alonso
92ff5de538
✨ Improve layers multiselection behaviour
2023-09-01 11:20:10 +02:00
Alejandro Alonso
c83d028466
✨ Colorpicker: remember las color mode
2023-09-01 11:18:45 +02:00
Alejandro
56a0d522dc
Merge pull request #3585 from penpot/niwinz-staging-storage-gc-deleted
...
✨ Add minor improvements to logging
2023-09-01 06:40:41 +02:00
Andrey Antukh
a3495800b5
✨ Add minor logging improvements to worker namespace
2023-08-31 21:09:18 +02:00
Andrey Antukh
750cf05784
✨ Add minor logging related improvements to binfile namespace
2023-08-31 21:08:23 +02:00
Andrey Antukh
1384219ae7
📎 Update devenv logging file
2023-08-31 21:08:01 +02:00
Andrey Antukh
d2d9aeff25
📎 Reduce log level of worker submit operation
...
Start logging to as TRACE instead of DEBUG
2023-08-31 20:59:58 +02:00
Andrey Antukh
95d80c9578
Merge pull request #3582 from penpot/superalex-fix-invalid-comments-when-delete-page
...
🐛 Fix deleted pages comments shown in right sidebar
2023-08-31 20:02:00 +02:00
Alejandro
b523bef8ba
Merge pull request #3581 from penpot/niwinz-staging-storage-gc-deleted
...
✨ Improve storage-gc-deleted task reliability
2023-08-31 15:18:15 +02:00
Alejandro Alonso
0c5c04e58a
🐛 Fix deleted pages comments shown in right sidebar
2023-08-31 15:16:55 +02:00
Andrey Antukh
a0973b9ddf
✨ Improve storage-gc-deleted task reliability
2023-08-31 14:36:31 +02:00
Andrey Antukh
f30732dc7f
Merge pull request #3575 from penpot/palba-remove-innecesary-message
...
📎 Remove innecesary message on delete shared dialog
2023-08-31 14:15:50 +02:00