Skip to content

Commit

Permalink
Misc settings (#137)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
thesuzerain and Geometrically authored Jun 30, 2023
1 parent f52e777 commit 91d3bf8
Show file tree
Hide file tree
Showing 34 changed files with 1,258 additions and 157 deletions.
162 changes: 114 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions theseus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ dirs = "5.0.1"
regex = "1.5"
sys-info = "0.9.0"
thiserror = "1.0"

tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-error = "0.2.0"
tracing-subscriber = {version = "0.2", features = ["chrono"]}
tracing-error = "0.1"
tracing-appender = "0.1"

paste = { version = "1.0"}

Expand Down
Loading

0 comments on commit 91d3bf8

Please sign in to comment.