summaryrefslogtreecommitdiff
path: root/frontend/src/components/store/PluginCard.tsx
AgeCommit message (Collapse)Author
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-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-07-03Make legacy tag text readableTrainDoctor
2022-07-03fix legacy coloringAAGaming
2022-07-03colorize legacy tagAAGaming
2022-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
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>