From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- .../jet/web-navigation/CategoryTabItem.svelte | 67 +++++++++++++++ .../web-navigation/PlatformSelectorDropdown.svelte | 88 ++++++++++++++++++++ .../jet/web-navigation/PlatformSelectorItem.svelte | 97 ++++++++++++++++++++++ 3 files changed, 252 insertions(+) create mode 100644 src/components/jet/web-navigation/CategoryTabItem.svelte create mode 100644 src/components/jet/web-navigation/PlatformSelectorDropdown.svelte create mode 100644 src/components/jet/web-navigation/PlatformSelectorItem.svelte (limited to 'src/components/jet/web-navigation') diff --git a/src/components/jet/web-navigation/CategoryTabItem.svelte b/src/components/jet/web-navigation/CategoryTabItem.svelte new file mode 100644 index 0000000..61f2570 --- /dev/null +++ b/src/components/jet/web-navigation/CategoryTabItem.svelte @@ -0,0 +1,67 @@ + + + + + + + +
+ + + + + diff --git a/src/components/jet/web-navigation/PlatformSelectorDropdown.svelte b/src/components/jet/web-navigation/PlatformSelectorDropdown.svelte new file mode 100644 index 0000000..f0fe666 --- /dev/null +++ b/src/components/jet/web-navigation/PlatformSelectorDropdown.svelte @@ -0,0 +1,88 @@ + + +{#if activeSelector} + +{/if} + + diff --git a/src/components/jet/web-navigation/PlatformSelectorItem.svelte b/src/components/jet/web-navigation/PlatformSelectorItem.svelte new file mode 100644 index 0000000..9b72fda --- /dev/null +++ b/src/components/jet/web-navigation/PlatformSelectorItem.svelte @@ -0,0 +1,97 @@ + + + + + {#if isSome(artwork) && isSystemImageArtwork(artwork)} +
+ +
+ {/if} + + + {action.title} + + + {#if action.destination && isSearchResultsPageIntent(action.destination)} + + + + {/if} +
+
+ + -- cgit v1.2.3