aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/mod_management/mod.rs
AgeCommit message (Expand)Author
2023-04-30refactor: Use error in `ParsedThunderstoreModString::FromStr` instead of pani...cat_or_not
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-16fix: Fix incorrect is_empty check (#270)GeckoEidechse
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27fix: Replace `<=0` with `.is_empty()` (#244)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-02-11refactor: Move various consts to `constants.rs` (#162)GeckoEidechse
2023-02-07feat: Show mod version in LocalMods View (#159)GeckoEidechse
2023-02-06chore: Bump libthermite version to 0.5.2 (#163)GeckoEidechse
2023-02-06refactor: Parse using serde deserialisation (#158)GeckoEidechse
2023-02-02fix: Prevent ModsView from crashing if Northstar is not installed (#152)Jan
2023-01-22chore: Autoformat Rust source files (#143)GeckoEidechse
2023-01-22fix: Properly parse mod string (#141)GeckoEidechse
2023-01-13refactor: Bump libthermite (#133)GeckoEidechse
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
2023-01-04feat: Add button to delete Northstar mod (#110)GeckoEidechse
2023-01-04refactor: Remove unnecessary caller function pattern (#128)GeckoEidechse
2022-12-12feat: Expose installed NS mod directory (#109)GeckoEidechse
2022-12-05refactor: Move variable to global const (#85)GeckoEidechse
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-28feat: Rebuild `enabledmods.json` if value not found (#69)GeckoEidechse
2022-11-19feat: Return Thunderstore mod string of installed mods. (#56)GeckoEidechse
2022-11-19feat: Initial support for installing mods from TS (#32)GeckoEidechse
2022-11-13feat: Add JSON5 support, allows comments in JSON (#50)GeckoEidechse
2022-11-10feat: Parse actually installed mods (#38)GeckoEidechse
2022-11-07refactor: Move functions to dedicated file (#41)GeckoEidechse