0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00
Commit graph

1705 commits

Author SHA1 Message Date
Andrey Antukh
c018a39f7b
Don't import already imported material. 2016-11-21 18:55:44 +01:00
Andrey Antukh
4aa888f72d
Fix icons sql functions. 2016-11-21 18:55:23 +01:00
Andrey Antukh
e1ff8aa11e
Add missing :id column handling on collimp sql functions. 2016-11-21 18:54:49 +01:00
Andrey Antukh
b086d12760
Add rsp? predicate. 2016-11-21 18:14:10 +01:00
Andrey Antukh
5477909d4d
Implement IDeref for Rsp type. 2016-11-21 18:13:59 +01:00
Andrey Antukh
c0aa4a042f
Add support for icon collection importation. 2016-11-21 18:13:39 +01:00
Andrey Antukh
8ec32ad130
Set lower defaults resource requiremens for dev profile. 2016-11-21 18:12:48 +01:00
Andrey Antukh
7011293352
Add missing license file (lost in repository migration). 2016-11-21 08:48:07 +01:00
Andrey Antukh
da39d52348
Add missing exclude for resolve symbol on storages.util ns. 2016-11-20 23:26:21 +01:00
Andrey Antukh
cf1188ad47
Add partial impl for icons collections importer (wip). 2016-11-20 23:25:48 +01:00
Andrey Antukh
6d0737e4a3
Remove unused code from collimp ns. 2016-11-20 23:07:57 +01:00
Andrey Antukh
ae4e7e6139
Remove unused import. 2016-11-20 23:07:42 +01:00
Andrey Antukh
d9c12dcc9a
Update .gitignore file. 2016-11-20 21:23:07 +01:00
Andrey Antukh
1502d9ed23
Add missing resolve method to stroages.util ns. 2016-11-20 21:22:19 +01:00
Andrey Antukh
5165ac6e52
Add valid? predicate that prints debug info to stdout.
When the predicate fails. Very usefull when used with preconditions
that by default does not print nothing.
2016-11-20 21:22:13 +01:00
Andrey Antukh
4eab2f81cf
Run importation in a transaction.
Among other cosmetic fixes.
2016-11-20 21:20:41 +01:00
Andrey Antukh
e73339d2f9
Add faster implementation for retrieve image size. 2016-11-20 21:19:53 +01:00
Andrey Antukh
0192298d09
Remove unused type attr from import entry spec. 2016-11-20 21:19:21 +01:00
Andrey Antukh
661e2d821e
Adapt docker start scripts to new directory structure. 2016-11-20 20:40:30 +01:00
Andrey Antukh
249db6bd4b
Update .gitignore file. 2016-11-20 20:11:49 +01:00
Andrey Antukh
25b47e5b92
Move nvmrc file into frontend subdirectory. 2016-11-20 20:10:17 +01:00
Andrey Antukh
94aee02fb9
Import docker related files. 2016-11-20 20:08:24 +01:00
Andrey Antukh
de57630c14
Import backend code inside the repository. 2016-11-20 20:04:52 +01:00
Andrey Antukh
e21798f1ed
Move all files under frontend directory. 2016-11-20 20:03:17 +01:00
Andrey Antukh
92b45b2d05
Add page menu to element options widget. 2016-11-18 23:29:04 +01:00
Andrey Antukh
b7a21a1caf
Use cursor as pointer on elements with interactions on view app. 2016-11-18 21:22:47 +01:00
Andrey Antukh
770007742f
Minor cosmetic changes on icons sidebar widget component. 2016-11-18 21:19:24 +01:00
Andrey Antukh
3e1a7fca69
Load storage collection icons on sidebar icons component is mounted. 2016-11-18 21:19:04 +01:00
Andrey Antukh
98f55d53ff
Remove unused code from icons sidebar ns. 2016-11-18 21:18:53 +01:00
Andrey Antukh
3a5cd39ba4
Add missing field initialization on pageform. 2016-11-18 21:11:10 +01:00
Andrey Antukh
732a42924b
Fix shapes drawing when zoom is activated. 2016-11-18 20:47:51 +01:00
Andrey Antukh
f0b6b9363c
Fix selrect when zoom is activated. 2016-11-18 20:23:57 +01:00
Andrey Antukh
5fbc2ff6bb
Fix rendering order issue on group. 2016-11-18 20:23:57 +01:00
elhombretecla
87756246a7 add new copy and move icons 2016-11-15 09:51:53 +01:00
elhombretecla
d1a624cfd5 add new element-name styles 2016-11-15 09:39:27 +01:00
elhombretecla
7035ec719a fix input-select dashboard 2016-11-15 09:26:17 +01:00
Andrey Antukh
d1210304af
Add backward compatibility for read previous point format on transit. 2016-11-13 17:26:17 +01:00
Andrey Antukh
c1591d85cb
Improve point transit handlers. 2016-11-13 17:21:02 +01:00
Andrey Antukh
60fc30b709
Properly handle the route params in navigate event. 2016-11-13 17:20:56 +01:00
Andrey Antukh
c13ec03fe1
Improve efficiency of goto event. 2016-11-13 17:18:48 +01:00
Andrey Antukh
ebdf8d7935
Clarify a TODO comment on pages events. 2016-11-13 17:18:23 +01:00
Andrey Antukh
a3f24eda83
Fix history loading. 2016-11-13 17:18:10 +01:00
Andrey Antukh
fce36cfdd9
Introduce cljs.spec and refactor all forms. 2016-11-13 15:42:44 +01:00
Andrey Antukh
29e6ebdb83
Remove useless namespacing for persist auth data in storage.
The storage is already namespaced.
2016-11-13 12:56:13 +01:00
Andrey Antukh
6273b05c51
Change the default ordering on projects dashboard. 2016-11-12 12:03:25 +01:00
Andrey Antukh
96d66b275c
Move files ns out of dom ns. 2016-11-12 12:03:12 +01:00
Andrey Antukh
c38079e03b
Improved performance for obtaining the image size. 2016-11-12 11:49:43 +01:00
Andrey Antukh
dcb35084a1
Add rename support for icons and images. 2016-11-12 11:38:34 +01:00
Andrey Antukh
e80ecd7175
Fix initial values for filter and ordering on images page.
That causes unexpected exceptions on first views of page.
2016-11-11 09:43:08 +01:00
Andrey Antukh
4359321bed
Fix wrong initial filtering and ordering values in icons page. 2016-11-10 23:56:59 +01:00