d878806ade
Merge branch 'compat' into develop
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-05-28 11:24:30 +10:00
b71081006e
refactor: Reorganise file structure
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-05-28 11:19:48 +10:00
446aa70b0b
inprogress: compat
2025-05-28 09:07:09 +10:00
1d0b81078a
feat: Add "NO_TRAY_ICON" env option
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-05-27 12:13:49 +10:00
790e8c2afe
feat: move to native_model to allow for database upgrades
2025-05-15 10:13:24 +10:00
02edb2cbc1
chore: libtailscale rust build
2025-05-14 10:01:26 +10:00
65561abdab
fix: update object id paths for new server
2025-05-10 15:25:40 +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
569ba4243c
feat: add offline widget & remove openssl in favour of droplet-rs
2025-04-02 11:00:39 +11:00
4239215451
feat(collections): Added all internal collections commands
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 12:34:56 +11:00
9614af7f03
feat(collections): Added fetch_collections function
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 10:46:16 +11:00
316a3742eb
fix(cache): Added proper error handling to fetch_object(_offline)
2025-02-12 10:00:45 +11:00
b9df197534
feat(cache): Caching objects which use the useObject tauri command
2025-02-12 10:00:45 +11:00
5c479cb283
chore(cache): Added fetch_drop_object command
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-02-12 10:00:45 +11:00
4c59c5d6c1
feat(cache): Implemented caching for game metadata
2025-02-12 10:00:45 +11:00
f33ca95bdf
feat(cache): Added offline!() macro to manage online and offline function distinctions
...
See fetch_library command for example
2025-02-12 10:00:45 +11:00
bb23e88ead
chore: Swapped over to using a macro with an offline mode
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-02-12 10:00:45 +11:00
810fbdfe49
chore: Progress on caching
2025-02-12 10:00:45 +11:00
e204ff30b4
fix: Removed unnecessary nightly feature try_trait_v2
2025-02-12 10:00:45 +11:00
7a0cf4fbb6
fix(logging): Restored RUST_LOG env functionality
2025-01-25 14:34:08 +11:00
89ea34c94e
fix: assorted fixes
2025-01-20 16:46:57 +11:00
92729701c3
chore: Ran cargo clippy & cargo fmt
2025-01-20 08:55:19 +11:00
7d4651db69
feat(database): Ensure that any database issues are resolved by standalone functions
...
Functions are as follows:
- save_db()
- borrow_db_checked()
- borrow_db_mut_checked()
2025-01-20 08:24:06 +11:00
4d8eadc491
fix(logs): add file & line to console logs
2025-01-19 22:23:09 +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
f183a9d1a2
refactor(logging): Using more appropriate logging statements
...
Still probably needs some work, but that's enough for now
2025-01-19 18:30:16 +11:00
cf19477d4d
chore: Progress on rolling progress window
2025-01-19 08:41:20 +11:00
0381b8b8cb
chore(exit): Progress on cleanup and exit
2025-01-16 18:57:40 +11:00
7c3140e424
feat(logging): Added line numbers to file logging and highlighting to console
2025-01-16 16:48:31 +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
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
3eda9799c5
chore: Removed tools/
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:06:01 +11:00
f29e989aff
chore: Removed tests/
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:05:19 +11:00
5ea47d733b
feat(settings): Added max_download_threads setting and separated settings from db
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 07:36:35 +11:00
2822b7a593
chore: More cleanup after cargo clippy
...
Also added some type efficiency improvements (using references where possible and added SliceDeque crate)
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 21:08:27 +11:00
82804ebc67
refactor: Ran cargo clippy & fmt
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 20:29:15 +11:00
8aad64ffa7
fix(db): Added Settings component
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:44:18 +11:00
25ba200a5e
feat(database): Added database corruption dialog
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +11:00
32ae7d5385
feat(recovery): Added database recovery
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +11:00
06d1e9ed95
refactor(downloads): Moved all files relevant to game downloads to their own directory
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +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
cac612b176
refactor(download manager): Fully separate & generic download manager
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:02:19 +11:00
881fcc6abe
chore(download manager): Renamed most instances of "game" outside of actual game downloads
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 18:59:08 +11:00
b6c64e56e5
refactor(download manager): Moved download manager to separate directory
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 18:52:00 +11:00
3299c71b3d
chore(tool manager): Progress on adding tools
...
Going to try changing around the download manager to take a generic trait rather than specifically for game downloads
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 18:49:32 +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