* Order notifications and followed mods
Fixesmodrinth/knossos#195
* Add user notification badge on avatar
Closesmodrinth/knossos#145
* Add loading animation
* Chain calls, remove console.log
* Chain calls
* Fix formatting to match prettier
* Remove unused userFollows
* Create user vuex store
* Add notification count indication on dashboard
* Fix background for light mode
* Move delay check to action, add force parameter
* Slightly decrease notification badge opacity on dashboard
* Remove SVG for image masking, use border around bubble
Also adds CSS for when the dropdown is opened/hovered
* Fix merge conflicts
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
* Make project cards right-align their last element
Spaces out elements in a `.project-card` using `justify-content: space-between;`.
Fixesmodrinth/knossos#170
* Automatically set URL for auth redirect
* Make login button use base url or current origin
Allows the login button to work in dev environment
* Remove Axios base URL trailing slash
* Update authUrl() on dashboard to match default
* Remove 'code' query from URL on page load
Allow non-exact paths to highlight mod & dashboard tabs
Fixesmodrinth/knossos#200
* Make page 5 button visible on page 4 (pagination)
Fixesmodrinth/knossos#184
* Color links on legal pages
Fixesmodrinth/knossos#166
* Set max notifications to 5 and ignore duplicates
Fixesmodrinth/knossos#175
* Add space above report button when no user desc
Fixesmodrinth/knossos#143
* Better text spacing from edge of mobile screen
Fixesmodrinth/knossos#179
* Fix slanted bars in modrinth/knossos#57
* Fix checkbox grid and role label
Fixesmodrinth/knossos#191
* Move mod 'settings' button to the far right
Fixesmodrinth/knossos#138
* Abbreviate minutes to min. when time is too long
Not a perfect solution imo, but works for now
Fixesmodrinth/knossos#193
* Fix mobile header margins & add breakpoints
Fixesmodrinth/knossos#203
* Clean up nuxt config
Silence babel warning & styleResources
* Upgrade sass-loader to 10.1.1 and remove warning
* Remove added horizontal footer padding
https://github.com/modrinth/knossos/pull/199#discussion_r629011624
* Improve mobile header fix
* Fix up minor inconsistencies in mod header
* Remove hard coded date
* Cleans up pagination to be more intuitive
* Fixes member invite input on moble
* Fix login button when searching mods
* Improved mobile mod search
Consistently sized pagination buttons
Breakpoint for sort buttons on smaller screens
* Consistent link style on text-only pages
* Better 4k support
* Slightly better mobile project-card support
Shuffles categories under mod icon when there is room
* Animate homepage typewriter effect backwards
* Tiny commit to align mod icons in mod headers
* Make processing status include 'Under Review'
This can be later updated once the backend has a separate status
* Create vercel.json
* Update domain auto detection
* Test vercel NODE_ENV
* Remove console.log for debugging hosting services
* Make mobile first + fix shrinked text circle size
* Optimize SVG
* Change media queries to be more mobile first
* Remove `|| window.location.origin`
* re-deploy vercel
* Change "Processing" message to "Under review"
* Add show snapshots to URL + Add snapshot checkbox
* Revert spacing changes
* Make checkbox more reusable
* Use new checkbox for team permissions
* Remove XMLNS from imags/utils SVGs
* Add client and server side categories
* Quick fix for mistyped facet
* Get rid of console.logs used for debugging
* Re-add eslint overrides
* Optimize SVG
* Simplify .includes() checks
* Add 'Switch to Dark/Light Mode' to footer (Fixes#174)
* Cursed mess
* Adds mobile header dark/light mode toggle
I do not like CSS.
Mobile works fine, desktop does not
* Remove unused div & other things I don't remember
* Fixes dark/light mode toggles on desktop
Also simplifies css for footer slightly.
Sometimes a good night's sleep really does do ya good.
https://cdn.discordapp.com/attachments/745980892735864953/835256687803367464/modrinth-2021-04-23_16.50.59.webm
* that was a mistake for the login button but it actually works well
* Fix spacing issues on mobile
* Added back linting on modules directory.
Please don't look at the dirty fixes :x
* Add support for responsive ads.
* Add lazy loading of images.
* Fix accept all button simply not working
* Switched privacy settings icons to a shield
Fixed auth changing the theme and consent
Fixed server error on log in / out
* Fixed scrolling issue on mobile
* Fixed GPDR concerns
* Add GAM integration & base for GPDR consent
* Moved consent to a specific page.
* Added functionality to the privacy page, and desactivate tracking if consent is not given.
* Added GeoEdge support, and fixed auth issues
* Fix actions issue
* Fix actions issue, attempt 2
* Added a module for analytics with consent support.
* Remove unnecessary function
* Add support for runtime config
* Added confirmation popup for account deletion
(I nearly deleted my account twice, please help me)
Added component for easy adding of new confirmation popups.
* Add confirmation popup for mod deleting
* Add confirmation popup for version & file deletion
* Changed the placeholder to a generic value
* Remove Nuxt Auth from the project, and switch to a custom solution
* Replace old testing code
* Remove warnings
* Add comments to hard to understand function calls in middleware
* Use arrow functions