Skip to content

Commit

Permalink
New Backend (#38)
Browse files Browse the repository at this point in the history
* Started new launcher backend

* Did a bunch of refactoring for YARG

* More backend stuff

* Added launch code back

* Reimplemented invokes in the TypeScript side

* Implement "uninstall" functions

* Readd dropdown again lol

* Simplified awaits and asyncs

* Removed linux permission setting in install as the zip extractor already does it

* Moved `.../utils/Download` to `.../tasks`

* Renamed "download" declarations to "task"

* Some progress on rewriting the typescript side of things

* Forgot the return

* refactor: queue store (#36)

* refactor: queue store

* Fixed potential error

* Refactored setlist releases to be more similar to YARG releases

* feat: useCurrentTask

* Fixed setlist button dropdown sizing

* refactor: dialogs

* chore: remove first item on queue list when downloading

---------

Co-authored-by: EliteAsian <29520859+EliteAsian123@users.noreply.github.com>

* Made the uninstall button work!

---------

Co-authored-by: Pantotone <guustavopantoja@gmail.com>
  • Loading branch information
EliteAsian123 and Pantotone committed Jan 1, 2024
1 parent 8cbbc82 commit c1c5af7
Show file tree
Hide file tree
Showing 55 changed files with 1,948 additions and 1,344 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/sort-array": "^4.1.2",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down Expand Up @@ -63,6 +64,7 @@
"serialize-error": "^11.0.3",
"sort-array": "^4.1.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"uuid": "^9.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"zustand": "^4.4.7"
}
Expand Down
Loading

0 comments on commit c1c5af7

Please sign in to comment.