* Make images lazy and fix#198
* Fix console spam
* Fix bug with bad pagination impl
* Fixes#232
* Finalize more bug fixes
* run lint
* Improve minecraft sign in, improve onboarding
* Linter
* Added back button
* Implement #530
* run linter
* Address changes
* Bump version + run fmt
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
* initial
* Fixed java thing
* fixes
* internet check change
* some fix/test commit
* Fix render issues on windows
* bump version
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
Co-authored-by: Jai A <jai@modrinth.com>
* 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
* 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>
* 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>
* now utilizing tracing better
* better tracing
* fix mac vs pc oppositional env var issue
* modified loading package
* added droppable loadingbarid that sends completion message
* loading bar
* regressed bug on mac
* fixed non-updated loading bar on playground
* Loading bar improvements
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
* jre async
* mac support
* fixed some settings not being saved to file
* fixed older version of mac random crashing bug
* added specific mac version detection
* linux support for jre changes
* added app storage options
* tauri features change
* dependency fix
* removed debug statement
* restructured to not pass css through rust
* changed to os_info
* rerun cicd
* added theme; env change
* began refactoring
* added process hook
* now singular string for each hook
* fixed splitting by comma to by space
* profile_create function updated
* prettier
* added jre validator
* restructured so that it doesnt look like a vec
* fixed merge issue
* snake case
* resolved merge issues + added process events
* clippy, fmt
* removed unnecssary func
Changes made:
- migrate to Vite 3 (Svelte Kit errors out and forces you to migrate)
- bumped unplugin-icons to 0.14.7 (Vite 3 support)
- disable strict-peer-dependencies (changes needed in omorphia - unplugin-icons there requires Vite 2)
- bumped Tauri to 1.0.4 (finally stable!)
- removed useBootstrapper (removed in v1.0.0-rc.5)
- migrated from create_window to setup (removed in v1.0.0-rc.7)
- replaced %svelte% with %sveltekit% (renamed in SvelteKit 1.0.0-next.339)
Notes:
- Vite 3 exposes its dev server on port 5173.
* Initial authentication implementation
* Store user info in the database, improve encapsulation in profiles
* Add user list, remove unused dependencies, add spantraces
* Implement user remove, update UUID crate
* Add user set-default
* Revert submodule macro usage
* Make tracing significantly less verbose
The launcher code was in a position ripe for sphagetti, so this rewrites it in a more robust way.
In addition to cleaner code, this provides the following changes:
- Removal of obsolete Mojang authentication
- The rebasing of some internal state into a Sled database
- Tweaks which make some internal mechanisms more robust (e.g. profiles which fail to load can be removed)
- Additional tooling integration such as direnv
- Distinct public API to avoid messing with too much internal code
- Unified error handling in the form of `theseus::Error` and `theseus::Result`
* Move launcher working directory to standard location
* Fix settings save, attempt to get better backtraces
* Add environment variable for settings path
* Initial draft of profile metadata format
* Remove records, add Clippy to Nix, fix Clippy error
* Work on profile definition
* BREAKING: Make global settings consistent with profile settings
* Add builder methods & format
* Integrate launching with profiles
* Add profile loading
* Launching via profile, API tweaks, and yak shaving
* Incremental update, committing everything due to personal system maintainance
* Prepare for review cycle
* Remove reminents of experimental work
* CLI: allow people to override the non-empty directory check
* Fix mistake in previous commit
* Handle trailing whitespace and newlines in prompts
* Revamp prompt to use dialoguer and support defaults
* Make requested changes