Merge branch 'feature/MIN-76-fetch-submaps-on-app-start' into 'development'
feat(fetch submaps): added query to fetch models(submaps) on app load See merge request !28
No related branches found
No related tags found
Showing
- src/components/SPA/MinervaSPA.component.tsx 17 additions, 6 deletionssrc/components/SPA/MinervaSPA.component.tsx
- src/models/authorSchema.ts 3 additions, 0 deletionssrc/models/authorSchema.ts
- src/models/fixtures/modelsFixture.ts 10 additions, 0 deletionssrc/models/fixtures/modelsFixture.ts
- src/models/modelSchema.ts 31 additions, 0 deletionssrc/models/modelSchema.ts
- src/redux/apiPath.ts 1 addition, 0 deletionssrc/redux/apiPath.ts
- src/redux/models/models.reducers.test.ts 72 additions, 0 deletionssrc/redux/models/models.reducers.test.ts
- src/redux/models/models.reducers.ts 17 additions, 0 deletionssrc/redux/models/models.reducers.ts
- src/redux/models/models.slice.ts 20 additions, 0 deletionssrc/redux/models/models.slice.ts
- src/redux/models/models.thunks.test.ts 36 additions, 0 deletionssrc/redux/models/models.thunks.test.ts
- src/redux/models/models.thunks.ts 18 additions, 0 deletionssrc/redux/models/models.thunks.ts
- src/redux/models/models.types.ts 4 additions, 0 deletionssrc/redux/models/models.types.ts
- src/redux/store.ts 2 additions, 0 deletionssrc/redux/store.ts
- src/types/models.ts 2 additions, 0 deletionssrc/types/models.ts
Loading
Please register or sign in to comment