Andrey Antukh
1134f16ffa
💄 Add cosmetic refactor to dashboard fonts react components
2024-03-06 13:48:32 +01:00
Andrey Antukh
131fc95ab0
🐛 Fix release notes not showing on release build
2024-03-06 10:01:57 +01:00
Andrey Antukh
7eecd50c50
📚 Add http methods documentation to the API doc page
2024-03-06 09:24:37 +01:00
Andrey Antukh
88f49cfbc9
🐛 Fix email field intrusive autocomplete on firefox
...
Firefox has a strange behavior because it ignores the autocomplete
attribute and just does not allow submit a form when an email type
field has invalid email (valid but surrounded with whitespace).
This fix is a workaround, setting up the input field as simple text
instead of semantic type 'email'.
2024-03-06 09:17:39 +01:00
Andrey Antukh
5b722a8608
🐛 Fix error handling on register page
2024-03-06 09:17:04 +01:00
Andrey Antukh
8cb550120a
🐛 Fix error handling on recovery request page
2024-03-06 09:16:45 +01:00
Andrey Antukh
1bc4001e70
✨ Add the ability to set :string for cookie same-site
...
By configuration. The default is :lax (unchanged)
2024-03-05 19:47:29 +01:00
Andrey Antukh
07b8a2a6e6
✨ Restrict http methods on RPC handlers
2024-03-05 19:47:29 +01:00
Andrey Antukh
c3f37fb8a3
♻️ Refactor import dialog on dashboard
2024-03-05 19:47:29 +01:00
Andrey Antukh
afd373ffee
✨ Simplify implementation of d/name
2024-03-05 19:47:29 +01:00
Andrey Antukh
cac785f3e1
💄 Add cosmetic improvements to dashboard import modal code
2024-03-05 19:47:29 +01:00
Andrey Antukh
d2059475f0
⚡ Add minor performance enhancement for inside-layout?
helper
2024-03-05 19:47:29 +01:00
Andrey Antukh
6fe85465a1
⚡ Add minor performance enhacement on shape layout functions
2024-03-05 19:47:29 +01:00
Andrey Antukh
3412658286
✨ Move some functions from file helpers to types.shape.layout
2024-03-05 19:47:29 +01:00
Andrey Antukh
85d06b10c2
🐛 Fix incorrect event handling on component annotation creation
2024-03-05 19:47:29 +01:00
Andrey Antukh
ee91ab5dad
⚡ Add nano optimizations to fo_text react component
2024-03-05 19:47:29 +01:00
Andrey Antukh
43cd4656b4
⚡ Remove props wrapping on workspace comment react components
2024-03-05 19:47:29 +01:00
Andrey Antukh
4106e8da56
⚡ Add performance enhancements to viewport comments layer
2024-03-05 19:47:20 +01:00
Andrey Antukh
638cf6daff
💄 Add cosmetic enhancements to viewport comments layer
...
That also improves performance
2024-03-05 18:51:40 +01:00
Eva Marco
1c38883ddd
♻️ Update sidebar old icons
2024-03-05 16:36:30 +01:00
Eva Marco
c2b8e5c946
♻️ Refactor dashboard sidebar css
2024-03-05 16:36:30 +01:00
Aitor
9ad0662409
🐛 Fix imposter being regenerated indefinitely
2024-03-05 16:20:03 +01:00
Eva Marco
2465690c7d
Merge pull request #4220 from penpot/azazeln28-sort-interaction-destinations
...
✨ Sort interaction destinations by label
2024-03-05 16:04:39 +01:00
Aitor
3c9ae9b210
✨ Sort interaction destinations by label
2024-03-05 13:13:25 +01:00
alonso.torres
8d20220330
🐛 Fix inspect code text fonts
2024-03-04 20:31:28 +01:00
alonso.torres
bf6e467abf
🐛 Add tooltip to the locate button
2024-03-04 20:31:28 +01:00
alonso.torres
fb2c4c9c3a
🐛 Fix problem with grid layout paddings
2024-03-04 20:31:28 +01:00
alonso.torres
f36410da87
🐛 Fix problem when changing track data in editor
2024-03-04 20:31:28 +01:00
Belén Albeza
bcd859ca4c
Merge pull request #4209 from penpot/eva-bugfixing-ui
...
Bugfixing
2024-03-04 11:28:35 +01:00
Belén Albeza
7833a06a86
🐛 Fix color rename input height
2024-03-04 10:49:19 +01:00
Eva Marco
6e4075a2e7
🐛 Fix create team name modal width
2024-03-04 10:44:09 +01:00
Eva Marco
add0bed3ca
🐛 Fix ellipsis in library color names
2024-03-04 10:44:09 +01:00
Alejandro
acbc2a80dd
Merge pull request #4215 from penpot/palba-bugfixing-005
...
🐛 Bugfixing
2024-03-04 09:31:51 +01:00
Aitor
611b90f5fb
🐛 Fix rasterizer not setting intrinsic size
2024-03-04 08:58:49 +01:00
Pablo Alba
ca0fd0fa13
🐛 Fix it is possible to upload font with empty font family
2024-03-01 16:35:59 +01:00
Eva Marco
9645ffba40
🐛 Fix upload image alert message
2024-03-01 16:32:31 +01:00
Pablo Alba
041224e44b
🐛 Fix incorrect message trying to login with bad credentials
2024-03-01 13:53:57 +01:00
Pablo Alba
44b66352ab
🐛 Fix invalid error is displayed when changing the password
2024-03-01 13:45:06 +01:00
Pablo Alba
b2ad78d947
🐛 Fix in dashboard it is possible to update project with empty name on left sidebar
2024-03-01 12:27:48 +01:00
Andrey Antukh
42b68a786e
⚡ Add more performance enhancements to code
react component
...
On the viewer inspect module
2024-03-01 12:18:45 +01:00
Andrey Antukh
942989824a
✨ Improve audit events on inspect copy operations
2024-03-01 12:18:45 +01:00
Andrey Antukh
00ee6833c8
✨ Separate inspect-title-bar
from title-bar
...
This now makes the component a bit less overloaded and
the implementation simplified without bracking too much
the modularization
2024-03-01 12:18:45 +01:00
Andrey Antukh
20b651560d
⚡ Add performance enhancements to copy-button
react component
2024-03-01 12:18:45 +01:00
Andrey Antukh
a3faca910f
📎 Add some FIXME comments for future refactors
2024-03-01 12:18:45 +01:00
Andrey Antukh
97e7806bdb
🐛 Update rumext (fix issues on native destructuring)
2024-03-01 12:18:45 +01:00
Andrey Antukh
1cc65c69b7
✨ Add audit events for inspect tab usage
...
On workspace and viewer
2024-03-01 12:18:45 +01:00
Andrey Antukh
f888a6db4c
✨ Add audit events for aspect ration change
2024-03-01 12:18:45 +01:00
Andrey Antukh
a40d207dfd
✨ Add audit events for component swap action
2024-03-01 12:18:45 +01:00
Andrey Antukh
0b20d85677
🐛 Add missing option for delete grid layout on context-menu
2024-03-01 12:18:45 +01:00
Andrey Antukh
7d2af587cd
✨ Improve audit events for layout context menu
2024-03-01 12:18:45 +01:00