0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-04 05:18:56 -05:00
Commit graph

1574 commits

Author SHA1 Message Date
Andrey Antukh
1fa3e55e89 Disable elements from the dashbaord header. 2016-10-23 17:23:17 +02:00
Andrey Antukh
e4ba3ac66b Adapt colors nav tabs to be consistent with the rest of the pages. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7642dab826 Disable frontend managed library by default. 2016-10-23 17:23:17 +02:00
Andrey Antukh
2a2e87cb1c Add missing impl for icon-raw for get-vertex-point geom func. 2016-10-23 17:23:17 +02:00
Andrey Antukh
6e06779cc3 Add copy-icon event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
2764ea0d96 Minor fix on colors page initialization event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
02c7793050 Add support for icon-raw to layers sidebar. 2016-10-23 17:23:17 +02:00
Andrey Antukh
c9221d6b36 Adapt icons sidebar to the new icons state layout. 2016-10-23 17:23:17 +02:00
Andrey Antukh
8df6ee502a Add support for raw-icon to drawarea. 2016-10-23 17:23:17 +02:00
Andrey Antukh
df189dc39e Remove unused whitespaces. 2016-10-23 17:23:17 +02:00
Andrey Antukh
669442ef02 Minor ns entries reordering on canvas namespace. 2016-10-23 17:23:17 +02:00
Andrey Antukh
050e291e0f Add icon-raw shape related components. 2016-10-23 17:23:17 +02:00
Andrey Antukh
27f1884a47 Add icon-raw shape type to group render function. 2016-10-23 17:23:17 +02:00
Andrey Antukh
12aee6acb6 Fix wrong arguments function call on icons menu initialization. 2016-10-23 17:23:17 +02:00
Andrey Antukh
94e3842267 Use server side num icons value on icons dashboard page. 2016-10-23 17:23:17 +02:00
Andrey Antukh
3df32e903f Add :icon-raw to geom impls. 2016-10-23 17:23:17 +02:00
Andrey Antukh
d6a2fee09a Simplify select-for-drawing event implementation. 2016-10-23 17:23:17 +02:00
Andrey Antukh
1530464432 Simplify projects initialize event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
0b6450e78a Improve svg parsing function.
Used on icons uploading process.
2016-10-23 17:23:17 +02:00
Andrey Antukh
3cf4a75b93 Fix wrong state tranformation on delete icon collection event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7690a088ab Add better naming to newly created icon collections. 2016-10-23 17:23:17 +02:00
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