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

1103 commits

Author SHA1 Message Date
alonso.torres
39836fc821 💥 removed old scss files 2020-03-11 09:00:09 +01:00
Andrey Antukh
eeb2f39ada 🔥 Remove unused code. 2020-03-11 09:00:09 +01:00
Andrey Antukh
f4a15e6db7 🚧 More work on dashboard integration. 2020-03-11 09:00:09 +01:00
Andrey Antukh
13215d7f5d 🚧 Initial work on dashboard integration.
Restructuration.
2020-03-11 09:00:09 +01:00
Juan de la Cruz
47de756080 refactor dashboard sidebar 2020-03-11 09:00:09 +01:00
Juan de la Cruz
7d7cd1d3d6 redesing dashboard main-bar 2020-03-11 09:00:09 +01:00
Andrey Antukh
1ce46a0ef8 🔥 Remove unused code. 2020-03-10 14:46:53 +01:00
Andrey Antukh
203a165502 🐛 Fix bug on undo deletion of canvas with shapes. 2020-03-10 13:19:09 +01:00
Andrey Antukh
6f0d45dfcd Add error boundaries to the app component. 2020-03-10 11:46:18 +01:00
Andrey Antukh
e7519f3058 🔥 Remove unused namespace with colors. 2020-03-10 11:45:51 +01:00
Andrey Antukh
8f2e31cafa Add public function for enable event stream debugging. 2020-03-10 11:44:57 +01:00
Andrey Antukh
5e91f05a7b Adapt shapes d&d ordering to new data structure. 2020-03-09 12:22:31 +01:00
Andrey Antukh
8e00ba7457 Merge branch 'wip/refactor-page-data-structure' into develop 2020-03-08 12:48:51 +01:00
Andrey Antukh
ba373573e0 ♻️ Initial refactor of page data structure (wip).
Still work in progress but is a necessary step for a future
(re)introduction of groups.
2020-03-08 12:46:09 +01:00
Juan de la Cruz
2728e03e76 fix color theme general issue 2020-03-03 13:14:37 +01:00
Andrey Antukh
9319520043 🐛 Fix broken reference to icon. 2020-02-25 21:01:56 +01:00
Andrey Antukh
4c99280c4a 🐛 Set proper shape vertical ordering. 2020-02-25 21:01:42 +01:00
Andrey Antukh
a84080ddfa 🐛 Fix text shape edition on-blur interaction. 2020-02-25 21:01:18 +01:00
Andrey Antukh
1d0eb1d26f 🔥 Remove unused macro. 2020-02-25 21:00:48 +01:00
Andrey Antukh
4cce1d5b23 🐛 Fix broken link to icon on framework.css file. 2020-02-25 21:00:34 +01:00
Andrey Antukh
ecde4493e0 ♻️ Icons and Styles build refactor. 2020-02-25 16:24:40 +01:00
Andrey Antukh
555210175e Add clj-kondo dependency for linting. 2020-02-25 16:21:58 +01:00
Andrey Antukh
90c0bce9aa 💄 Remove unused code. 2020-02-20 17:52:18 +01:00
Andrey Antukh
a0a76f6b65 Add cursor tooltips. 2020-02-20 17:18:44 +01:00
Andrey Antukh
6988f0a35e 🐛 Fix wrong behavior on shape/canvas hide/show options. 2020-02-20 12:08:06 +01:00
Andrey Antukh
8f77a59a97 Improved canvas displacement on options. 2020-02-20 11:50:43 +01:00
Andrey Antukh
35e50dc47c 🐛 Fix unexpected exception after logout. 2020-02-20 09:41:30 +01:00
Andrey Antukh
ff43df6822 🐛 Many bugfixes. 2020-02-19 19:20:13 +01:00
Andrey Antukh
86a55fd292 Add proper impl for deleting selected objects. 2020-02-19 12:05:27 +01:00
Andrey Antukh
86ba4fd083 🎉 Reimplement canvas as svg (instead of g+rect). 2020-02-18 17:11:17 +01:00
Andrey Antukh
63a339dd31 ♻️ Add undo/redo.
Reimplement :mov-shape change type operation.
2020-02-17 17:44:43 +01:00
Andrey Antukh
7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
0cc5c7f7bb ♻️ Reimplement websockets using streams. 2020-02-08 15:39:26 +01:00
Andrey Antukh
460019e01b 🐛 Minor fix on build params. 2020-02-04 22:04:22 +01:00
Andrey Antukh
c5149ec42c 📎 Minor changes on default configuration. 2020-02-04 20:23:04 +01:00
Andrey Antukh
146faf74a9 ♻️ Refactor profile and login. 2020-02-04 16:05:51 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Juan de la Cruz
c1dee0dbf7 Fix library tabs styles 2020-02-01 11:54:33 +01:00
Andrey Antukh
065ed23c79 🎉 Add javascript variants of geom.point and geom.matrix.
Only for have them in backup, they are not in use right now
and we dont expect to use them in a near future.
2020-02-01 01:16:47 +01:00
Andrey Antukh
89f65a15de 📎 Add fontawesome file.
Just to have it on fonts directory and being
able to generate logs report with goaccess.
2020-02-01 01:15:27 +01:00
Andrey Antukh
cbffee1486 Normalize shape absolute resize implementation.
Making it more safe and less dynamic.
2020-02-01 01:14:30 +01:00
Andrey Antukh
8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
Andrey Antukh
391b926397 🐛 Fix circle dimensions update. 2020-01-31 11:16:30 +01:00
Andrey Antukh
dcc81c9275 📎 Add commented code related to undo/redo. 2020-01-31 10:52:34 +01:00
Andrey Antukh
8d99bd723b 🐛 Fix rotation of path and curve shapes. 2020-01-30 13:28:27 +01:00
Andrey Antukh
85f4d4824f 🐛 Fix circle shape rotation behavior. 2020-01-30 13:16:37 +01:00
Andrey Antukh
cdcae36b58 🐛 Add missing canvas impl for some geom operations. 2020-01-28 17:05:50 +01:00
Andrey Antukh
a0df97a2e5 🐛 Minor fix on commit-snapshot handler. 2020-01-28 13:02:30 +01:00
Andrey Antukh
590b68aa29 🐛 Fix unexpected operation ordering. 2020-01-28 12:48:09 +01:00
Andrey Antukh
75b64b71bf 🐛 Fix icons selection options widget. 2020-01-28 11:12:14 +01:00