0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
Commit graph

1503 commits

Author SHA1 Message Date
Andrey Antukh
19ebf65c68 Fix wrong state transformation on icons events. 2016-10-23 17:23:17 +02:00
Andrey Antukh
a8dd40900c Usability fixes on icons and images events. 2016-10-23 17:23:17 +02:00
Andrey Antukh
217e6bd70b Update dependencies. 2016-10-23 17:23:17 +02:00
Andrey Antukh
204a3fe68a Improve sorting of nav items on icons page. 2016-10-23 17:23:17 +02:00
Andrey Antukh
c8846f7cbf Major icons page refactor.
With the ability to upload icons by the user.
2016-10-23 17:23:17 +02:00
Andrey Antukh
2143bb6e04 Major images page refactor. 2016-10-23 17:23:17 +02:00
Andrey Antukh
5b995f78aa Cosmetic changes on rect shapes components. 2016-10-23 17:23:17 +02:00
Andrey Antukh
a0e261403b Add some helpers for read files as text. 2016-10-23 17:23:17 +02:00
Andrey Antukh
5db6825612 Add styles for image selection lightbox. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7ad0b1f555 Send mimetype on image upload. 2016-10-23 17:23:17 +02:00
Andrey Antukh
492e57d845 Only allow upload a limited set of image types. 2016-10-23 17:23:17 +02:00
Andrey Antukh
a0127130a6 Remove some println's in http impl. 2016-10-23 17:23:17 +02:00
Andrey Antukh
c3702f6bbe Add missing predicates from httpurr. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7c92ad390a Add impl for some geom functions for image shapes. 2016-10-23 17:23:17 +02:00
Andrey Antukh
eeb141cb8e Send width and height fields on image uploading repo method. 2016-10-23 17:23:17 +02:00
Andrey Antukh
2b00395253 Refactor and adapt create-images event to backend changes. 2016-10-23 17:23:17 +02:00
Andrey Antukh
ba8b20f8c0 Remove println. 2016-10-23 17:23:17 +02:00
Andrey Antukh
bd870e7251 Add utils for work with dom file like objects. 2016-10-23 17:23:17 +02:00
Andrey Antukh
9046db4cc6 Convert icons ui-components to use new component macros. 2016-10-23 17:23:17 +02:00
Andrey Antukh
ab4fb8030d Sort image collections by name instead by id. 2016-10-23 17:23:17 +02:00
Andrey Antukh
61db7aeab9 Replace httpurr with own reactive streams based http client. 2016-10-23 17:23:17 +02:00
Andrey Antukh
f05d6924a3 Improve page data structure and adapt it to the backend representation. 2016-10-23 17:23:17 +02:00
elhombretecla
4fde0469c0 add move item tooltip 2016-10-20 12:37:43 +02:00
elhombretecla
b65eee57e7 fix multiselect menu alignment 2016-10-20 11:58:35 +02:00
Andrey Antukh
720178c03f
Fix image uploading broken in previous commits. 2016-10-09 21:06:20 +02:00
Andrey Antukh
841e178c15
Refactor image storage layout. 2016-10-09 18:03:01 +02:00
Andrey Antukh
5762ee0bf3
Fix image initialization event. 2016-10-09 18:02:36 +02:00
Andrey Antukh
934fcba179
Setup builtin images and collections in the state. 2016-10-09 17:59:39 +02:00
Andrey Antukh
15695c652d
Change default datastructures for builtin images. 2016-10-09 17:59:39 +02:00
Andrey Antukh
b1ce61c6bb
Update delete image event acording to new image storage layout. 2016-10-09 17:59:38 +02:00
Andrey Antukh
e017975162
Store images indexed in the state. 2016-10-09 17:59:38 +02:00
Andrey Antukh
81c9794657
Simplify images dashboard initialization event impl. 2016-10-09 17:59:38 +02:00
Andrey Antukh
9c5ec0ec9c
Declare an other function on images events ns. 2016-10-09 17:59:38 +02:00
elhombretecla
626ed4893c add action mark 2016-10-04 09:38:00 +02:00
elhombretecla
61c0632fdb add interaction mark 2016-10-03 14:44:04 +02:00
elhombretecla
d2af74a07e fix zoom icon 2016-10-03 08:49:14 +02:00
elhombretecla
6bb9e2ad60 fix cursor on selection 2016-10-02 18:01:58 +02:00
elhombretecla
b16d12f67c add nodes style and fix cards size 2016-10-02 17:50:30 +02:00
Andrey Antukh
530acfe571
Remove already implemented in bide impl for IPathRepr protocol. 2016-09-30 23:38:42 +02:00
Andrey Antukh
42e87588b6
Elide asserts on production builds. 2016-09-30 23:38:31 +02:00
Andrey Antukh
ed64ddaea2
Update dependencies. 2016-09-30 23:38:21 +02:00
Andrey Antukh
f352ca050d
Fix tests. 2016-09-30 15:41:23 +02:00
Andrey Antukh
96b1baf6cf
Remove unused code. 2016-09-30 15:41:09 +02:00
Andrey Antukh
707f2b0d87
Fix color collections loading on the colorpalette (on workspace).
With additional cosmetic improvements on the namespace.
2016-09-30 12:21:26 +02:00
Andrey Antukh
1f91d7d390
Implement groups shape collapsing persistence.
With additional cosmetic improvemens.
2016-09-30 11:35:57 +02:00
Andrey Antukh
c617fba52b
Add collapsing group shape events.
And reorganize a little bit the shapes events ns.
2016-09-30 11:34:57 +02:00
Andrey Antukh
819fa69ae2
Minor improvements on figwheel script. 2016-09-30 11:33:44 +02:00
Andrey Antukh
1f73638018
Revert "Remove update-radius-attrs event."
This reverts commit b1e9936aa6.
2016-09-29 07:38:28 +02:00
Andrey Antukh
c22ac8e302
Implement proportions lock button on rect measurements element options sidebar.
With an additional cosmetic refactor.
2016-09-29 07:21:27 +02:00
Andrey Antukh
863f0c906b
Implement proportion lock button on circle measurements element options sidebar.
With an additional cosmetic refactor.
2016-09-29 07:16:29 +02:00