aboutsummaryrefslogtreecommitdiff
path: root/src/site
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add hiding to recommendations as a propZephyrrus2020-07-234-22/+50
| | | | fix: change some of the regexes to remove , and ; as separator support because the query parser doesn't understad them and I don't feel like dealing with all the edge cases introduces by it
* feat: add new search inputZephyrrus2020-07-224-11/+646
| | | | For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found
* fix: add no-active classZephyrrus2020-07-221-0/+4
|
* feat: show selected albums first when modal is first openedZephyrrus2020-07-223-19/+33
| | | | | fix: change the color of the dropdown for tags to match the base theme chore: pass props into some of the components instead of fetching from store inside of components
* fix: make modal use full height on mobileZephyrrus2020-07-212-6/+11
|
* feat: implement all-in-one file detail viewer, tag editor and album ↵Zephyrrus2020-07-209-60/+336
| | | | selection modal
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-193-4/+11
|\
| * Update displaying thumbnails of unsupported file typesPitu2020-07-182-9/+13
| |
| * Add logout buttonPitu2020-07-181-1/+7
| |
* | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-196-10/+231
| |
* | chore: add custom class to inputs until fix is released on buefy's masterZephyrrus2020-07-1910-22/+260
| |
* | refactor: finish refactoring all the components to use vuexZephyrrus2020-07-108-90/+105
| |
* | refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-0912-136/+263
| | | | | | | | internal states
* | feat: add lolisafe as a color to bulma instead of doing weird hacksZephyrrus2020-07-092-2/+19
| |
* | feat: add handler for actionsZephyrrus2020-07-091-0/+25
| | | | | | | | Takes care of dispatching a 🍞 on success/error
* | feat: add notifier plugin for 🐍 and 🍞Zephyrrus2020-07-092-12/+39
| |
* | chore: linter the entire project using the new rulesZephyrrus2020-07-0824-197/+314
| |
* | refactor: refactor grid to use vuex for every actionZephyrrus2020-07-086-104/+124
| |
* | feat: add new sidebar with mdi icons and active reactivityZephyrrus2020-07-086-51/+98
| |
* | refactor: change uploader component to use vuexZephyrrus2020-07-082-39/+54
| |
* | feat: refactor waterfall to be more efficientZephyrrus2020-07-073-244/+99
| |
* | feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-0712-266/+361
| |
* | chore: eslint storesZephyrrus2020-07-079-43/+47
| | | | | | | | feat: merge album and images
* | feat: add video preview on hover to dashboard and apply new linter rules to ↵Zephyrrus2020-07-058-281/+342
| | | | | | | | some of the files
* | feat: refactor single album page to use vuexZephyrrus2020-07-054-69/+150
| |
* | feat: experimental videos in gridZephyrrus2020-07-043-19/+52
| |
* | fix: fix axios plugin throwing if no message from backendZephyrrus2020-07-041-6/+15
| |
* | feat: make the delete link button more reactive (loading state if deletion ↵Zephyrrus2020-07-041-6/+15
| | | | | | | | pending)
* | fix: change watcher from a component watcher to a store watcherZephyrrus2020-07-041-8/+9
| |
* | feat: refactor most of the album components to use store for presentation ↵Zephyrrus2020-07-0412-136/+289
| | | | | | | | and actions
* | feat: separate album view into multiple components and use vuexZephyrrus2020-07-034-301/+423
| |
* | feat: refactor preview to support random fragment extractionZephyrrus2020-07-021-9/+13
| |
* | feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-0210-54/+139
| |
* | feat: start refactoring the code to actually use vuexZephyrrus2020-07-0214-181/+317
| | | | | | | | This includes creating multiple stores as needed for components and removing all complex states from components (since all those states should be stored in vuex)
* | feat: move toolbar into a level and add slot for pagination on gridZephyrrus2020-07-021-27/+30
| |
* | feat: backend pagination for albumsZephyrrus2020-07-011-5/+38
| |
* | feat: use SSR when rendering the dashboard (if possible)Zephyrrus2020-07-011-4/+17
| |
* | fix: use file id instead of index and remove load more buttonZephyrrus2020-07-011-12/+2
| |
* | feat: backend paginationZephyrrus2020-06-293-13/+15
| | | | | | | | | | serverLoad++; userRamUsage--;
* | fix: heigh issues where the parent is smaller than the childZephyrrus2020-06-291-2/+5
| |
* | feat: add darker image for album sectionZephyrrus2020-06-293-1/+1
| |
* | misc: Change the color of the warning on the homepage to red and bigger ↵Zephyrrus2020-06-291-1/+2
| | | | | | | | font-size
* | fix: Remove hero and hero body and use sections and containers insteadZephyrrus2020-06-2918-535/+614
| | | | | | | | Hero is meant to be used as a full-width banner to showcare or present somethign, not to contain the entire content of the webpage
* | misc: remove patreon. sorry.Zephyrrus2020-06-291-2/+0
| |
* | fix: fix minor visual issues on the album pageZephyrrus2020-06-293-14/+41
| |
* | fix: change navbar to buefy navbar for mobile supportZephyrrus2020-06-292-22/+31
| |
* | feat: add logout link if logged inZephyrrus2020-06-291-1/+7
| |
* | fix: dispatch logout from axios if token expiresZephyrrus2020-06-291-0/+4
|/
* Only display `Show more` button when there's more to showPitu2020-06-251-1/+6
|
* CleanupPitu2020-06-251-14/+3
|