aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/album
Commit message (Collapse)AuthorAgeFilesLines
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-071-1/+7
| | | | | | | | fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL) feat: display when a stat was generated in the section's header fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it) fix: add is-mobile to columns so they don't stack on top of each other feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges)
* fix: nsfw album toggle doesn't propagate the changes properlyZephyrrus2020-12-272-11/+11
| | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse
* feat: Add warning to nsfw albumsPitu2020-12-281-1/+28
|
* CleanupPitu2020-12-252-11/+3
|
* Fix ESLint rules once and for allPitu2020-12-242-9/+9
|
* chore: remove trailing commasZephyrrus2020-12-242-18/+18
|
* chore: update buefy to 0.9Zephyrrus2020-11-121-37/+40
|
* feat: allow administrators to create custom links for albumsZephyrrus2020-10-021-1/+57
|
* chore: linter the entire project using the new rulesZephyrrus2020-07-082-40/+63
|
* feat: make the delete link button more reactive (loading state if deletion ↵Zephyrrus2020-07-041-6/+15
| | | | pending)
* feat: refactor most of the album components to use store for presentation ↵Zephyrrus2020-07-042-43/+53
| | | | and actions
* feat: separate album view into multiple components and use vuexZephyrrus2020-07-032-0/+356