ghalestrilo
d7106fedef
🔀 merge from develop
2020-08-28 10:20:38 -03:00
ridait
111abb2b93
Fix capture and display rejected promises in web editor console
2020-08-26 19:15:21 +02:00
ghalestrilo
384a185028
🔀 merge from develop
2020-08-24 10:03:56 -03:00
ghalestrilo
8d9f94f9c9
♻️ cleanup routes.jsx
2020-08-21 18:10:17 -03:00
ghalestrilo
f4d654a08f
✨ make forceDesktop work
2020-08-21 18:07:41 -03:00
ghalestrilo
28d54bdfb5
♻️ change responsive logic from minDeviceWidth to minWidth
2020-08-21 17:11:34 -03:00
ghalestrilo
a2736e2423
♻️ move responsive helper methods to utils/responsive.jsx
2020-08-21 17:09:20 -03:00
ghalestrilo
54ae17f29d
🔀 pull from feature/mobile-files-tab
2020-08-17 15:45:55 -03:00
ghalestrilo
074334e14a
🐛 fix hook not detecting user authenticated
2020-08-13 18:57:42 -03:00
ghalestrilo
a0b302fdcd
🚧 enable keyboard shortcuts on mobile
2020-08-13 18:34:35 -03:00
ghalestrilo
fac3f96072
🚧 copy handleGlobalKeydown to MobileIDEView
2020-08-13 18:29:39 -03:00
ghalestrilo
53a5198e02
✨ create useEventListener hook
2020-08-13 17:27:38 -03:00
ghalestrilo
99594a390c
✨ create autosave method / thunk
2020-08-13 17:22:03 -03:00
ghalestrilo
955d8c20a4
✨ create useEffectWithComparison hook
2020-08-13 17:02:39 -03:00
ghalestrilo
7c1e6f3cc2
Merge branch 'feature/mobile-examples' of https://github.com/ghalestrilo/p5.js-web-editor into feature/mobile-files-tab
2020-08-13 16:18:18 -03:00
ov
ff40de36ca
Spanish Translation: Reset password Form and View ( #1545 )
...
* Reset Password Form using login view translation keys
* reduxFormUtils.js with i18 functionality to translate validations
2020-08-13 12:12:02 +02:00
ghalestrilo
778aa4df22
💄 update some styles to position: fixed
2020-08-11 13:00:36 -03:00
ghalestrilo
e1fd49b799
🐛 fix dropdown defaulting to open
2020-08-03 14:48:10 -03:00
ghalestrilo
ab93a4c85d
👌 make dropdown list toggle on enter/click
2020-07-30 16:16:47 -03:00
ghalestrilo
8acd6ec189
👌 move hoc to components folder
2020-07-30 14:30:45 -03:00
ghalestrilo
8da6497457
♻️ create useAsModal HOC
2020-07-29 16:01:40 -03:00
ghalestrilo
8339be1683
♻️ create useHideOnBlur hook
2020-07-29 15:15:55 -03:00
ghalestrilo
24a26c16c2
🧹 remove needless imports
2020-07-20 19:08:03 -03:00
Cassie Tarakajian
b805754d04
Merge pull request #1452 from andrewn/chore/config-handler
...
Helpers for config and API client
2020-06-15 12:55:41 -04:00
Andrew Nicolaou
6d90dd2071
Do not log in test environment
2020-06-13 12:51:26 +02:00
Andrew Nicolaou
a225d28f75
Use apiClient instance instead of directly calling Axios
...
Reduces the amount of duplication and provides a single place where
we can configure base URL, crendentials and other headers
2020-06-08 12:31:30 +02:00
Andrew Nicolaou
65aefcd45b
Replace getConfig helper to read value from process.env
2020-06-08 11:46:38 +02:00
Sebas Maagnaldii
0edaa5f555
Fixed a bug that appears on preview when a .js file has a 2 or less name length
2020-06-05 02:51:58 -03:00
Cassie Tarakajian
0d2d099d22
Change helper file name to p5-keywords.js
2020-05-06 14:41:08 -04:00
Mayank Gautam
041a5b37e0
removed unused code from p5-javascript.js and added comment in automatically generated helper file
2020-04-30 16:00:06 +05:30
Mayank Gautam
720a897dca
added script to generate and update syntax highlighting files
2020-04-30 12:17:18 +05:30
Cassie Tarakajian
b70f49ffc5
Remove unused theme variables, redce the number of different grays, light theme WCAG updates
2020-04-22 16:52:47 -04:00
amitch6097
73eca9254b
fix #1246 , Find modal does not select input text on second Command + F
2020-01-28 16:56:45 -05:00
Cassie Tarakajian
846d2bb7db
Merge branch 'feature/public-api' into feature/sketch-collections
2019-10-31 15:02:31 -04:00
Cassie Tarakajian
3d2a7beeb9
merge master to feature/public-api branch
2019-10-22 17:35:20 -04:00
Apoorv Taneja
5fa806d33e
Password limit ( #1191 )
...
* changes
* changes
* changes
* changes
* changes
* changez
2019-10-17 12:53:11 -04:00
Andrew Nicolaou
c57ead4c62
Create Collection
2019-09-25 12:06:07 -04:00
Cassie Tarakajian
5900e62904
unify navigation for authentication pages, add authorization to front end, fixes #650
2019-09-19 13:38:27 -04:00
Cassie Tarakajian
8d0e59efc2
Merge pull request #1151 from davidbmx/master
...
Add matches search into code mirror fixes #936
2019-09-10 16:45:54 -04:00
davidbmx
6030b355ff
Remove num results when don't match find
2019-09-10 12:38:12 -05:00
davidbmx
22f958e50a
Add matches search into code mirror
2019-09-10 12:00:27 -05:00
David
876f0b30fc
Add matches search into code mirror
2019-09-02 08:02:49 -05:00
Jon Paul Gualdarrama
68c1e48c99
Fix Issue #588 . Only highlight runtime errors at the appropriate line… ( #1136 )
...
* Fix Issue #588 . Only highlight runtime errors at the appropriate line for file in which the error occurred.
* Modifications to handle js in html <script> tag Part 1
* Correctly highlight errors in JavaScript in a <script> tag
2019-08-27 13:02:07 -04:00
Apoorv Taneja
4c1ebdf83d
Email Validation added ( #1120 )
...
* changes
* changes
* changes
* changes
* changes
2019-07-23 14:16:05 -04:00
Nimish Agrawal
705dd5c796
Focus on find input ( #1044 )
2019-04-30 17:24:41 -04:00
Ankur Ingale
94eb6f1ac9
Fixed Issue #978 ( #1015 )
...
* Fixed Issue #978
* Added more keywords
2019-04-12 12:59:06 -04:00
Gaurang Tandon
2c876cda45
fixes #906 ( #931 )
2019-03-20 17:53:03 -04:00
Apoorv Taneja
3d248a0573
fixed password length ( #901 )
2019-03-15 17:35:48 -04:00
Laksh Singla
772a7c9370
Updated client/utils/javascript.js
to reflect changes in the CodeMirror's repository ( #805 )
...
* Updated client/utils/p5-javascript.js to reflect the latest one in CodeMirror's repository
* Template string bug fixed (#773 )
2019-01-25 15:43:01 -05:00
Cassie Tarakajian
7bd016bac3
fixes #785 , update node, and everything else that comes along with that ( #810 )
2019-01-16 17:56:18 -05:00