feat: add drawer available plugins
parent
459df684
No related branches found
No related tags found
Showing
- src/components/FunctionalArea/NavBar/NavBar.component.tsx 1 addition, 1 deletionsrc/components/FunctionalArea/NavBar/NavBar.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/AvailablePluginsDrawer.component.test.tsx 53 additions, 0 deletions...lePluginsDrawer/AvailablePluginsDrawer.component.test.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/AvailablePluginsDrawer.component.tsx 21 additions, 0 deletions...ailablePluginsDrawer/AvailablePluginsDrawer.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/LoadPlugin.component.test.tsx 29 additions, 0 deletions...blePluginsDrawer/LoadPlugin/LoadPlugin.component.test.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx 25 additions, 0 deletions...vailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/index.ts 1 addition, 0 deletions...nts/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/index.ts
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPluginFromUrl/LoadPluginFromUrl.component.test.tsx 32 additions, 0 deletions...er/LoadPluginFromUrl/LoadPluginFromUrl.component.test.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPluginFromUrl/LoadPluginFromUrl.component.tsx 32 additions, 0 deletions...sDrawer/LoadPluginFromUrl/LoadPluginFromUrl.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPluginFromUrl/index.ts 1 addition, 0 deletions.../Drawer/AvailablePluginsDrawer/LoadPluginFromUrl/index.ts
- src/components/Map/Drawer/AvailablePluginsDrawer/index.ts 1 addition, 0 deletionssrc/components/Map/Drawer/AvailablePluginsDrawer/index.ts
- src/components/Map/Drawer/Drawer.component.tsx 6 additions, 4 deletionssrc/components/Map/Drawer/Drawer.component.tsx
- src/models/mocks/pluginsMock.ts 44 additions, 0 deletionssrc/models/mocks/pluginsMock.ts
- src/models/pluginSchema.ts 10 additions, 0 deletionssrc/models/pluginSchema.ts
- src/redux/apiPath.ts 2 additions, 1 deletionsrc/redux/apiPath.ts
- src/redux/plugins/plugins.constants.ts 9 additions, 0 deletionssrc/redux/plugins/plugins.constants.ts
- src/redux/plugins/plugins.mock.ts 12 additions, 0 deletionssrc/redux/plugins/plugins.mock.ts
- src/redux/plugins/plugins.reducers.ts 17 additions, 0 deletionssrc/redux/plugins/plugins.reducers.ts
- src/redux/plugins/plugins.selectors.ts 19 additions, 0 deletionssrc/redux/plugins/plugins.selectors.ts
- src/redux/plugins/plugins.slice.ts 14 additions, 0 deletionssrc/redux/plugins/plugins.slice.ts
- src/redux/plugins/plugins.thunks.ts 18 additions, 0 deletionssrc/redux/plugins/plugins.thunks.ts
src/models/mocks/pluginsMock.ts
0 → 100644
src/models/pluginSchema.ts
0 → 100644
src/redux/plugins/plugins.constants.ts
0 → 100644
src/redux/plugins/plugins.mock.ts
0 → 100644
src/redux/plugins/plugins.reducers.ts
0 → 100644
src/redux/plugins/plugins.selectors.ts
0 → 100644
src/redux/plugins/plugins.slice.ts
0 → 100644
src/redux/plugins/plugins.thunks.ts
0 → 100644
Please register or sign in to comment