From dff3f17c9ace497525d1c900f682a4cf7f64ad73 Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 20 Dec 2025 21:06:29 +0900 Subject: [PATCH] add NativeTooltip component --- src/components/Location.vue | 4 +- src/components/LocationWorld.vue | 4 +- src/components/NativeTooltip.vue | 527 +++++++++++++++++++++++++++++++ src/components/NavMenu.vue | 19 +- src/plugin/components.js | 2 + src/views/Feed/Feed.vue | 12 +- src/views/GameLog/GameLog.vue | 12 +- src/views/Sidebar/Sidebar.vue | 4 +- 8 files changed, 559 insertions(+), 25 deletions(-) create mode 100644 src/components/NativeTooltip.vue diff --git a/src/components/Location.vue b/src/components/Location.vue index 0935e9b8..9482045c 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -12,9 +12,9 @@ ({{ groupName }}) - + - + diff --git a/src/components/LocationWorld.vue b/src/components/LocationWorld.vue index 0fa72bd7..840ce019 100644 --- a/src/components/LocationWorld.vue +++ b/src/components/LocationWorld.vue @@ -6,9 +6,9 @@ ({{ groupName }}) - + - + diff --git a/src/components/NativeTooltip.vue b/src/components/NativeTooltip.vue new file mode 100644 index 00000000..c128dd8b --- /dev/null +++ b/src/components/NativeTooltip.vue @@ -0,0 +1,527 @@ + + + + + diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 1d06de05..7660c712 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -69,19 +69,20 @@ -
+ +
+