* Port redis to staging
* redis cache on staging
* add back legacy auth callback
* Begin work on new auth flows
* Finish all auth flows
* Finish base session authentication
* run prep + fix clippy
* make compilation work
* Initial bug fixes
* fix compile error on non-mac
* Fix even more bugs
* Fix more
* fix more
* fix build
* fix build
* Search fixes
* Fix small instance ui
* working basic
* fix javaw issue
* removed zip
* working functions
* merge fixes
* fixed loadintg bar bug
* menu fix
* wait for settings to sync
* safety expanded and for loading bars
* swtiching to windows
* minimize
* default landing page
* test link registry
* url redirection
* fix formatting
* .mrpack windows
* working mrpack reader
* changed to one layer deep
* working .mrpack + command handling for both opening and existing process
* forge version numbers
* working mac opening mrpack
* reverted changes
* prettier/fmt
* missed debug statement
* improvements + refactoring
* renamed things to fit plugin
* fixed bugs
* removed println
* overrides dont include mrpack
* merge
* fixes
* fixes
* fixed deletion
* merge errors
* force sync before export
* removed testing
* missed line
* removed console log
* mac error reverted
* incoreclty named helper
* additional fixes
* added removed merges
* fixed mislabled invokes
* mac
* added to new register method
* comments, cleanup
* mac clippy change
* review changes
* minor changes
* moved create pack
* removed playground compilation bug
* fixed linux bug; other add ons
* fixed review commets
* cicd fix
* mistaken import for prod
* cicd fix
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
* Initial bug fixes
* fix compile error on non-mac
* Fix even more bugs
* Fix more
* fix more
* fix build
* fix build
* working basic
* removed zip
* working functions
* merge fixes
* fixed loadintg bar bug
* changed to one layer deep
* forge version numbers
* improvements + refactoring
* renamed things to fit plugin
* fixed bugs
* removed println
* overrides dont include mrpack
* merge
* fixes
* fixes
* fixed deletion
* merge errors
* force sync before export
* removed testing
* missed line
* removed console log
* mac error reverted
* incoreclty named helper
* added to new register method
* review changes
* minor changes
* moved create pack
* renamed function
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
* Initial bug fixes
* fix compile error on non-mac
* Fix even more bugs
* Fix more
* fix more
* fix build
* fix build
* working basic
* removed zip
* working functions
* merge fixes
* fixed loadintg bar bug
* changed to one layer deep
* forge version numbers
* overrides dont include mrpack
* merge
* fixes
* fixes
* fixed deletion
* merge errors
* force sync before export
* removed testing
* missed line
* removed console log
* mac error reverted
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
* Revert "fix: featured version ui shifts (#1191)"
This reverts commit 3036f43b756768453a66c973bebdd383f7c3c68a.
* Revert "Fix CTRL clicking on versions issue (#1189)"
This reverts commit f4560bd7d8a41f5d171b3ed90330cdb8fb131ae0.
* Fix search filters being hidden (#1165)
Previously, `max-width` was used to hide the sidebar on mobile, which
meant that at exactly 1024 pixels wide, the sidebar would be hidden.
However, this breakpoint is also as a
`min-width` other media queries, notably the ones used to enable viewing
filters on mobile sizes. This has caused issue #1024.
To fix this, I have swapped the logic of the rule that hides the filters
on mobile: it is now hidden by default and a `min-width` query is used
to show it on wider viewports. This is more consistent with similar media
queries in the same file.
Looking to the future, these issues should become less common if we
switch to range-based media queries:
https://caniuse.com/css-media-range-syntax
* Delete package-lock.json
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
* Some initial changes
* New project cards
* Version
* Finalize improvements
* Fixed styling issues on versions page
* Removed light mode
* Run linter
* Added mixpanel stuff in context menus
* Fix styling issues
* Fix windows
* homepage fixes
* Finishing touches on mac styling
* Fixed windows related styling
* Update global.scss
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>