Commit Graph

58 Commits

Author SHA1 Message Date
ghalestrilo 8d9f94f9c9 ♻️ cleanup routes.jsx 2020-08-21 18:10:17 -03:00
ghalestrilo a2736e2423 ♻️ move responsive helper methods to utils/responsive.jsx 2020-08-21 17:09:20 -03:00
ghalestrilo d17ce3ccc2 👌 make views only responsible if MOBILE_ENABLED=true 2020-08-21 17:03:04 -03:00
ghalestrilo 27168f09c8 🚧 update nav mobile routes when logged in 2020-08-20 16:27:40 -03:00
ghalestrilo 19ffdd49d2 🚧 create editorAccessibility.forceDesktop state prop 2020-08-20 15:59:05 -03:00
ghalestrilo 6e1724ae04 🚧 update mobile breakpoint to 770 2020-08-19 18:38:33 -03:00
ghalestrilo 21fce873df 🚧 update routes.jsx to include mobile routes 2020-08-19 18:13:05 -03:00
ghalestrilo 26336a24a8 🚧 change mobile breakpoint to 800px 2020-08-19 17:53:51 -03:00
ghalestrilo ddc95fa488 🚧 switch index page manually 2020-08-19 17:48:09 -03:00
ghalestrilo 862fe1a3ba 👌 update server.routes.js 2020-07-31 14:50:38 -03:00
ghalestrilo 40db915282 🐛 fix panels not changing 2020-07-31 09:04:48 -03:00
ghalestrilo e287e551a3 🚧 rename MobileDashboard to MobileDashboardView 2020-07-30 17:18:21 -03:00
ghalestrilo 42b002595b 🚧 add link to MyStuff when user is logged in 2020-07-30 16:13:00 -03:00
ghalestrilo 6e668cda68 🚧 improve routing for mobile examples screen 2020-07-30 15:40:43 -03:00
ghalestrilo 262199d017 load examples on MobileDashboard 2020-07-28 17:13:55 -03:00
ghalestrilo de0e32f6a3 🚨 ignore proptype errors 2020-07-24 18:11:10 -03:00
ghalestrilo d43fae592d 🔀 merging from mobile-sketch-view 2020-06-30 16:37:43 -03:00
ghalestrilo 7604e27c40 👌 mark comment on routes.jsx as TODO 2020-06-29 14:30:34 -03:00
ghalestrilo b27ee57aee 🚧 connect MobileSettings 2020-06-22 21:06:40 -03:00
ghalestrilo c8b3da90e8 ♻️ rename IDEViewMobile to MobileIDEView 2020-06-22 15:10:20 -03:00
ghalestrilo eb3bc59382 🧹 clean up routes.js 2020-06-19 15:58:48 -03:00
ghalestrilo d00506a70e 🚧 mound the <PreviewFrame /> properly on Mobile Preview screen 2020-06-18 22:52:25 -03:00
ghalestrilo 5c80702d99 🚧 add MobileSketchView screen to /mobile/preview 2020-06-18 15:39:55 -03:00
ghalestrilo 2084991290 👌 clean up comments and remove css important directive 2020-06-15 14:18:25 -03:00
ghalestrilo 7dc10ab682 make environment variable-based switch for /mobile route 2020-06-12 16:09:30 -03:00
ghalestrilo 95986a2df6 ⛏ create uri method for bypassing the mobile screen 2020-06-09 17:08:14 -03:00
ghalestrilo ca0d953b80 ⛏ create basic header and footer components 2020-06-09 16:51:57 -03:00
ghalestrilo cb2f42dc50 ⛏ switch to mobile screen by window width 2020-06-09 16:29:38 -03:00
Andrew Nicolaou 13c45490a2 Merge branch 'feature/public-api' into feature/sketch-collections 2019-11-10 22:12:14 +01:00
Cassie Tarakajian 0d061a9dea merge in master 2019-11-07 15:03:01 -05:00
Cassie Tarakajian 821b2ea111 remove link to feedback, since we're not using the google doc at all 2019-10-31 15:25:44 -04:00
Andrew Nicolaou ec32eb1262 Collection Create is a modal 2019-10-02 18:01:52 +03:00
Andrew Nicolaou f98919e69b Logged in user can use "Add to collection" menu item 2019-09-25 12:07:17 -04:00
Andrew Nicolaou 8781036ac7 WIP Display collection 2019-09-25 12:06:07 -04:00
Andrew Nicolaou c57ead4c62 Create Collection 2019-09-25 12:06:07 -04:00
Andrew Nicolaou 6ca6e78a28 Displays existing collection
- List all collections for a given user
- View an individual collection
- Link to a sketch from a 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
Andrew Nicolaou b1bfb91f80 Serve assets from /:username/assets, redirecting old path 2019-08-24 13:38:01 +02:00
Andrew Nicolaou 0193ee8297 Standalone sketch list and asset page 2019-08-24 13:37:55 +02:00
Andrew Nicolaou de5e1a9e8f Removes AdvancedSettingsView as functionality now in AccountView 2019-05-29 12:51:50 -04:00
Vertmo 3d2a862d9d Added design of the API key page 2019-05-29 12:51:50 -04:00
Basile Pesin 996a1b988a Fixes #692 (#713)
* Got the basis covered, now I need to style all this

* Corrected and upgraded Share window

* Changed the routes again, and set correct design

* Made some of the requested changes

* Removed PreviewFrame errors

* Redesigned Preview Header

* Corrected style of the FullView

* Corrected most of the css mistakes

* Corrected logo size
2018-10-18 14:10:37 -04:00
cdncat e83654f6ad Fixes #717 (#720)
* remove npm run lint warnings, fixes #717

* Update link for Code of Conduct in CONTRIBUTING.md
2018-10-05 15:35:31 -04:00
Cassie Tarakajian d44027c58e for simplicity and security, remove redirect to HTTP and keep everything on HTTPS 2018-08-27 14:37:31 -04:00
Cassie Tarakajian 6705e4c3f8 load client-side environment variables at runtime 2018-08-24 17:41:23 -04:00
Liang Tang d5856ba923 Remove authorization from specific routes (#642)
* fixes #569

* update listObjectsInS3ForUser

* update client-side routes

* update aws controller

* update

* redirect to /login when unlogged in
2018-05-29 21:37:10 -07:00
Cassie Tarakajian daeed8749d
fixes #528 (#536) 2018-02-09 16:32:06 -05:00
Cassie Tarakajian e140702784 Create Asset List View and refactor overlay code (#356)
* start to create asset list

* begin refactoring overlay component to remove duplicate code

* refactoring of overlays, asset list styles

* changes to add size to asset list

* fixes to asset list

* handle case in which a user hasn't uploaded any assets

* fix bug in which asset list only grabbed first asset

* remove console.log

* update overlay exit styling to use icon mixin
2017-07-11 17:37:43 +02:00
Andrew Nicolaou 1dc0c22cb7 Email verification (#369)
* Re-introduce Email Verification code

Revert "Revert "Email verification""
This reverts commit d154d8bff259350523a0f139e844db96c43d2ee1.

* Uses MJML to generate Reset Password email

* Sends Password Reset and Email Confirmation emails using MJML template

* Sends verified status along with user data

* API endpoint for resending email verification confirmation

* Displays verification status on Account page and allows resending

* Send back error string

* Passes email address through to sign/verify helper

* Uses enum-style object to set verified state

* Sends minimal info when user verifies since it can be done without login

* Provides /verify UI and sends confirmation token to API

* Better name for JWT secret token env var

* Adds mail config variables to Readme

* Encrypts email address in JWT

The JWT sent as the token in the Confirm Password URL
can be unencoded by anyone, although it's signature can only
be verified by us. To ensure that no passwords are leaked,
we encrypt the email address before creating the token.

* Removes unused mail templates

* Resets verified flag when email is changed and sends another email

* Moves email confirmation functions next to each other

* Extracts random token generator to helper

* Moves email confirmation actions into Redux

- updates the AccountForm label with a message to check inbox
- show status when verifying email token

* Uses generated token stored in DB for email confirmation

* Sets email confirmation status to verified if logging in from Github

* Sends email using new method on account creation

* Fixes linting errors

* Removes replyTo config
2017-06-26 12:48:28 -04:00
Zach Rispoli 7403b2b2d6 Current sketch will stop playing if a new example is opened (issue #357) (#365)
* Current sketch will stop playing if a new example is opened (#357)

* stopSketch dispatches on route change

* Remove extra stopSketcch calls
2017-06-18 17:11:23 -04:00