0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 16:39:49 -05:00
Commit graph

1116 commits

Author SHA1 Message Date
alonso.torres
561560ae04 🕐 adds recent opened files screen 2020-03-12 14:09:48 +01:00
Andrey Antukh
7430a9b332 🎉 Add deployCommit and deployDate to config object. 2020-03-12 12:52:37 +01:00
Andrey Antukh
d506c9b562 🐛 Fix data inconsistency on wrong deletion ordering. 2020-03-12 11:33:00 +01:00
Andrey Antukh
b3747ee0e7 🚧 Add missing variable on gulpfile. 2020-03-12 09:59:24 +01:00
Andrey Antukh
8fac45e60a 🚧 More work on build config. 2020-03-12 09:28:40 +01:00
Andrey Antukh
aa57083afc 🔧 Minor changes on frontend build config. 2020-03-11 17:21:07 +01:00
Andrey Antukh
70108a0aa7 🔥 Remove unused files. 2020-03-11 16:32:27 +01:00
Andrey Antukh
45290441de 🔥 Remove view sub application. 2020-03-11 15:53:18 +01:00
Andrey Antukh
648dfdab80 🔥 Remove unused Caddyfile. 2020-03-11 15:53:18 +01:00
Andrey Antukh
53700e3cb6 🚧 Comment worker code (temporary disabled). 2020-03-11 15:53:13 +01:00
Alonso Torres
4ee138f71e
Merge pull request #134 from uxbox/other/dynamic-config
🎉 Make the build to be config independent.
2020-03-11 09:30:22 +01:00
Andrey Antukh
c09f281f58 🎉 Make the build to be config independent.
Loading the configuration dinamically using
global variables defined in index.html.
2020-03-11 09:20:12 +01:00
alonso.torres
3a24d94c2b 💪 changes to dashboard layout 2020-03-11 09:00:09 +01:00
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