Commit graph

2362 commits

Author SHA1 Message Date
ghalestrilo
ceb8dc5400 🔀 merge from develop 2020-08-12 11:49:36 -03:00
ghalestrilo
410ef1b9bb ♻️ dry up <IDEView /> 2020-08-12 11:41:53 -03:00
ghalestrilo
f9fdadbe52 ♻️ dry up <MobileIDEView /> imports 2020-08-12 11:31:37 -03:00
ghalestrilo
06f9050a47 ♻️ dry up <MobileIDEView /> imports 2020-08-12 11:27:22 -03:00
ov
9694719e02
Login form spanish translation (#1535)
* NewFolderModal spanish translation
 translations.json (both languages EN - ES)
 changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.
* Login Form translation
* SocialAuthButton.jsx Changes
Interpolation in translations.json
2020-08-12 16:24:29 +02:00
ghalestrilo
682db4def5 ♻️ connect <Editor /> 2020-08-12 11:15:36 -03:00
ghalestrilo
7402a6b07d ♻️ rename getTitle to withChangeDot 2020-08-12 10:56:46 -03:00
ghalestrilo
214f5d655a make unsaved changes dot on project name 2020-08-12 10:55:54 -03:00
ghalestrilo
589bdd5a11 💄 update styling for dropdown with <IconButton /> component 2020-08-12 10:25:41 -03:00
ghalestrilo
32efc40298 make login/logout options on dropdown 2020-08-12 10:19:06 -03:00
ghalestrilo
41ecf108e9 Merge branch 'feature/mobile-examples' of https://github.com/ghalestrilo/p5.js-web-editor into feature/mobile-files-tab 2020-08-11 18:39:31 -03:00
ghalestrilo
a28a4a5c83 👌 restore sidebar 2020-08-11 18:38:52 -03:00
ghalestrilo
19bff74ad6 👌 distribute table header evenly 2020-08-11 18:19:15 -03:00
ghalestrilo
c50ca2a969 👌 restore sidebar 2020-08-11 18:06:14 -03:00
ghalestrilo
5b12572f84 🔀 merge 2020-08-11 18:05:44 -03:00
ghalestrilo
d667b4b0c8 👌 move files button to bottom bar 2020-08-11 18:03:09 -03:00
ghalestrilo
b88a40327e Merge branch 'feature/mobile-examples' of https://github.com/ghalestrilo/p5.js-web-editor into feature/mobile-files-tab 2020-08-11 17:04:45 -03:00
ghalestrilo
a9061afe1c 👌 restore sidebar 2020-08-11 16:57:28 -03:00
ghalestrilo
5a96c0f8b5 👌 centralize loader 2020-08-11 16:56:56 -03:00
ghalestrilo
222b6d8c62 👌 remove gap between header and search bar 2020-08-11 16:45:32 -03:00
ghalestrilo
35716b108a 👌 update header alignment 2020-08-11 16:37:26 -03:00
ghalestrilo
9c25daac8c 👌 update card fields alignment 2020-08-11 16:30:48 -03:00
ghalestrilo
4a1eb0e3c5 👌 create space between dropdown icon and sortable th 2020-08-11 16:15:17 -03:00
Cassie Tarakajian
888635275f Merge develop to feature/mobile-examples 2020-08-11 13:41:55 -04:00
ghalestrilo
778aa4df22 💄 update some styles to position: fixed 2020-08-11 13:00:36 -03:00
ghalestrilo
71bd25d74a 🔀 merge from mobile-examples 2020-08-11 12:11:23 -03:00
ghalestrilo
797bf9fe90 🔀 merge from develop 2020-08-11 12:08:43 -03:00
ov
3253770ff6
Spanish Translation Modals for Sketch Menu (#1538)
* NewFileModal spanish transaltion
 translations.json (both languages EN - ES)
 changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.

* NewFolderModal spanish translation
 translations.json (both languages EN - ES)
 changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.
2020-08-11 15:56:45 +02:00
ghalestrilo
8d0cfdcfb4 💄 improve visibility on light mode 2020-08-10 15:04:41 -03:00
ghalestrilo
702adf93f6 💄 improve visibility on dark mode 2020-08-10 14:55:02 -03:00
ghalestrilo
672fd406fa 💄 transform table into card list 2020-08-10 14:40:56 -03:00
ghalestrilo
f93c07718a 🐛 fix mobile dashboard loading wrong user's sketches 2020-08-10 11:33:43 -03:00
ghalestrilo
0baf64c402 ♻️ make Tab and TabSwitcher mobile components 2020-08-10 11:29:12 -03:00
ghalestrilo
88c48c300a update bottom tab styles 2020-08-10 11:02:52 -03:00
ghalestrilo
38b59d2223 Merge branch 'feature/mobile-examples' of https://github.com/ghalestrilo/p5.js-web-editor into feature/mobile-examples 2020-08-07 19:09:03 -03:00
ghalestrilo
7558cf5e1c make dropdown for sketch and collection creation 2020-08-07 19:05:46 -03:00
ghalestrilo
8ddd7a76e2 Merge branch 'develop' of https://github.com/processing/p5.js-web-editor into feature/mobile-examples 2020-08-07 18:51:37 -03:00
ghalestrilo
df5ac3fb4c make sidebar close on file click 2020-08-07 18:48:39 -03:00
ghalestrilo
faaa6d2edb make sidebar close via hook toggle 2020-08-07 18:32:50 -03:00
ghalestrilo
6fa1b23613 💄 update floating nav button color 2020-08-07 15:25:41 -03:00
ghalestrilo
81ad78ba79 add floating button to open files tab 2020-08-07 15:03:18 -03:00
ghalestrilo
34be0e700d add visibility padding to the bottom of the editor wrapper 2020-08-07 14:17:26 -03:00
ghalestrilo
dfedc81f66 add files tab 2020-08-07 14:09:17 -03:00
ghalestrilo
d1b4d8d4e3 🧹 remove eslint-disable-line 2020-08-07 11:24:25 -03:00
Cassie Tarakajian
3c28682253
Merge branch 'develop' into feature/mobile-examples 2020-08-06 17:39:50 -04:00
ghalestrilo
6d121491aa 🚧 improve useAsModal rendering 2020-08-06 16:24:47 -03:00
ghalestrilo
1680c0cd52 🚧 add background overlay to modals 2020-08-06 16:05:28 -03:00
ghalestrilo
8b9dd90ae3 🚧 make <Sidebar /> component 2020-08-06 15:59:22 -03:00
Cassie Tarakajian
4a0429578c Merge branch 'release-1.0.7' into develop 2020-08-06 13:08:11 -04:00
Cassie Tarakajian
6827983adc 1.0.7 2020-08-06 12:47:07 -04:00