summaryrefslogtreecommitdiff
path: root/frontend/src/components/store
AgeCommit message (Collapse)Author
2023-02-22Fix loader on feb 22 2023 betaAAGaming
2023-01-19Store and plugin installation visual improvements (#343)v2.5.0-pre1EMERALD
* Redesign store, add comments for filtering * Improve installation/uninstallation modals * Fix store comment to be easier to fix * Add source code info to about page
2023-01-16Updated store CSS (#305)v2.4.15Nox
* PluginCard Store CSS Update * Fixing CSS * Updated * Removed padding
2022-12-15bump DFL to fix modals, Router -> Navigation in some placesv2.4.6-pre4AAGaming
2022-10-23Properly utilize image_url from Storev2.3.0-pre4TrainDoctor
2022-10-23Merge drop-legacy to main.TrainDoctor
2022-10-08possibly fix zip permissionsAAGaming
2022-10-05Add plugin description to Store PluginCard (#196)v2.2.2-pre2Eddie Dover
* Add plugin description to Store PluginCard The description for plugins is available on the web but not in the store, this attempts to fix the issue. Unfortunately, my current env is completely Windows based so I cannot test this change locally, and setting up an Arch env in WSL2 is proving to be more time consuming than such a simple PR deserves. * Removed prefix from description * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Inline style fix. Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Prettier formatting fix * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
2022-09-08spice up js-side logs from store and branch selectAAGaming
2022-08-21Add plugin updater, notification badge, fixesv2.0.5-pre15AAGaming
2022-08-20Better wrapping of plugin tags (#150)Collin Diekvoss
2022-08-17add class names to PluginCard for themingAAGaming
2022-08-05whoops don't need it herev2.0.4-198591d-preAAGaming
2022-08-05Implement CSRF protectionAAGaming
2022-07-17remove modal box shadowv2.0.4-e6dd1c2-preAAGaming
2022-07-17Show warning when installing legacy pluginsv2.0.4-6e88c7c-preAAGaming
2022-07-03Make legacy tag text readableTrainDoctor
2022-07-03fix legacy coloringAAGaming
2022-07-03colorize legacy tagAAGaming
2022-07-03hack: temp hide example pluginAAGaming
2022-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
2022-06-29fix installing pluginsAAGaming
2022-06-29update store for new format, awaiting cors to testAAGaming
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>