Commit graph

23 commits

Author SHA1 Message Date
DecDuck
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
quexeky
0ce55e12c5
fix: Re-update the user and app status when recieve_handshake is called (#54)
Also enabled assetProtocol for better caching in general

Signed-off-by: quexeky <git@quexeky.dev>
2025-06-06 12:09:44 +10:00
DecDuck
ac6b034501
fix: error with game options for remote games 2025-05-01 12:26:41 +10:00
DecDuck
0f717d51d0
feat: launch options 2025-04-27 21:07:39 +10:00
quexeky
d9c4f7aa75
feat(library): Reactive library updating
Signed-off-by: quexeky <git@quexeky.dev>
2025-02-12 10:00:45 +11:00
DecDuck
89ea34c94e
fix: assorted fixes 2025-01-20 16:46:57 +11:00
quexeky
50f37fd022
chore: Moved generateGameMeta.ts to composables, using PathBuf instead of String for install_dirs
Signed-off-by: quexeky <git@quexeky.dev>
2025-01-06 09:22:18 +11:00
quexeky
6159319172
feat(download manager): Added generic download manager
Signed-off-by: quexeky <git@quexeky.dev>
2025-01-05 19:04:07 +11:00
DecDuck
2c8164e54f
feat(library ui): add installed ui in the library menu 2025-01-05 18:32:22 +11:00
DecDuck
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
DecDuck
ad92dbec08
feat(errors): better download manager errors + modal 2024-12-26 12:56:54 +11:00
DecDuck
dd7f5675d8
feat(game): game uninstalling & partial compat 2024-12-26 11:59:26 +11:00
DecDuck
42c0198f1d
refactor(game status): transient vs synced state now defined 2024-12-23 20:44:02 +11:00
DecDuck
bb60942558
Merge branch 'main' into download-manager 2024-12-09 21:20:44 +11:00
DecDuck
671d45fbe4
feat(download ui): debug queue interface 2024-12-09 17:03:48 +11:00
DecDuck
532d13e96f
feat(download widget): download widget and queue fix 2024-12-08 12:33:45 +11:00
DecDuck
5cbeb3bdb6
feat: temporary queue ui and flamegraph instructions 2024-12-07 20:21:22 +11:00
DecDuck
384f7a5be9
feat(settings): ability to add more download dirs 2024-11-24 21:04:56 +11:00
DecDuck
c560656a8f
feat(context menu): prevent default context menu and emit event on elements 2024-11-19 15:28:32 +11:00
DecDuck
469a2d69eb
feat(auth): refactoring and error message 2024-11-19 15:05:28 +11:00
DecDuck
5ef6b8e528 cleanup and game UI beginnings 2024-10-15 20:05:13 +11:00
DecDuck
e828bca2a5 reorganisation, cleanup and new nonce protocol 2024-10-12 17:34:47 +11:00
DecDuck
0c0cfebc1e client now fetches user information from Drop server 2024-10-09 16:52:24 +11:00