diff --git a/packages/client/src/pages/search.vue b/packages/client/src/pages/search.vue
deleted file mode 100644
index 780609b4f..000000000
--- a/packages/client/src/pages/search.vue
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n.ts.searchEmptyQuery }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n.ts.searchNotLoggedIn_1 }}
- {{ i18n.ts.searchNotLoggedIn_2 }}
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n.ts.searchEmptyQuery }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts
index 25b75cf8e..9deecf2db 100644
--- a/packages/client/src/router.ts
+++ b/packages/client/src/router.ts
@@ -337,16 +337,12 @@ export const routes = [
loginRequired: true,
},
{
- path: "/explore/tags/:tag",
- component: page(() => import("./pages/explore.vue")),
+ path: "/discover/tags/:tag",
+ component: page(() => import("./pages/discover.vue")),
},
{
- path: "/explore",
- component: page(() => import("./pages/explore.vue")),
- },
- {
- path: "/search",
- component: page(() => import("./pages/search.vue")),
+ path: "/discover",
+ component: page(() => import("./pages/discover.vue")),
},
{
path: "/authorize-follow",
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index 9de03ecd3..5cd02369f 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -15,8 +15,7 @@ const menuOptions = [
"-",
"snippets",
"antennas",
- "explore",
- "search",
+ "discover",
"-",
"achievements",
"drive"
@@ -153,7 +152,6 @@ export const defaultStore = markRaw(
arg: null,
},
},
-
overridedDeviceKind: {
where: "device",
default: null as null | "smartphone" | "tablet" | "desktop",
diff --git a/packages/client/src/ui/visitor/b.vue b/packages/client/src/ui/visitor/b.vue
index 95f094201..7392cc261 100644
--- a/packages/client/src/ui/visitor/b.vue
+++ b/packages/client/src/ui/visitor/b.vue
@@ -41,9 +41,9 @@
>
{{ i18n.ts.home }}
-
{{ i18n.ts.explore }}{{ i18n.ts.discover }}
{{ i18n.ts.gallery }}
-
- {{ i18n.ts.search }}
-
{{ i18n.ts.settings }}
diff --git a/packages/client/src/ui/visitor/header.vue b/packages/client/src/ui/visitor/header.vue
index 961e63533..c9ced4e8f 100644
--- a/packages/client/src/ui/visitor/header.vue
+++ b/packages/client/src/ui/visitor/header.vue
@@ -14,9 +14,9 @@
>{{ i18n.ts.timeline }} -->
-
{{ i18n.ts.explore }}{{ i18n.ts.discover }}
{{ i18n.ts.gallery }}
-
- {{ i18n.ts.search }}
-