| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add hiding to recommendations as a prop | Zephyrrus | 2020-07-23 | 4 | -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 input | Zephyrrus | 2020-07-22 | 4 | -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 class | Zephyrrus | 2020-07-22 | 1 | -0/+4 |
| | | |||||
| * | feat: show selected albums first when modal is first opened | Zephyrrus | 2020-07-22 | 3 | -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 mobile | Zephyrrus | 2020-07-21 | 2 | -6/+11 |
| | | |||||
| * | feat: implement all-in-one file detail viewer, tag editor and album ↵ | Zephyrrus | 2020-07-20 | 9 | -60/+336 |
| | | | | | selection modal | ||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 3 | -4/+11 |
| |\ | |||||
| | * | Update displaying thumbnails of unsupported file types | Pitu | 2020-07-18 | 2 | -9/+13 |
| | | | |||||
| | * | Add logout button | Pitu | 2020-07-18 | 1 | -1/+7 |
| | | | |||||
| * | | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 6 | -10/+231 |
| | | | |||||
| * | | chore: add custom class to inputs until fix is released on buefy's master | Zephyrrus | 2020-07-19 | 10 | -22/+260 |
| | | | |||||
| * | | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 8 | -90/+105 |
| | | | |||||
| * | | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 12 | -136/+263 |
| | | | | | | | | | internal states | ||||
| * | | feat: add lolisafe as a color to bulma instead of doing weird hacks | Zephyrrus | 2020-07-09 | 2 | -2/+19 |
| | | | |||||
| * | | feat: add handler for actions | Zephyrrus | 2020-07-09 | 1 | -0/+25 |
| | | | | | | | | | Takes care of dispatching a 🍞 on success/error | ||||
| * | | feat: add notifier plugin for 🐍 and 🍞 | Zephyrrus | 2020-07-09 | 2 | -12/+39 |
| | | | |||||
| * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 24 | -197/+314 |
| | | | |||||
| * | | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 6 | -104/+124 |
| | | | |||||
| * | | feat: add new sidebar with mdi icons and active reactivity | Zephyrrus | 2020-07-08 | 6 | -51/+98 |
| | | | |||||
| * | | refactor: change uploader component to use vuex | Zephyrrus | 2020-07-08 | 2 | -39/+54 |
| | | | |||||
| * | | feat: refactor waterfall to be more efficient | Zephyrrus | 2020-07-07 | 3 | -244/+99 |
| | | | |||||
| * | | feat: try fixing THE SHITTY WATERFALL | Zephyrrus | 2020-07-07 | 12 | -266/+361 |
| | | | |||||
| * | | chore: eslint stores | Zephyrrus | 2020-07-07 | 9 | -43/+47 |
| | | | | | | | | | feat: merge album and images | ||||
| * | | feat: add video preview on hover to dashboard and apply new linter rules to ↵ | Zephyrrus | 2020-07-05 | 8 | -281/+342 |
| | | | | | | | | | some of the files | ||||
| * | | feat: refactor single album page to use vuex | Zephyrrus | 2020-07-05 | 4 | -69/+150 |
| | | | |||||
| * | | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 3 | -19/+52 |
| | | | |||||
| * | | fix: fix axios plugin throwing if no message from backend | Zephyrrus | 2020-07-04 | 1 | -6/+15 |
| | | | |||||
| * | | feat: make the delete link button more reactive (loading state if deletion ↵ | Zephyrrus | 2020-07-04 | 1 | -6/+15 |
| | | | | | | | | | pending) | ||||
| * | | fix: change watcher from a component watcher to a store watcher | Zephyrrus | 2020-07-04 | 1 | -8/+9 |
| | | | |||||
| * | | feat: refactor most of the album components to use store for presentation ↵ | Zephyrrus | 2020-07-04 | 12 | -136/+289 |
| | | | | | | | | | and actions | ||||
| * | | feat: separate album view into multiple components and use vuex | Zephyrrus | 2020-07-03 | 4 | -301/+423 |
| | | | |||||
| * | | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 1 | -9/+13 |
| | | | |||||
| * | | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 10 | -54/+139 |
| | | | |||||
| * | | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 14 | -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 grid | Zephyrrus | 2020-07-02 | 1 | -27/+30 |
| | | | |||||
| * | | feat: backend pagination for albums | Zephyrrus | 2020-07-01 | 1 | -5/+38 |
| | | | |||||
| * | | feat: use SSR when rendering the dashboard (if possible) | Zephyrrus | 2020-07-01 | 1 | -4/+17 |
| | | | |||||
| * | | fix: use file id instead of index and remove load more button | Zephyrrus | 2020-07-01 | 1 | -12/+2 |
| | | | |||||
| * | | feat: backend pagination | Zephyrrus | 2020-06-29 | 3 | -13/+15 |
| | | | | | | | | | | | serverLoad++; userRamUsage--; | ||||
| * | | fix: heigh issues where the parent is smaller than the child | Zephyrrus | 2020-06-29 | 1 | -2/+5 |
| | | | |||||
| * | | feat: add darker image for album section | Zephyrrus | 2020-06-29 | 3 | -1/+1 |
| | | | |||||
| * | | misc: Change the color of the warning on the homepage to red and bigger ↵ | Zephyrrus | 2020-06-29 | 1 | -1/+2 |
| | | | | | | | | | font-size | ||||
| * | | fix: Remove hero and hero body and use sections and containers instead | Zephyrrus | 2020-06-29 | 18 | -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. | Zephyrrus | 2020-06-29 | 1 | -2/+0 |
| | | | |||||
| * | | fix: fix minor visual issues on the album page | Zephyrrus | 2020-06-29 | 3 | -14/+41 |
| | | | |||||
| * | | fix: change navbar to buefy navbar for mobile support | Zephyrrus | 2020-06-29 | 2 | -22/+31 |
| | | | |||||
| * | | feat: add logout link if logged in | Zephyrrus | 2020-06-29 | 1 | -1/+7 |
| | | | |||||
| * | | fix: dispatch logout from axios if token expires | Zephyrrus | 2020-06-29 | 1 | -0/+4 |
| |/ | |||||
| * | Only display `Show more` button when there's more to show | Pitu | 2020-06-25 | 1 | -1/+6 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 1 | -14/+3 |
| | | |||||