diff --git a/package-lock.json b/package-lock.json index ab432895..10a54a2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.37", + "version": "3.0.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.37", + "version": "3.0.38", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 27aa43e0..67b77dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.37", + "version": "3.0.38", "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/Layer.tsx b/src/Components/Map/Layer.tsx index c15987ef..0ce40aef 100644 --- a/src/Components/Map/Layer.tsx +++ b/src/Components/Map/Layer.tsx @@ -40,7 +40,7 @@ export const Layer = ({ menuIcon = 'MapPinIcon', menuText = 'add new place', menuColor = '#2E7D32', - markerIcon = 'circle-solid', + markerIcon = 'point', markerShape = 'circle', markerDefaultColor = '#777', markerDefaultColor2 = 'RGBA(35, 31, 32, 0.2)', diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index 5e28be9b..0f399fdd 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -73,7 +73,7 @@ export function UtopiaMapInner({ infoText && setTimeout(() => { toast(, { autoClose: false }) - }, 4000) + }, 10000) init.current = true } // eslint-disable-next-line react-hooks/exhaustive-deps diff --git a/src/Components/Profile/Templates/TabsForm.tsx b/src/Components/Profile/Templates/TabsForm.tsx index add01201..6235b221 100644 --- a/src/Components/Profile/Templates/TabsForm.tsx +++ b/src/Components/Profile/Templates/TabsForm.tsx @@ -172,7 +172,7 @@ export const TabsForm = ({ name='my_tabs_2' role='tab' className='tw-tab [--tab-border-color:var(--fallback-bc,oklch(var(--bc)/0.2))]' - aria-label='Relations' + aria-label='Links' checked={activeTab === 7 && true} onChange={() => updateActiveTab(7)} /> diff --git a/src/Components/Profile/Templates/TabsView.tsx b/src/Components/Profile/Templates/TabsView.tsx index d23d0c7b..d7554b94 100644 --- a/src/Components/Profile/Templates/TabsView.tsx +++ b/src/Components/Profile/Templates/TabsView.tsx @@ -121,7 +121,7 @@ export const TabsView = ({ className={ 'tw-tab tw-font-bold !tw-ps-2 !tw-pe-2 [--tab-border-color:var(--fallback-bc,oklch(var(--bc)/0.2))]' } - aria-label={`${item.layer.itemType.icon_as_labels && activeTab !== 2 ? '❤️' : '❤️\u00A0Credibility'}`} + aria-label={`${item.layer.itemType.icon_as_labels && activeTab !== 2 ? '❤️' : '❤️\u00A0Trust'}`} checked={activeTab === 2 && true} onChange={() => updateActiveTab(2)} /> @@ -161,7 +161,7 @@ export const TabsView = ({ appState.assetsApi.url + getUserProfile(a.user_created.id)?.image } - alt='Avatar Tailwind CSS Component' + alt='Avatar' /> @@ -243,7 +243,7 @@ export const TabsView = ({ name='my_tabs_2' role='tab' className='tw-tab tw-font-bold !tw-ps-2 !tw-pe-2 [--tab-border-color:var(--fallback-bc,oklch(var(--bc)/0.2))]' - aria-label={`${item.layer.itemType.icon_as_labels && activeTab !== 7 ? '🔗' : '🔗\u00A0Relations'}`} + aria-label={`${item.layer.itemType.icon_as_labels && activeTab !== 7 ? '🔗' : '🔗\u00A0Links'}`} checked={activeTab === 7 && true} onChange={() => updateActiveTab(7)} />