* Semantic HTML: Cards are now articles.
* Semantic HTML: Changed aside to header.
* Changed some references from aside to header.
* Added aria-label to left and right buttons.
* Added aria-hidden to catergory icons.
* Added aria-label to the logo.
* Added aria-hidden on more icons.
* Added aria-hidden to some icons.
* WIP: Redesign the default layout
* Merge old & new default layouts
* Fix login logic; add proper user controls dropdown
* Fix latest version listing (#31) (#32)
Co-authored-by: Aeledfyr <45501007+Aeledfyr@users.noreply.github.com>
* First pass of design cleanup
* Improve ad integration and fix light theme
* Begin splitting up variables, change some styling to new mockup
* Continue redesign progress
* Work on some more pages
* Add missing dark theme variables for text
* Continue working on modularizing
* Continue progress, redo pagination
* Fix auth buttons in navbar layout
* Continue progress
* Continue progress more
* Redo ModResult
* Scope ModPage :irritater:
* Continue Dashboard
* Continue progress on Dashboard and cleanup
* Add missing variables for dark theme
* Small tweaks, cleanup, and continue mod page progress
* Fix user not being able to see hidden mods that they own
* Start reworking mod creation
* Continue revamp of mod creation page
* Yank v-html out
* Hotfix markdown rendering and some spacing issues
* Move legal; continue with mod creation; create reusable footer
* Create README.md
* Update README.md
* Update README.md
* Add in basic usage instructions
* Fix some stuff
* Continue with mod creation; fix some CSS errors
* Start user page
* Start transition to vue-select; fix a few bugs
* Continue mod creation page
* Finish mod pages
* Add very raw version editing
* Mod editing + creation
* Fixed versions that were in processing causing a 404 (#39)
Co-authored-by: Mikhail Oleynikov <falseresync@gmail.com>
Co-authored-by: Aeledfyr <45501007+Aeledfyr@users.noreply.github.com>
Co-authored-by: Jai A <jai.a@tuta.io>
Co-authored-by: MulverineX <mulverin3@gmail.com>
Co-authored-by: diabolical17 <calumproh28@gmail.com>
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
* More mod info
* Downloading mods
* Run prepare
* User editing + icon editing
* Finish
* Some fixes
* Fix clippy errors
* Fix hash lookup
* Run prepare
* Run formatter
* Replace runkit GIF with actual code on index.vue
Sometimes the GIF will not load due to a slow or crappy connection.
Syntax highlighting could be added at a later date.
* Added syntax highlighting with vue highlightJS
* Move scss to highlightjs.scss
* Introduce better syntax highlighting.
* Changed to monospace font
* Moderation + Mod Editing WIP
* Run prepare, fix perms
* Make it compile
* Finish moderation and edit routes
* More fixes
* Use better queries
* Final Fixes
* Fix latest_version in search results
* Handle users with invalid permissions instead of skipping them
* Specify order of some queries, fix serialization of permissions
* Run sqlx prepare
* Team routes template
* More work on teams
* Updating routes WIP
* Edit routes
* Fixes
* Run prepare, prevent non-members from seeing perms
* More fixes
* Finish team routes
* More fixes
* Unpushed changes
* Some more fixes and error handling
* Fix sqlx prepare, formatting
Co-authored-by: Aeledfyr <aeledfyr@gmail.com>
* Hotfixes for indexing
* Handles missing INDEX_CACHE_PATH environment variable
* Exits on startup if environment variables are missing. The flag
--allow-missing-vars disables this, but that is generally a bad
idea, since most environment variables are required (and the ones
that aren't should be marked as such).
* Disables the query loggers
* Upgrade meilisearch-sdk to 0.4.0 for MeiliSearch 0.16 support
* Fix swap of Forge and Fabric labeling
* Improve curseforge and local indexing
This should make curseforge indexing more efficient, and reuses
some of the normal local indexing for the queued indexing of
recently created mods.
* Unify impls for single and multiple routes for mods and versions
This uses the same backend for the single and multiple query
routes so that they no longer return inconsistent information.
* Cache valid curseforge mod ids to reduce request load
This caches the ids of minecraft mods and reuses them on indexing
to reduce the amount of unused addons that are returned.