summary refs log tree commit diff
path: root/api/src/routes/users/@me/notes.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-60/+0
|
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-1/+1
|
* Delete Note if no contentMadeline2022-07-231-10/+14
|
* Moved user notes into separate tableMadeline2022-07-231-11/+28
|
* User Notes (#707)Madeline2022-04-051-5/+30
| | | | | | | | * Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 !
* Temporary notes fixRealMANI2022-03-081-3/+3
| | | | Temporary fix for getting stuck on loading user note. //TODO
* hotfix for misc routesuurgothat2021-09-301-2/+5
|
* Add misc routesuurgothat2021-09-301-0/+11