Skip to content

Commit

Permalink
add the "map"
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Jul 22, 2024
1 parent 8382ed0 commit b2deafa
Show file tree
Hide file tree
Showing 15 changed files with 785 additions and 42 deletions.
1 change: 1 addition & 0 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"home": "Startseite",
"gallery": "Galerie",
"events": "Veranstaltungen",
"map": "Karte",
"announcements": "Ankündigungen",
"notifications": "Benachrichtigungen",
"users": "Benutzer",
Expand Down
1 change: 1 addition & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"home": "Home",
"gallery": "Gallery",
"events": "Events",
"map": "Map",
"announcements": "Announcements",
"notifications": "Notifications",
"users": "Users",
Expand Down
1 change: 1 addition & 0 deletions messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"home": "Startpagina",
"gallery": "Galerij",
"events": "Evenementen",
"map": "Kaart",
"announcements": "Aankondigingen",
"notifications": "Meldingen",
"users": "Gebruikers",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"singleQuote": true
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.5.3",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^9.6.0",
"@radix-ui/react-accordion": "^1.2.0",
Expand Down Expand Up @@ -47,11 +48,11 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-google-maps/api": "^2.19.3",
"@sentry/nextjs": "^8.15.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vis.gl/react-google-maps": "^1.1.0",
"appwrite": "^15.0.0",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
Expand Down
56 changes: 19 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2deafa

Please sign in to comment.