diff --git a/package.json b/package.json index f41e1282..fd71a943 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,6 @@ { "name": "utopia-ui", -<<<<<<< HEAD - "version": "3.0.0-alpha.204", -======= "version": "3.0.0-alpha.215", ->>>>>>> 8dc8779fe58040fb5c2a763d6519e57ddffc7ab7 "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage:": "https://utopia-os.org/", diff --git a/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx b/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx new file mode 100644 index 00000000..158b9619 --- /dev/null +++ b/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx @@ -0,0 +1,25 @@ +import { useNavigate } from "react-router-dom" + +export const GratitudeControl = () => { + const navigate = useNavigate(); + return ( +
|
- {a.symbol}
-
- |
-
- {a.text}
-
- |
-
-
-
-
-
-
-
-
-
- {a.from}
- {a.date}
-
- |
-
-
-
|
+ {a.symbol}
+
+ |
+
+ {a.text}
+
+ |
+
+
+
+
+
+
+
+
+
+ {a.from}
+ {a.date}
+
+ |
+
+
+
| - - | -
-
- {l.image ?
-
- :
- }
-
-
-
-
- {l.name}
- |
-
| - + setSelectedUsers(prev => [...prev, u.id])} className="tw-checkbox tw-checkbox-sm" /> |
- {l.image ?
+ {u.image ?
-
-
{l.name}
+ {u.name}
|
@@ -49,7 +52,7 @@ export const SelectUser = ({ userType }: { userType: string }) => {