aboutsummaryrefslogtreecommitdiff
path: root/views
Commit message (Expand)AuthorAgeFilesLines
...
* feat: Create require_login helper function and improve list update pageSyndamia2025-02-024-30/+50
* feat: Add XAMPP setupSyndamia2025-02-011-1/+8
* feat: Add create list button and improve new list page UISyndamia2025-02-013-3/+34
* feat(views/profile): Proper list elements UISyndamia2025-02-015-13/+75
* feat: Proper UI for item buttonsSyndamia2025-02-012-2/+29
* feat(views/profile): Show archives and lists as proper nav buttonsSyndamia2025-02-013-15/+59
* feat(views/home): Move single webpage card code to a separate fileSyndamia2025-02-012-27/+21
* feat: Move single archive item code to a separate fileSyndamia2025-02-014-59/+39
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-014-7/+5
* feat(archive): Include topbar dynamicallySyndamia2025-02-011-8/+5
* feat(views/profile): Show all lists by a userSyndamia2025-02-011-6/+33
* feat(views/list): Show all items in a listSyndamia2025-02-011-0/+6
* feat(views): Move newlist to list/newSyndamia2025-02-013-1/+1
* feat: Separate topbar filesSyndamia2025-02-012-0/+78
* feat(views): Add list update buttons to profile archivesSyndamia2025-01-261-6/+15
* feat(views): Implement adding a list itemSyndamia2025-01-265-6/+52
* feat(views/list): Don't crash on missing LIDSyndamia2025-01-261-1/+1
* feat(router): Support for sub-root pagesSyndamia2025-01-261-10/+15
* feat: Replace sessionStorage with (custom) cookieStorageSyndamia2025-01-267-25/+30
* feat(views): Implement list (get) viewSyndamia2025-01-263-0/+27
* feat: Create page for creating listsSyndamia2025-01-263-0/+33
* Made the urls be more universalGeorgi Nikolov2025-01-261-1/+3
* Added a navbar on top of the archived pagesGeorgi Nikolov2025-01-261-2/+2
* feat(profile): Show archives made by user in their profile pageSyndamia2025-01-261-0/+25
* feat(archive): Set the user when someone logged-in archivesSyndamia2025-01-261-0/+10
* feat: Logout buttonSyndamia2025-01-265-17/+48
* feat: Proper login and register designsSyndamia2025-01-263-13/+54
* fix(views/archive): Fix page and favicon pathsSyndamia2025-01-261-2/+2
* feat!: Rework all views to be used with the routerSyndamia2025-01-2617-136/+73
* feat(controllers): Remove unused test controllersSyndamia2025-01-261-12/+0
* feat(views): Implement a proper routerSyndamia2025-01-263-0/+105
* chore(views): Minor fixesSyndamia2025-01-263-30/+2
* feat(views): Login page logs you inSyndamia2025-01-261-1/+6
* feat: Authentication logic on every pageSyndamia2025-01-265-3/+78
* feat(views): Mandatory titles for header inclusionSyndamia2025-01-263-1/+6
* chore(views): Replace <?php echo with <?=Syndamia2025-01-267-24/+24
* feat(views/archive): Improve formatting and layoutSyndamia2025-01-252-3/+26
* feat(views/home): Show page titleSyndamia2025-01-251-1/+1
* feat(views/login): Add login pageSyndamia2025-01-252-0/+27
* feat(views/meta): include_once instead of includeSyndamia2025-01-251-5/+6
* feat(views): Add basic profile and register viewsSyndamia2025-01-253-0/+42
* feat(styles): Finalize designSyndamia2025-01-252-21/+70
* feat(views/home): Show favicon in pagesSyndamia2025-01-251-2/+2
* Handled the search url not existingGeorgi Nikolov2025-01-251-0/+6
* feat(views/archive): Better ui for archivesSyndamia2025-01-192-3/+48
* feat(views/archive): Show webpage previewSyndamia2025-01-191-3/+1
* fix(views/archive): Show page url in non-archived messageSyndamia2025-01-191-1/+1
* fix(views/home): Remoe name of submit buttonSyndamia2025-01-191-1/+1
* feat(views/home): Implement clicking on cardsSyndamia2025-01-192-2/+11
* feat: Add archive pageSyndamia2025-01-192-1/+25