monkeytype/frontend
YummyOreo e794bbd68d
Adds a reset account button to the settings page (#3206) YummyOreo
* adds reset button

* moves it up above the delete button

* i am blind

* i cant move stuff

* adds reset for the profile

* Adds reseting for ape keys, and presets, also adds more resets in the user settings

* Delets all ape keys not just one

* Prevents conflicts for delete endpoints

* changes from reset to deleteAll in ape keys

* Refactors the code to use Promise.all

* adds reloading

* unit tests ape key deletion

* fixes some bugs

* Fixes type o

* More typeo fixes

* Returns nothing for reset user

* Simplifies code

* changes from reset to deleteAll for all but users

* Checks db not the memory

* fixes typo

* fixes the tests

* fixes

* fixes bugs and refactors some code

* adds requireFreshToken to the authentication

* migrates all reseting to the user endpoint

* removes the delete all for ape unit test

* to lazy to make commit message

* parallelize the calls to the db (I think)

* also resetting config

* also resetting discordid and avatar

* using unset

* updated wording

* level 1 message

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-07-06 12:59:40 +02:00
..
scripts fix quote lengths 2022-05-28 17:14:55 +02:00
src Adds a reset account button to the settings page (#3206) YummyOreo 2022-07-06 12:59:40 +02:00
static Adds a reset account button to the settings page (#3206) YummyOreo 2022-07-06 12:59:40 +02:00
webpack Add version commit hash (#3286) 2022-07-02 18:49:13 +02:00
.eslintignore
docker-compose.yaml Create docker-compose.yaml file for frontend (#3058) 2022-06-01 14:04:00 -04:00
firebase.json added ads.txt 2022-06-28 23:06:39 +02:00
gulpfile.js
package-lock.json rebuilding remplate on save 2022-05-03 18:57:33 +02:00
package.json Add version commit hash (#3286) 2022-07-02 18:49:13 +02:00
tsconfig.json