Feat/tag input
Showing
- package-lock.json 32 additions, 4776 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/components/Form/AddPoiForm.tsx 107 additions, 106 deletionssrc/components/Form/AddPoiForm.tsx
- src/components/Form/CheckboxInput.tsx 0 additions, 21 deletionssrc/components/Form/CheckboxInput.tsx
- src/components/Form/CoordinateInput.tsx 30 additions, 0 deletionssrc/components/Form/CoordinateInput.tsx
- src/components/Form/FileInput.tsx 1 addition, 1 deletionsrc/components/Form/FileInput.tsx
- src/components/Form/TagInput.tsx 135 additions, 0 deletionssrc/components/Form/TagInput.tsx
- src/components/Form/TextInput.tsx 3 additions, 12 deletionssrc/components/Form/TextInput.tsx
- src/components/Map/Map.tsx 3 additions, 10 deletionssrc/components/Map/Map.tsx
- src/components/Sidebar/SidebarCreateView.tsx 1 addition, 1 deletionsrc/components/Sidebar/SidebarCreateView.tsx
- src/components/Sidebar/SidebarSingleView.tsx 7 additions, 3 deletionssrc/components/Sidebar/SidebarSingleView.tsx
- src/components/Sidebar/Tag.tsx 0 additions, 19 deletionssrc/components/Sidebar/Tag.tsx
- src/components/Spinner.tsx 23 additions, 0 deletionssrc/components/Spinner.tsx
- src/components/SwrWrapper.tsx 5 additions, 0 deletionssrc/components/SwrWrapper.tsx
- src/components/Tag.tsx 32 additions, 0 deletionssrc/components/Tag.tsx
- src/graphql/mutations.ts 39 additions, 0 deletionssrc/graphql/mutations.ts
- src/hooks/usePoiData.ts 0 additions, 5 deletionssrc/hooks/usePoiData.ts
- src/hooks/useStore.ts 14 additions, 13 deletionssrc/hooks/useStore.ts
- src/index.css 20 additions, 5 deletionssrc/index.css
- src/types/PointOfInterest.ts 1 addition, 1 deletionsrc/types/PointOfInterest.ts
This diff is collapsed.
... | ... | @@ -7,6 +7,7 @@ |
"copy:htaccess": "cp public/.htaccess build/" | ||
}, | ||
"dependencies": { | ||
"@headlessui/react": "^1.1.1", | ||
"@tailwindcss/forms": "^0.3.2", | ||
"graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | ||
... | ... |
This diff is collapsed.
src/components/Form/CoordinateInput.tsx
0 → 100644
src/components/Form/TagInput.tsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/components/Sidebar/Tag.tsx
deleted
100644 → 0
This diff is collapsed.
src/components/Spinner.tsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/components/Tag.tsx
0 → 100644
This diff is collapsed.
src/graphql/mutations.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment