No files found.
+31 −0
package-lock.json
package-lock.json
+1 −0
package.json
package.json
+5 −9
AdvancedDrawerSection.tsx
...components/drawer/sections/AdvancedDrawerSection.tsx
+21 −0
configurationPage.ts
.../dashboard/features/plugins/api/configurationPage.ts
+25 −0
pluginInfo.ts
src/apps/dashboard/features/plugins/api/pluginInfo.ts
+5 −0
queryKey.ts
src/apps/dashboard/features/plugins/api/queryKey.ts
+40 −0
useConfigurationPages.ts
...hboard/features/plugins/api/useConfigurationPages.ts
+24 −0
useDisablePlugin.ts
...s/dashboard/features/plugins/api/useDisablePlugin.ts
+24 −0
useEnablePlugin.ts
...ps/dashboard/features/plugins/api/useEnablePlugin.ts
+27 −0
useInstallPackage.ts
.../dashboard/features/plugins/api/useInstallPackage.ts
+47 −0
usePackageInfo.ts
...pps/dashboard/features/plugins/api/usePackageInfo.ts
+36 −0
usePlugins.ts
src/apps/dashboard/features/plugins/api/usePlugins.ts
+27 −0
useUninstallPlugin.ts
...dashboard/features/plugins/api/useUninstallPlugin.ts
+94 −0
PluginDetailsTable.tsx
...d/features/plugins/components/PluginDetailsTable.tsx
+34 −0
PluginImage.tsx
...ashboard/features/plugins/components/PluginImage.tsx
+67 −0
PluginRevisions.tsx
...oard/features/plugins/components/PluginRevisions.tsx
+15 −0
PluginDetails.ts
...ps/dashboard/features/plugins/types/PluginDetails.ts
+3 −2
_asyncRoutes.ts
src/apps/dashboard/routes/_asyncRoutes.ts
+0 −6
_legacyRoutes.ts
src/apps/dashboard/routes/_legacyRoutes.ts
+0 −1
_redirects.ts
src/apps/dashboard/routes/_redirects.ts
+443 −0
plugin.tsx
src/apps/dashboard/routes/plugins/plugin.tsx
+56 −0
ConfirmDialog.tsx
src/components/ConfirmDialog.tsx
+37 −0
MarkdownBox.tsx
src/components/MarkdownBox.tsx
+0 −51
index.html
src/controllers/dashboard/plugins/add/index.html
+0 −165
index.js
src/controllers/dashboard/plugins/add/index.js
+2 −1
index.js
src/controllers/dashboard/plugins/available/index.js
+11 −6
en-us.json
src/strings/en-us.json
+17 −0
api.ts
src/utils/api.ts