diff --git a/components.d.ts b/components.d.ts
index d7f1ad4..c9aea52 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -29,6 +29,7 @@ declare module 'vue' {
IonLabel: typeof import('@ionic/vue')['IonLabel']
IonPage: typeof import('@ionic/vue')['IonPage']
IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
+ IonSearchbar: typeof import('@ionic/vue')['IonSearchbar']
IonTabBar: typeof import('@ionic/vue')['IonTabBar']
IonTabButton: typeof import('@ionic/vue')['IonTabButton']
IonTabs: typeof import('@ionic/vue')['IonTabs']
@@ -63,6 +64,7 @@ declare global {
const IonLabel: typeof import('@ionic/vue')['IonLabel']
const IonPage: typeof import('@ionic/vue')['IonPage']
const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
+ const IonSearchbar: typeof import('@ionic/vue')['IonSearchbar']
const IonTabBar: typeof import('@ionic/vue')['IonTabBar']
const IonTabButton: typeof import('@ionic/vue')['IonTabButton']
const IonTabs: typeof import('@ionic/vue')['IonTabs']
diff --git a/src/components/layout/default.vue b/src/components/layout/default.vue
index 50b81c6..311a65e 100644
--- a/src/components/layout/default.vue
+++ b/src/components/layout/default.vue
@@ -1,5 +1,5 @@
@@ -17,6 +17,11 @@ import { cellular, chatboxEllipses, compass, personCircle } from "ionicons/icons
Market
+
+
+ Trade
+
+
Chat
diff --git a/src/router/index.ts b/src/router/index.ts
index 183e0d1..2b9ec4c 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -22,6 +22,10 @@ const routes: Array = [
path: "market",
component: () => import("@/views/market/index.vue"),
},
+ {
+ path: "trade",
+ component: () => import("@/views/trade/index.vue"),
+ },
{
path: "chat",
component: () => import("@/views/chat/index.vue"),
diff --git a/src/theme/variables.css b/src/theme/variables.css
index 548dd84..1f3bb6f 100644
--- a/src/theme/variables.css
+++ b/src/theme/variables.css
@@ -81,3 +81,7 @@ http://ionicframework.com/docs/theming/ */
--ui-input-color: #ffffff;
}
}
+
+.ui-toolbar {
+ --background: var(--ion-color-primary-contrast);
+}
diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue
index 472cabe..e680150 100644
--- a/src/views/chat/index.vue
+++ b/src/views/chat/index.vue
@@ -1,21 +1,23 @@
-
- Chat
-
+
+
+
+
+
+
+
+ Chat
+
-
-
-
- Chat
-
-
-
+
diff --git a/src/views/onchain-address/index.vue b/src/views/onchain-address/index.vue
index 542b991..c1ddf71 100644
--- a/src/views/onchain-address/index.vue
+++ b/src/views/onchain-address/index.vue
@@ -7,7 +7,7 @@ const { user } = useAuth();
-
+
diff --git a/src/views/trade/index.vue b/src/views/trade/index.vue
new file mode 100644
index 0000000..e5a2751
--- /dev/null
+++ b/src/views/trade/index.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ Market
+
+
+
+
+
+
+ Market
+
+
+
+
+
+
diff --git a/src/views/user/components/user-info.vue b/src/views/user/components/user-info.vue
index a1f1d3c..e6b652a 100644
--- a/src/views/user/components/user-info.vue
+++ b/src/views/user/components/user-info.vue
@@ -14,7 +14,7 @@ const { user } = useAuth();
{{ user?.email }}
-
@@ -44,7 +44,6 @@ const { user } = useAuth();
}
.user-uid {
color: var(--ion-text-secondary);
- font-size: 0.9em;
display: flex;
align-items: end;
gap: 4px;
diff --git a/src/views/user/index.vue b/src/views/user/index.vue
index 544597a..0058d13 100644
--- a/src/views/user/index.vue
+++ b/src/views/user/index.vue
@@ -6,19 +6,21 @@ import WalletCard from "./components/wallet-card.vue";
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -26,8 +28,4 @@ import WalletCard from "./components/wallet-card.vue";
-
+