From 3baae9651e82b643983dc1e80b349e3a516c1908 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 17 Oct 2024 11:01:53 +0200 Subject: [PATCH] basic Market View --- src/Components/Templates/index.tsx | 1 + src/index.tsx | 2 +- src/types.ts | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Components/Templates/index.tsx b/src/Components/Templates/index.tsx index a498ebad..a031195b 100644 --- a/src/Components/Templates/index.tsx +++ b/src/Components/Templates/index.tsx @@ -5,3 +5,4 @@ export {MoonCalendar} from './MoonCalendar' export {SelectUser} from "./SelectUser" export {OverlayItemsIndexPage} from "./OverlayItemsIndexPage" export {AttestationForm} from "./AttestationForm" +export {MarketView} from "./MarketView" diff --git a/src/index.tsx b/src/index.tsx index 2137b4dc..0f2f05fc 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ export {AppShell, Content, SideBar, Sitemap } from "./Components/AppShell" export {AuthProvider, useAuth, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage} from "./Components/Auth" export {UserSettings, ProfileView, ProfileForm} from './Components/Profile' export {Quests, Modal} from './Components/Gaming' -export {TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm } from './Components/Templates' +export {TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm, MarketView } from './Components/Templates' export {TextInput, TextAreaInput, SelectBox} from './Components/Input' import "./index.css" diff --git a/src/types.ts b/src/types.ts index 3c92f96f..7bc88916 100644 --- a/src/types.ts +++ b/src/types.ts @@ -10,7 +10,8 @@ export interface UtopiaMapProps { geo?: any, showFilterControl?: boolean, showLayerControl?: boolean, - showGratitudeControl?: boolean + showGratitudeControl?: boolean, + infoText? : string } export interface LayerProps {