summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
AgeCommit message (Collapse)Author
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
2025-10-21rm old commentsxXJsonDeruloXx
2025-10-20add consistent headders and bump ver, recipe for tmp storage purgexXJSONDeruloXx
2025-10-20chore: move fps mul to topxXJSONDeruloXx
2025-10-20chore: move uninstall and statuses locations in uixXJSONDeruloXx
2025-10-20chore: make barrel imports and refs consistentxXJSONDeruloXx
2025-10-20chore: remove unused elements previously commented out, for store release prepxXJSONDeruloXx
2025-10-20centralize index into src, comment out unused importsv0.11.3xXJSONDeruloXx
2025-10-20chore: hide wiki buttonsxXJSONDeruloXx
2025-10-19hide updater for now, for store revxXJSONDeruloXx
2025-09-22add remaining files to importer, fix circular refxXJSONDeruloXx
2025-09-22bring forward old flatpak modal attemptxXJSONDeruloXx
2025-09-17hide clipboard readoutxXJSONDeruloXx
2025-09-17feat: add clipboard readout and loggingxXJSONDeruloXx
2025-09-17add deckyfg combo launch option clipboardxXJSONDeruloXx
2025-08-18move install uninstall button and status to bottom to buy ui realestatexXJSONDeruloXx
2025-08-18profile at top and readout in headerxXJSONDeruloXx
2025-08-18make all sections collapsiblexXJSONDeruloXx
2025-08-16fix: stuck ui states on newly created profile in conf itemsxXJSONDeruloXx
2025-08-16fix unique prof creation in confxXJSONDeruloXx
2025-08-16initial prof selector and creator uixXJSONDeruloXx
2025-07-21bring copy button to top for more usagexXJSONDeruloXx
2025-07-21restore plugin wiki link for nowxXJSONDeruloXx
2025-07-21rm the other clipboard testsxXJSONDeruloXx
2025-07-21testing alt keyboard copy methodsxXJSONDeruloXx
2025-07-18add nerd stuff modal with dll detailsxXJSONDeruloXx
2025-07-18new profile method workaround for sudo global usexXJSONDeruloXx
2025-07-17persist plugin statexXJSONDeruloXx
2025-07-17add experimental togglesxXJSONDeruloXx
2025-07-17initial conf FE and BE hooksxXJSONDeruloXx
2025-07-16non modal updaterxXJSONDeruloXx
2025-07-16 centralized configuration system for lsfg-vk paramsxXJSONDeruloXx
2025-07-16initial add of fps cap ui togglexXJSONDeruloXx
2025-07-15better install status uixXJSONDeruloXx
2025-07-15add clipboard web launch buttonxXJSONDeruloXx
2025-07-15add disable_vkbasalt=1 defaulted, hidden ui to expose to users later if desiredxXJSONDeruloXx
2025-07-14dynamic option 2 var displayxXJSONDeruloXx
2025-07-13restructure for maintainabilityxXJSONDeruloXx