aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/components
AgeCommit message (Expand)Author
2023-08-10i18n: Enable Danish translations (#507)GeckoEidechse
2023-08-03fix: Give thunderstore mod card images a background color (#471)Jan
2023-07-24chore: Store `game_path` and `install_type` as `GameInstall` in store (#445)Jan
2023-07-19i18n: Enable Simplified Chinese translations (#432)GeckoEidechse
2023-06-12fix: Display install messages even outside mod view (#391)Rémy Raes
2023-06-11feat: Show outdated Thunderstore mods first (#385)Rémy Raes
2023-06-08fix: Don't show deprecated mods (#382)Rémy Raes
2023-05-29i18n: Enable Italian translations (#370)GeckoEidechse
2023-05-16refactor: Move LocalModCard into own Vue component (#359)GeckoEidechse
2023-05-15feat: Make search fuzzy (#342)GeckoEidechse
2023-05-11refactor: Move NS install code into own module (#345)GeckoEidechse
2023-05-09style: Partially autoformat Vue source files (#326)GeckoEidechse
2023-05-09i18n: Enable Russian translations (#336)GeckoEidechse
2023-05-08feat: Enable Polish translations (#321)GeckoEidechse
2023-05-08fix: Use localised string for mods sidebar title (#309)GeckoEidechse
2023-04-30fix: Prevent space character from opening/closing PR collapse items (#300)Rémy Raes
2023-04-14feat: Filter PRs (#264)Rémy Raes
2023-04-10feat: Show download progress for installing Northstar (#200)GeckoEidechse
2023-04-10refactor: Notifications (#259)Rémy Raes
2023-04-07fix: Change enum value casing (#255)GeckoEidechse
2023-04-05feat: Initial German translation (#249)GeckoEidechse
2023-03-28feat: i18n (#182)Rémy Raes
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-01-14refactor: Mods view (#134)Rémy Raes
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
2022-12-02fix: prevent channel switching while game is runningRemy Raes
2022-11-30feat: Release channel selector (#86)Rémy Raes
2022-11-25feat: Thunderstore mods listing (#54)Rémy Raes
2022-10-19feat: Manually find game if needed (#7)Rémy Raes
2022-10-03fix: address options() typing issueAlystrasz
2022-10-03fix: Do not show install button if TF|2 not foundGeckoEidechse
2022-10-02fix: add missing importRemy Raes
2022-10-02Revert "feat: add basic canal selector"Remy Raes
2022-10-02fix: store is now typedRemy Raes
2022-10-02refactor: type issuesRemy Raes
2022-09-29fix: add missing northstarIsRunning computed attribute to PlayButton componentAlystrasz
2022-09-29fix: restore launch button styleAlystrasz
2022-09-29feat: add basic canal selectorAlystrasz
2022-09-27refactor: export PlayButton component to dedicated fileAlystrasz
2022-09-22refactor: remove HelloWorld vue componentRemy Raes
2022-09-20build: add Vue app skeletonRemy Raes