dbe8c8df4d
Process manager templating & game importing ( #96 )
...
* feat: add new template options, asahi support, and refactoring
* feat: install dir scanning, validation fixes, progress fixes, download manager refactor
This kind of ballooned out of scope, but I implemented some much
needed fixes for the download manager.
First off, I cleanup the Downloadable trait, there was some
duplication of function.
Second, I refactored the "validate" into the GameDownloadAgent,
which calls a 'validate_chunk_logic' yada, same structure as
downloading.
Third, I fixed the progress and validation issues.
Fourth, I added game scanning
* feat: out of box support for Asahi Linux
* fix: clippy
* fix: don't break database
2025-08-02 20:17:27 +10:00
13cc69f10e
Device code authorization ( #83 )
...
* feat: device code authorization
* Fix for setup executable unable to be launched (#81 )
* Fix for redownload invalid chunks (#84 )
* feat: Redownloading invalid chunks
Signed-off-by: quexeky <git@quexeky.dev >
* fix: clippy
* fix: clippy x2
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
* chore: Run clippy fix pedantic
Signed-off-by: quexeky <git@quexeky.dev >
* feat: add better error handling
* fix: clippy
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-01 13:12:05 +10:00
739e6166c5
Cache-first object fetching ( #76 )
...
* fix: submillisecond cache hits
* fix: async object loading to hand control back to renderer
* fix: clippy
2025-07-27 12:04:50 +10:00
46e1f16cdd
Process manager fixes ( #71 )
...
* fix: launching on linux
* feat: #70
* feat: add dummy store page
* feat: add store redir and refresh button to library
* feat: cache first object fetching
* feat: Remove let_chains feature and update to Rust 2024
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Check for if process was manually stopped
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use bitcode instead of serde
* chore: remove logs
* fix: clippy
* fix: clippy 2
* fix: swap to stop icon
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-25 10:44:40 +10:00
495d93705e
Panic hook to generate crash dumps #65 ( #66 )
2025-07-18 16:35:02 +10:00
f560a62c8f
Download fixes ( #63 )
...
* refactor: Rename StoredManifest to DropData
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Downloads when resuming would truncate files which had not been finished
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Didn't import debug macro
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Download chunks with wrong indexes
Migrated to using checksums as indexes instead
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume download button
Also added DBWrite and DBRead structs to make database management easier
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download resuming
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume button and PartiallyInstalled status
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download validation
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Ran cargo fix & cargo fmt
Signed-off-by: quexeky <git@quexeky.dev >
* fix: download validation, installs, etc
* chore: version bump
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-14 16:31:06 +10:00
65561abdab
fix: update object id paths for new server
2025-05-10 15:25:40 +10:00
b0b1e397b1
fix: install dir flow
2025-05-10 09:02:59 +10:00
7b443818d1
fix: github ci and dialogtitle issue
2025-05-08 08:25:10 +10:00
a53a566792
feat: cleanup settings menu and fix styles
2025-05-01 13:36:52 +10:00
ac6b034501
fix: error with game options for remote games
2025-05-01 12:26:41 +10:00
0f717d51d0
feat: launch options
2025-04-27 21:07:39 +10:00
40eb19cf8b
feat: add iframe store page
2025-04-08 16:17:03 +10:00
639d3b4630
fix: refactoring and error handling
2025-02-20 21:19:54 +11:00
cdcd69391d
Merge remote-tracking branch 'aden/develop' into develop
2025-02-18 14:45:09 +11:00
8520b255a3
style(library): Re-designed Library UI with new features
2025-02-15 16:41:32 +10:30
d9c4f7aa75
feat(library): Reactive library updating
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-02-12 10:00:45 +11:00
2a1a7326d0
feat(cache): Added forceOffline in settings and caching games & library
2025-02-12 10:00:45 +11:00
501145c5d9
fix(downloads): Fix rearranging download queue throwing error
2025-02-12 10:00:45 +11:00
76bae3d926
fix(library): Added "LIbrary Failed to Update" content to recover from library load fail
2025-01-24 22:35:09 +11:00
53234d283e
feat(settings): Made save button include user feedback & only allow numeric characters
2025-01-24 13:01:59 +11:00
89ea34c94e
fix: assorted fixes
2025-01-20 16:46:57 +11:00
5db9ae5f98
fix(ui): modal stack doesn't cover whole app
2025-01-19 22:23:40 +11:00
cfc9d13cad
style(logging): Ensured that all logs start with lowercase capital and have no trailing punctuation
2025-01-19 20:36:38 +11:00
5bb04dafdd
feat(settings): Allow settings to update UI using fetch_settings command
2025-01-19 19:14:52 +11:00
c2f54c1dbc
fix: fix other metadata endpoints
2025-01-19 16:15:43 +11:00
d83aae6dc4
fix(install ui): stop loading on error
2025-01-19 15:44:00 +11:00
9e29aa7a76
fix(settings): Broken command invoke logic in settings/downloads.vue
2025-01-14 07:57:33 +11:00
604d5b5884
Implement better error system and segregate errors and commands ( #23 )
...
* chore: Progress on amend_settings command
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Progress on better error handling with segragation of files
* chore: Progress on amend_settings command
Signed-off-by: quexeky <git@quexeky.dev >
* chore(commands): Separated commands under each subdirectory into respective commands.rs files
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Almost all errors and commands have been segregated
* chore(errors): Added drop server error
Signed-off-by: quexeky <git@quexeky.dev >
* feat(core): Update to using nightly compiler
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): More progress on error handling
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Implementing Try and FromResidual for UserValue
Signed-off-by: quexeky <git@quexeky.dev >
* refactor(errors): Segregated errors and commands from code, and made commands return UserValue struct
Signed-off-by: quexeky <git@quexeky.dev >
* fix(errors): Added missing files
* chore(errors): Convert match statement to map_err
* feat(settings): Implemented settings editing from UI
* feat(errors): Clarified return values from retry_connect command
* chore(errors): Moved autostart commands to autostart.rs
* chore(process manager): Converted launch_process function for games to use game_id
---------
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-13 21:44:57 +11:00
245a84d20b
feat(debug): use shift or DEBUG RUST_LOG to show Debug Info
...
* Update settings.vue to have a conditional debug page
* Update debug.rs to add RUST_LOG status fetching
2025-01-09 19:44:04 +11:00
f1c8bbf8dd
refactor(compat): remove unnecessary compat code ( #20 )
...
* Delete pages/settings/compatibility.vue
* Update settings.vue
* Update debug.vue
* Update lib.rs
* Update compat.rs
2025-01-09 13:44:27 +11:00
4e93eb440c
feat(download manager): Added UI to change download threads
...
Co-authored-by: AdenMGB <140392385+AdenMGB@users.noreply.github.com >
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:56:19 +11:00
dceaa56ade
fix(game launcher): Renamed game_id to id
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:07 +11:00
6159319172
feat(download manager): Added generic download manager
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:07 +11:00
2c8164e54f
feat(library ui): add installed ui in the library menu
2025-01-05 18:32:22 +11:00
02f8591a60
feat(settings): add debug page
...
* Create debug.rs
* Update settings.vue to add tab for debug
* Update main.scss to add light theme
* Update interface.vue to add light mode
* Create debug.vue
* Update debug.vue too add open log button
* Update lib.rs
* Update debug.rs
* Update debug.rs
* Update lib.rs
* Update lib.rs
* Update debug.rs
* Update debug.vue
* fix(debug): refactor and cleanup
* revert(theme): revert light theming
---------
Co-authored-by: DecDuck <declanahofmeyr@gmail.com >
2025-01-05 17:56:33 +11:00
0a0d9d6294
feat(account settings): Add signout functionality ( #16 )
...
* Create account.vue with logout button
* Update auth.rs to add signout command
* Update lib.rs to pass sign_out command to frontend
2025-01-01 13:23:18 +11:00
472eb1d435
squash(autostart): added adenmgb's autostart feature
...
Squashed commit of the following:
commit 085cd9481d
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:29:41 2024 +1030
Update lib.rs for the DB sync of autostart
commit 86f2fb19bd
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:29:13 2024 +1030
Update db.rs to accomidate the settings sync
commit ece11e7581
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:27:48 2024 +1030
Update autostart.rs to include DB
commit 7ea8a24fdc
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:17:38 2024 +1030
Add files via upload
commit af2f232d94
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:17:09 2024 +1030
Delete src-tauri/Cargo.toml
commit 5d27b65612
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:15:42 2024 +1030
Add files via upload
commit 2eea7b97a8
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:15:31 2024 +1030
Delete src-tauri/src/lib.rs
commit 9a635a10d1
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:14:49 2024 +1030
Add files via upload
commit 2fb049531a
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:13:37 2024 +1030
Add files via upload
commit ea1be4d750
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:13:20 2024 +1030
Delete pages/settings/index.vue
2024-12-30 17:31:03 +11:00
6b96e408b2
feat(process): shared child with stop command
2024-12-30 15:37:29 +11:00
d7b0302bdd
fix(library page): fix install button
2024-12-27 16:33:04 +11:00
dcb2c0f004
Add files via upload
2024-12-27 13:40:24 +10:30
c722a54132
Delete pages/library.vue
2024-12-27 13:39:50 +10:30
e72662c4a8
fix(install flow): clear stale data before requesting new
2024-12-27 14:04:55 +11:00
139bc0ca36
feat(install modal): add note about more install dirs
2024-12-27 14:03:06 +11:00
1f899ec349
feat(download ui): add speed and time remaining information
...
closes #7
Co-authored-by: AdenMGB <140392385+AdenMGB@users.noreply.github.com >
2024-12-27 11:53:17 +11:00
a135b1321c
feat(process): better process management, including running state
2024-12-26 17:19:19 +11:00
dd7f5675d8
feat(game): game uninstalling & partial compat
2024-12-26 11:59:26 +11:00
f09605aa7e
fix(library ui): fix scrollbars on edge webview
2024-12-24 12:32:59 +11:00
6cc0c679b9
chore(polish & cleanup)
2024-12-24 09:05:51 +11:00
239b8d53f9
feat: quit button
2024-12-23 20:56:11 +11:00