Eva Marco
|
0f3a4db71e
|
♻️ Refactor modal/hide! function calls (#6415)
|
2025-05-07 09:53:07 +02:00 |
|
Pablo Alba
|
751bed4117
|
✨ Manage overrides on variants switch
|
2025-05-07 09:29:41 +02:00 |
|
Eva Marco
|
348a9c82bf
|
Merge pull request #6413 from penpot/eva-fix-tooltip-display-prop
🐛 Fix tooltip display on hide
|
2025-05-06 19:36:29 +02:00 |
|
Eva Marco
|
e2918f4148
|
🎉 Create tooltip DS component (#6340)
* ✨ Add new tooltip DS component
* 🎉 Add delay
* 🎉 Update docs and stories
* 🎉 Add configurable delay
* ♻️ Fix comments
* ♻️ Fix comments
|
2025-05-06 17:15:22 +02:00 |
|
Aitor Moreno
|
c45187eedd
|
Merge pull request #6381 from penpot/alotor-perf-modifiers-refactor
✨ Apply modifiers changes into data
|
2025-05-06 15:52:57 +02:00 |
|
alonso.torres
|
05b6aeef3e
|
🐛 Fix problem with editor v2
|
2025-05-06 14:50:10 +02:00 |
|
Andrey Antukh
|
7cb2f307d8
|
✨ Move path-editor from selection handlers
|
2025-05-06 13:39:17 +02:00 |
|
Andrey Antukh
|
f1a557c372
|
✨ Add minor performance enhacements to viewport top-bar
|
2025-05-06 13:39:17 +02:00 |
|
Andrey Antukh
|
202337b135
|
💄 Add cosmetic improvements for start-editing-selected event fn
|
2025-05-06 13:39:16 +02:00 |
|
Andrey Antukh
|
4e3abcbd45
|
🐛 Prevent NPE on get-points
|
2025-05-06 13:39:16 +02:00 |
|
Andrey Antukh
|
7d327d23a2
|
✨ Make consistent use of .toString with path content
|
2025-05-06 13:39:16 +02:00 |
|
Andrey Antukh
|
c6f68e6ed1
|
♻️ Use LITTLE_ENDIAN instead of BIG_ENDIAND for path encoding
|
2025-05-06 13:39:15 +02:00 |
|
Andrey Antukh
|
fa24ced3a3
|
🐛 Don't render path editor on editing grid on frame
|
2025-05-06 13:39:15 +02:00 |
|
Andrey Antukh
|
b9ea2425b9
|
🔥 Remove legacy path formating code
|
2025-05-06 13:39:15 +02:00 |
|
Andrey Antukh
|
1abaff9c52
|
✨ Add minor improvements to curve drawing internal impl
|
2025-05-06 13:39:15 +02:00 |
|
Andrey Antukh
|
1c77126fe6
|
⚡ Implement get-handlers in term of internal reduce
That has an average performance improvement of 64% over
original impl and reduction of generation of object garbage
|
2025-05-06 13:39:14 +02:00 |
|
Andrey Antukh
|
61c23877c1
|
✨ Rename handler->point to get-handler-point
|
2025-05-06 13:39:14 +02:00 |
|
Andrey Antukh
|
60f754f172
|
✨ Add minor improvements to get-segments-with-points
And rename it from `get-segments`
|
2025-05-06 13:39:13 +02:00 |
|
Andrey Antukh
|
1d0020f6e6
|
✨ Replace duplicate fn get-point with segment->point
|
2025-05-06 13:39:13 +02:00 |
|
Andrey Antukh
|
db73c2eea0
|
✨ Fix segment param naming on path type helpers
|
2025-05-06 13:39:12 +02:00 |
|
Andrey Antukh
|
b0cbe3cec8
|
⚡ Replace content->points with faster get-points
|
2025-05-06 13:39:11 +02:00 |
|
Andrey Antukh
|
3ca76c9ef7
|
♻️ Refactor path-editor component
|
2025-05-06 13:39:11 +02:00 |
|
Andrey Antukh
|
93199e1a70
|
♻️ Refactor path editor component: path-snap
|
2025-05-06 13:39:11 +02:00 |
|
Andrey Antukh
|
93a601a1e7
|
♻️ Refactor path editor component: path-preview
|
2025-05-06 13:39:11 +02:00 |
|
Andrey Antukh
|
3d864c4ff1
|
♻️ Refactor path editor components: path-handler and path-point
|
2025-05-06 13:39:11 +02:00 |
|
Andrey Antukh
|
4f6dffabb4
|
♻️ Use new call convention for path drawing components
|
2025-05-06 13:39:10 +02:00 |
|
Andrey Antukh
|
09c3490cae
|
✨ Add naming improvement to bool content update fn
|
2025-05-06 13:39:10 +02:00 |
|
Andrey Antukh
|
1fc0203c38
|
🎉 Add full integration with path data type feature
|
2025-05-06 13:39:10 +02:00 |
|
Andrey Antukh
|
f545d7b3ea
|
♻️ Refactor bool shape creation and modification events
|
2025-05-06 13:39:09 +02:00 |
|
luisδμ
|
e62231cfed
|
♻️ Rename, move and refactor the input-with-values component (#6387)
* 💄 Adapt behaviour when hovering
* ♻️ Rename, refactor and move component
* 📎 PR changes
|
2025-05-06 11:19:18 +02:00 |
|
María Valderrama
|
86a498fc29
|
✨ Optimize profile setup flow for better user experience (#6223)
* ✨ Optimize profile setup flow for better user experience
* 📎 Remove extra onboarding step
* 📎 Code review
* 📎 Update changelog
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
|
2025-05-05 10:42:08 +02:00 |
|
Alejandro Alonso
|
aae81b8a04
|
🎉 Add wasm playground environment
|
2025-05-05 09:45:59 +02:00 |
|
Xaviju
|
486f036a11
|
♻️ Redesign form input tokens (#6294)
* ♻️ Redesign form input tokens
* ♻️ Redesign form input tokens
---------
Co-authored-by: Xavier Julian <xaviju@proton.me>
|
2025-05-05 09:05:14 +02:00 |
|
Elena Torro
|
f8602810eb
|
🐛 Fix font id serialization
|
2025-04-30 11:48:07 +02:00 |
|
Pablo Alba
|
219ddfabaf
|
✨ Restore a deleted variant
|
2025-04-30 11:40:00 +02:00 |
|
alonso.torres
|
88e5209856
|
✨ Apply modifiers changes into data
|
2025-04-30 09:34:13 +02:00 |
|
Elena Torro
|
2306df5fb7
|
✨ Load emoji font dynamically when initializing
|
2025-04-29 13:07:06 +02:00 |
|
Andrés Moya
|
5c74349de0
|
🔧 Make private function
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
4a7b72dae1
|
🔧 Move errors and warnings to workspace.data
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
23e17d7f30
|
🔧 Move token update to workspace.data and rename to propagation
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
37cf829188
|
🔧 Move token helpers to common.files
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
f213ffabe1
|
🔧 Move style-dictionary and tinycolor to main.data
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
a1921bb767
|
🔧 Move token lib edit to workspace.data and remove unused code
|
2025-04-29 10:11:40 +02:00 |
|
Andrés Moya
|
213c04bc8a
|
🔧 Move token application to workspace.data
|
2025-04-29 10:11:40 +02:00 |
|
Pablo Alba
|
916eb530a0
|
✨ Close swap panel after doing a swap
|
2025-04-28 11:23:42 +02:00 |
|
alonso.torres
|
8ce71e792e
|
✨ Add dynamic properties modifiers to WASM
|
2025-04-25 15:03:24 +02:00 |
|
Elena Torro
|
44d68ad723
|
🐛 Calculate text-length in bytes correctly
|
2025-04-25 09:48:12 +02:00 |
|
Elena Torró
|
9e4c9d3101
|
Merge pull request #6353 from penpot/ladybenko-10867-comment-crash
🐛 Fix comment loading crash (new renderer viewport)
|
2025-04-25 08:41:51 +02:00 |
|
Belén Albeza
|
ab90d9d01c
|
🔧 Increase the cap for gradient stops
|
2025-04-24 12:20:34 +02:00 |
|
Belén Albeza
|
281c0068d9
|
✨ Embed stop data into RawGradientData
|
2025-04-24 12:20:34 +02:00 |
|