monkeytype/frontend
Jack b60e6905ce
Made username non optional (#2859)
* reduced code repetition

* throwing error when no name provided

* stopping signout if no current user

* expanded to 16 chars

* moved code to popup file

* added google sign up popup

* checking if name is available in the backend

* deleting account if popup was closed
uncommented sign up process
addd functions to enable and disable input

* added google sign up event to avoid circular dependency

* hiding by default

* name is no longer optional
user is deleted if its database object is not found

* using loader to indicate background activity
2022-04-23 19:46:41 +02:00
..
scripts Handle static assets with webpack (#2723) bruception 2022-03-17 21:00:20 +01:00
src Made username non optional (#2859) 2022-04-23 19:46:41 +02:00
static Made username non optional (#2859) 2022-04-23 19:46:41 +02:00
webpack Refactor plugin code (#2808) Bruception 2022-04-06 17:05:19 +02:00
.eslintignore Compile both JS and TS (#2464) by sondrekje 2022-02-11 19:02:21 +01:00
firebase.json added rewrite for static pages, removed redirect 2022-04-06 01:32:37 +02:00
gulpfile.js Compile sass using webpack (#2728) bruception 2022-03-18 15:40:40 +01:00
package-lock.json Save exact for all packages (#2853) 2022-04-23 19:42:20 +02:00
package.json Save exact for all packages (#2853) 2022-04-23 19:42:20 +02:00
tsconfig.json Improve webpack - Reduced filesize by 18% by converting from node-object-hash to object-hash (#2768) rizwanmustafa 2022-03-25 15:36:04 +01:00