Merge branch 'feat/reposition-sidebar' into 'main'
feat: sidebar reposition, add minimize button Closes #5 See merge request !4
No related branches found
No related tags found
Showing
- src/components/FabCityMap.tsx 1 addition, 1 deletionsrc/components/FabCityMap.tsx
- src/components/Map/Map.tsx 24 additions, 5 deletionssrc/components/Map/Map.tsx
- src/components/Map/MapLayerControl.tsx 8 additions, 3 deletionssrc/components/Map/MapLayerControl.tsx
- src/components/Sidebar/ListElement.tsx 1 addition, 1 deletionsrc/components/Sidebar/ListElement.tsx
- src/components/Sidebar/MinimizeButton.tsx 16 additions, 0 deletionssrc/components/Sidebar/MinimizeButton.tsx
- src/components/Sidebar/SidebarContainer.tsx 2 additions, 2 deletionssrc/components/Sidebar/SidebarContainer.tsx
- src/components/Sidebar/SidebarListView.tsx 35 additions, 18 deletionssrc/components/Sidebar/SidebarListView.tsx
- src/components/Sidebar/SidebarSingleView.tsx 4 additions, 2 deletionssrc/components/Sidebar/SidebarSingleView.tsx
- src/hooks/useStore.ts 6 additions, 0 deletionssrc/hooks/useStore.ts
- src/index.css 9 additions, 13 deletionssrc/index.css
src/components/Sidebar/MinimizeButton.tsx
0 → 100644
Please register or sign in to comment