summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
45 hoursrefactor: remove flatpak transport labelsKurt Himebauch
45 hoursrefactor: remove now-playing flatpak repair couplingKurt Himebauch
45 hoursfeat: add flatpak setup to setup tabKurt Himebauch
45 hoursfeat: add explicit flatpak setupKurt Himebauch
45 hoursrefactor: remove per-game flatpak repair stateKurt Himebauch
45 hoursrefactor: remove per-game flatpak support uiKurt Himebauch
45 hoursrefactor: decouple workaround controls from flatpak transportKurt Himebauch
45 hoursrefactor: pass direct flatpak launch shapeKurt Himebauch
2 daysfix flatpak disable leftoversxXJSONDeruloXx
2 daysfixes for appimage and flatpakxXJSONDeruloXx
2 daysonly warn quit on real steam gamesxXJSONDeruloXx
2 dayssimplify unhooked game behavior on mountxXJSONDeruloXx
2 daysfix: keep Flatpak runtime controls simplexXJSONDeruloXx
2 daysrefactor: simplify migration implementationKurt Himebauch
2 daysfix: detect wrapped Flatpak shortcutsxXJSONDeruloXx
3 daysfix: simplify Flatpak runtime togglesxXJSONDeruloXx
3 daysfix: restore profile and Flatpak controlsxXJSONDeruloXx
3 daysrefactor: unify flatpak targets with steam profilesxXJSONDeruloXx
3 daysmove all gamesxXJSONDeruloXx
4 daysadd back launcher script and correct pathingxXJSONDeruloXx
4 daysI really dont want to but here you go little guyxXJSONDeruloXx
4 daysfeat: more launch arg janitoringxXJSONDeruloXx
4 daysadd back workarounds sections, scope out of now playingxXJSONDeruloXx
4 daysupdate layout and config and hashxXJSONDeruloXx
4 daysfix: make game group collapse controls compactxXJSONDeruloXx
5 daysfix: focus configured game controlsxXJSONDeruloXx
5 daysfeat: show Flatpak runtime readinessxXJSONDeruloXx
5 daysrefactor: make runtime installation explicitxXJSONDeruloXx
5 daysSupport lowercase Steam shortcut names and collapsible profile detailsxXJSONDeruloXx
5 daysfeat: refine game discovery and profile UXxXJSONDeruloXx
5 daysfeat: restore multiplier buttonsxXJSONDeruloXx
6 dayschore: hide config file tab and clarify flatpak runtimesxXJSONDeruloXx
6 daysfix: improve profile management focus and reset confirmationxXJSONDeruloXx
6 daysfeat: organize game profiles and focus enabled settingsxXJSONDeruloXx
6 daysfeat: make ui suck less, frfrxXJSONDeruloXx
6 daysrefactor: align secondary tabs with Decky UIxXJSONDeruloXx
6 daysrefactor: organize plugin into native tabsxXJSONDeruloXx
6 daysrefactor: offload configuration to lsfg-vkxXJSONDeruloXx
7 daysrefactor: make Steam branch integration read-onlyxXJSONDeruloXx
7 daysfix: show Steam branch recovery actionxXJSONDeruloXx
7 daysfeat: select Lossless Scaling lsfg-vk branchxXJSONDeruloXx
7 daysrefactor: delegate runtime checks to lsfg-vkxXJSONDeruloXx
7 daysfix: migrate flatpak integration to v2Kurt Himebauch
7 daysfeat: migrate native runtime to lsfg-vk v2Kurt Himebauch
2026-08-03Merge main and normalize translation locale handlingxXJSONDeruloXx
2026-08-03fix: simplify FP16 toggle descriptionxXJSONDeruloXx
2026-08-03feat: expose FP16 acceleration settingxXJSONDeruloXx
2026-05-07remove dead code across frontend and backendChristopher Lott
- Remove TS ConfigurationManager class in configSchema.ts (called non-existent backend methods; only getDefaults() was used, replaced with direct import) - Remove Python update_config method and create_config_from_args (unreachable since plugin.py routes through update_config_from_dict; also carried a duplicate @staticmethod that would crash at runtime) - Delete configuration_helpers_generated.py entirely (all three functions were unused) - Remove their generators from generate_python_boilerplate.py - Remove dead generated code from config_schema_generated.py (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS) - Remove duplicate import in config_schema.py - Remove unused config prop from UsageInstructions component
2026-03-12Apply i18n to all UI components with ko/ja translationssana2dang
- Add src/i18n/i18n.ts translation engine (ported from SimpleDeckyTDP) - Add defaults/i18n/{ko,ja,template}.json with 80 translation keys - Add defaults/i18n/language_metadata.json and steam_language_map.json - Add scripts/build_i18n_json.sh to generate languages.json - Apply t() to all 10 components: Content, ConfigurationSection, FlatpaksModal, FpsMultiplierControl, InstallationButton, NerdStuffModal, ProfileManagement, SmartClipboardButton, FgmodClipboardButton, UsageInstructions
2025-12-06fix: normalize spaces in profile names w dashes for conf requirements, ↵xXJSONDeruloXx
display actual in FE