summaryrefslogtreecommitdiff
path: root/frontend/src/components/PluginView.tsx
AgeCommit message (Collapse)Author
2023-06-06Add functionality to hide plugins from quick access menu (#468)Jonas Dellinger
2023-04-03Add plugin reordering (#378)Travis Lane
* feat: started work on saving plugin order * feat: implemented local ReorderableList * feat: reoder complete except for usage of DFL * switched to using dfl reorderableList * fix: added missing file and removed frag * updated to newest dfl * Update defsettings.json * fix: plugin order was missing on init * fix: now await pluginOrder * fix: moved the plugin-order load to plugin-loader * chore: v6 and dfl bump
2022-10-14add alwaysRenderAAGaming
2022-10-14Allow B button to close active plugin and return to menu. (#218)v2.2.6-pre1AAGaming
2022-10-01fix friends menu focusing itselfAAGaming
2022-09-26fix(pluginview): align icon and plugin name (#185)Lukas Senionis
2022-08-21Add plugin updater, notification badge, fixesv2.0.5-pre15AAGaming
2022-08-15add some classes for nicer scrolling, update libv2.0.5-pre10AAGaming
2022-07-07support non-ui pluginsAAGaming
2022-06-22add settings page with install from URL optionAAGaming
2022-06-17Implement React-based plugin store (#81)AAGaming
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Co-authored-by: WerWolv <werwolv98@gmail.com>
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