0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00
Commit graph

1452 commits

Author SHA1 Message Date
alonso.torres
353e86c49d 🎉 Adds feedback when dragging interactions 2020-06-04 12:43:39 +02:00
Andrey Antukh
3b0ea9b7fd 🐛 Fix unexpected internal error on password recovery request. 2020-06-04 11:57:15 +02:00
Andrés Moya
dfc938b804 🐛 Fix image paste in production build 2020-06-04 09:43:25 +02:00
alonso.torres
07ba79a64c 🐛 Improvements over snap distances 2020-06-04 08:38:17 +02:00
alonso.torres
f7e30aed8b 🐛 Fixes hover on shapes 2020-06-04 08:30:47 +02:00
alonso.torres
b441ac64d0 🎉 Allows user to change canvas background color 2020-06-04 07:08:34 +02:00
alonso.torres
67baeff5af 🎉 Make outline shows when selected 2020-06-03 15:46:28 +02:00
alonso.torres
e5619672d3 🎉 Hover feedback on shapes 2020-06-03 15:46:28 +02:00
Andrés Moya
1ecb7c9178 🐛 Fix error messages 2020-06-03 14:29:41 +02:00
Andrés Moya
bd2ee2fd11 🐛 Fix paste image in prod mode 2020-06-03 13:57:31 +02:00
Andrés Moya
a83c2ff669 ♻️ Move drawing events to data module 2020-06-03 11:05:03 +02:00
Andrés Moya
7bf06353ad 🎉 Copy & paste images onto the workspace 2020-06-03 11:05:03 +02:00
Andrés Moya
94959ffff8 🎉 Drag and drop images onto the workspace 2020-06-03 11:05:03 +02:00
Andrés Moya
f5f7607ce3 ♻️ Refactor drag'n drop code 2020-06-03 11:05:03 +02:00
Andrey Antukh
9901f0a52b Remove backend-uri from all the codebase. 2020-06-03 10:50:40 +02:00
alonso.torres
1f82c0f1e1 🐛 Fixed selection behaviour 2020-06-03 09:04:49 +02:00
alonso.torres
ccbe50b042 🐛 Fixed Firefox behaviour 2020-06-03 08:48:21 +02:00
alonso.torres
8077f2704e 🐛 Fixes scroll in dashboard sidebar 2020-06-03 08:25:28 +02:00
alonso.torres
7861c81538 🐛 Fixes issue with context menu 2020-06-03 07:57:14 +02:00
alonso.torres
2f79e79498 🐛 Shortcuts in context menu were wrong 2020-06-03 07:49:35 +02:00
alonso.torres
396a2b0e44 🐛 Makes autocomplete background white 2020-06-03 07:47:17 +02:00
Andrey Antukh
8c18e9bfbf Improve cache handling.
And make the devenv http server behave similar to a production
environment (related to cache handling).
2020-06-02 16:31:43 +02:00
alonso.torres
174b9db1d2 🎉 Duplicate move 2020-06-02 16:10:30 +02:00
alonso.torres
bedd244f44 🎉 New cursors in viewport 2020-06-02 12:10:10 +02:00
alonso.torres
b3237524bd 🎉 Adds infrastructure to add cursors 2020-06-02 12:10:10 +02:00
alonso.torres
c4664ab7f9 🎉 Custom cursors files 2020-06-02 12:10:10 +02:00
Andrés Moya
56763e9aa8 Automatic placement of uploaded image 2020-06-02 12:09:12 +02:00
Andrés Moya
bac35853d3 Show info while loading images 2020-06-02 12:09:12 +02:00
Andrés Moya
e3e8180b7a Improve error checking and notification 2020-06-02 12:09:12 +02:00
Andrés Moya
bbf3bc7909 Remove add image modal, upload image directly 2020-06-02 12:09:12 +02:00
Andrey Antukh
bee4e5177c 🐛 Fix initial auto-fit of viewport. 2020-06-02 12:08:19 +02:00
alonso.torres
721879aaa8 🐛 Fixes problems with preview 2020-05-29 12:01:20 +02:00
alonso.torres
738a791a27 🐛 Fixed problem when snapping distance outside frame 2020-05-29 09:20:33 +02:00
alonso.torres
21613e6614 Adds rectangle around distance texts 2020-05-29 08:41:44 +02:00
alonso.torres
b5317782e9 🎉 Adds snaps to distance 2020-05-28 15:00:36 +02:00
Juan de la Cruz
b7f6c72981 Fix login UI 2020-05-27 17:06:39 +02:00
Andrey Antukh
117744f3f7 🐛 Fix color palettes displacement. 2020-05-27 14:16:52 +02:00
Andrey Antukh
5a41d1b4da 🔥 Remove unused code. 2020-05-27 10:09:31 +02:00
Andrey Antukh
a27828ed79 ♻️ Refactor frontend code for adapt to new banners. 2020-05-27 10:09:31 +02:00
Juan de la Cruz
b331489741 🎉 Add new styles for banners. 2020-05-27 09:22:09 +02:00
Andrey Antukh
17bdf4c6bf 🐛 Add missing link on auth sidebar. 2020-05-26 13:03:54 +02:00
Andrey Antukh
550ca7e4b2 Enable google auth button only when is enabled. 2020-05-26 13:03:54 +02:00
Andrey Antukh
5983155680 💄 Fix naming inconsistencies on uri prop. 2020-05-26 13:03:54 +02:00
Andrey Antukh
19cd84597d 🎉 Add authentication with google. 2020-05-26 13:03:54 +02:00
Andrey Antukh
7d5f9c1078 ♻️ Initial profile and auth refactor. 2020-05-26 13:03:54 +02:00
Andrés Moya
47901870bd Allow dropping only objects of the same type 2020-05-25 12:17:01 +02:00
Andrés Moya
da77aa558e Auto open layer when hovering over it for a moment 2020-05-25 12:17:01 +02:00
Andrés Moya
25518a4ac0 🐛 Implement undo in layer move operation 2020-05-25 12:17:01 +02:00
alonso.torres
593d1cdd39 Migrate pages in the backend 2020-05-25 11:19:08 +02:00
alonso.torres
e06d8e754f ♻️ Adds new properties to shapes 2020-05-25 07:51:44 +02:00