Skip to content

Commit

Permalink
Merge pull request #37 from Vizzuality/SKY30-110-fe-implement-the-ui-to
Browse files Browse the repository at this point in the history
[SKY30-110]: map: puts together layer list and legend
  • Loading branch information
SARodrigues authored Oct 31, 2023
2 parents a3fb3b8 + cabec43 commit 040db96
Show file tree
Hide file tree
Showing 21 changed files with 606 additions and 451 deletions.
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
Expand All @@ -58,6 +59,7 @@
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-map-gl": "7.1.6",
"recharts": "^2.9.0",
"rooks": "7.14.1",
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ export const Map: FC<CustomMapProps> = ({

export default Map;
export { default as ZoomControls } from './zoom-controls';
export { default as LayersDropdown } from './layers-dropdown';
export { default as Legend } from './legend';
export { default as Attributions } from './attributions';
export { default as DrawControls } from './draw-controls';
export { default as Drawing } from './drawing';
102 changes: 0 additions & 102 deletions frontend/src/components/map/layers-dropdown/index.tsx

This file was deleted.

Loading

0 comments on commit 040db96

Please sign in to comment.