commit 10e5f3e47c96dc59ef6ac3976bc46a15c3e22c3b
parent 65b3e5dc3bda5840d7d5c5e416fb6039b9991203
Author: triesap <137732411+triesap@users.noreply.github.com>
Date: Mon, 9 Dec 2024 06:46:39 +0000
Edit `/search` add tabs float.
Diffstat:
2 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/src/routes/(app)/farm/land/+page.svelte b/src/routes/(app)/farm/land/+page.svelte
@@ -134,25 +134,3 @@
</div>
</LayoutView>
<TabsFloat />
-
-<!--
-<button
- class={`group flex flex-row h-[7rem] w-full px-8 justify-start items-center bg-layer-1-surface layer-1-active-surface round-36 el-re`}
- on:click={async () => {
- await route(`/farm/land/add`);
- }}
- >
- <div
- class={`flex flex-col h-[5rem] w-[5rem] justify-start items-center bg-layer-2-surface round-24 bg-repeat heropattern-topography-white`}
- >
- <Fill />
- </div>
- <div class={`flex flex-row flex-grow justify-center items-center`}>
- <p
- class={`font-sans font-[500] text-[1.4rem] text-layer-0-glyph capitalize opacity-active el-re`}
- >
- {`${$ls(`icu.add_*`, { value: `${$ls(`common.land_plot`)}` })}`}
- </p>
- </div>
- </button>
- -->
diff --git a/src/routes/(app)/search/+page.svelte b/src/routes/(app)/search/+page.svelte
@@ -18,6 +18,7 @@
ls,
NavToolbar,
PageHeader,
+ TabsFloat,
} from "@radroots/svelte-lib";
import { SearchService, type SearchServiceResult } from "@radroots/utils";
import { onMount } from "svelte";
@@ -114,3 +115,4 @@
</div>
</div>
</LayoutView>
+<TabsFloat />