summaryrefslogtreecommitdiff
path: root/frontend/src/components/TitleView.tsx
AgeCommit message (Collapse)Author
2023-02-01Fix UI inconsistencies, various improvements (#357)EMERALD
* Make version gray in plugin list * Settings/store icons together & plugin list fix * Navigation name/icon improvements * Decky settings overhaul and other fixes - Revert the tab icon to a plug - Rename DeckyFlat function to DeckyIcon - Add DialogBody to settings pages to improve scrolling - Add remote debugging settings to the developer settings - Fix React devtools interactions to work more easily - Add spacing to React devtools description - Specify Decky vs. plugin store - Compact version information by update button - Add current version to bottom of settings - Remove unnecessary settings icons - Change CEF debugger icon to Chrome (bug icon too generic, is Chromium) - Make buttons/dropdowns in settings have fixed width - Make download icon act/appear similar to Valve's for Deck * Final UI adjustments * Switch plugin settings icon to plug
2022-08-24fix plugins menu scrolling, shut up typecriptv2.0.5-pre16AAGaming
2022-08-15add some classes for nicer scrolling, update libv2.0.5-pre10AAGaming
2022-06-22add settings page with install from URL optionAAGaming
2022-05-31Move store opening to frontend onlyJonas Dellinger
2022-05-30react: Add Router hook & fix typescript issues (#68)AAGaming
* add rollup watch command, add pnpm lockfile * wait for react * add WIP patcher, window hook, and webpack * fix typescript, fix React, lint, add pnpm to gitignore * actually fix react * show frontend JS errors in console * cleanup * Add Router hook * Remove console.log * Expose routerHook in createPluginAPI Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-05-26added open store buttonmarios
2022-05-26Cleanup after mergeJonas Dellinger
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios