Skip to content

Commit

Permalink
feat(map): ✨ Edit Claim Area snapping, new edit GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Mar 18, 2024
1 parent 192ca8e commit ae3d1ec
Show file tree
Hide file tree
Showing 7 changed files with 1,871 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"keycloak-js": "^19.0.1",
"mantine-contextmenu": "^7.3.3",
"mapbox-gl": "^2.9.1",
"mapbox-gl-draw-snap-mode": "^0.2.0",
"mapbox-gl-style-switcher": "^1.0.11",
"minimatch": "^8.0.2",
"next": "^14.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/pages/calendar/manage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const Calendar: NextPage = () => {
<TextInput
mt="md"
label="Discord Link"
required
{...form.getInputProps('discordLink')}
placeholder="https://..."
maw="40%"
Expand Down
Loading

0 comments on commit ae3d1ec

Please sign in to comment.