aboutsummaryrefslogtreecommitdiff
path: root/views/list
Commit message (Expand)AuthorAgeFilesLines
* fix(views/list): Use environment dir for archives instead of hard-coded pathSyndamia2025-02-081-1/+1
* Added a basic pdf exporter that works 50% of the timesGeorgi Nikolov2025-02-042-0/+43
* feat: Allow admins to delete listsSyndamia2025-02-022-10/+14
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-0/+2
* feat: Make require_login return the user object if the token is validSyndamia2025-02-023-11/+4
* feat(views/list): Move add item patch requests to list/addSyndamia2025-02-023-3/+10
* feat!(views): Rename profile to userSyndamia2025-02-021-1/+1
* feat(views/list): Show a message when list is emptySyndamia2025-02-021-3/+9
* feat(views/list): Fully implement list deletionSyndamia2025-02-022-0/+44
* feat(views/list): Fully implement list updatingSyndamia2025-02-023-0/+67
* feat(views/list): Rename list/update to list/addSyndamia2025-02-022-0/+0
* feat: Proper list page layout and export user logo logic to classSyndamia2025-02-021-10/+18
* feat: Create require_login helper function and improve list update pageSyndamia2025-02-022-28/+36
* feat: Add create list button and improve new list page UISyndamia2025-02-011-2/+10
* feat(views/profile): Proper list elements UISyndamia2025-02-013-5/+33
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-011-3/+1
* feat(views/list): Show all items in a listSyndamia2025-02-011-0/+6
* feat(views): Move newlist to list/newSyndamia2025-02-012-0/+27
* feat(views): Implement adding a list itemSyndamia2025-01-263-0/+36
* feat(views/list): Don't crash on missing LIDSyndamia2025-01-261-1/+1
* feat(views): Implement list (get) viewSyndamia2025-01-262-0/+26