diff --git a/src/components/IconPicker.vue b/src/components/IconPicker.vue index 827c88eb..f1ff552f 100644 --- a/src/components/IconPicker.vue +++ b/src/components/IconPicker.vue @@ -1,52 +1,56 @@ + + diff --git a/src/components/ui/popover/PopoverAnchor.vue b/src/components/ui/popover/PopoverAnchor.vue new file mode 100644 index 00000000..cd8bdb51 --- /dev/null +++ b/src/components/ui/popover/PopoverAnchor.vue @@ -0,0 +1,15 @@ + + + diff --git a/src/components/ui/popover/PopoverContent.vue b/src/components/ui/popover/PopoverContent.vue new file mode 100644 index 00000000..305503cb --- /dev/null +++ b/src/components/ui/popover/PopoverContent.vue @@ -0,0 +1,62 @@ + + + diff --git a/src/components/ui/popover/PopoverTrigger.vue b/src/components/ui/popover/PopoverTrigger.vue new file mode 100644 index 00000000..55d78b6f --- /dev/null +++ b/src/components/ui/popover/PopoverTrigger.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/components/ui/popover/index.js b/src/components/ui/popover/index.js new file mode 100644 index 00000000..4f8d5292 --- /dev/null +++ b/src/components/ui/popover/index.js @@ -0,0 +1,4 @@ +export { default as Popover } from './Popover.vue'; +export { default as PopoverAnchor } from './PopoverAnchor.vue'; +export { default as PopoverContent } from './PopoverContent.vue'; +export { default as PopoverTrigger } from './PopoverTrigger.vue'; diff --git a/src/views/Charts/components/InstanceActivity.vue b/src/views/Charts/components/InstanceActivity.vue index 85a256be..a4013104 100644 --- a/src/views/Charts/components/InstanceActivity.vue +++ b/src/views/Charts/components/InstanceActivity.vue @@ -25,53 +25,58 @@ > - -
-
- {{ t('view.charts.instance_activity.settings.bar_width') }} -
- -
-
-
- {{ t('view.charts.instance_activity.settings.show_detail') }} - - -
-
- {{ t('view.charts.instance_activity.settings.show_solo_instance') }} - - -
-
- {{ t('view.charts.instance_activity.settings.show_no_friend_instance') }} - - -
-
- - -
+ + +
+
+ {{ t('view.charts.instance_activity.settings.bar_width') }} +
+ +
+
+
+ {{ t('view.charts.instance_activity.settings.show_detail') }} + + +
+
+ {{ t('view.charts.instance_activity.settings.show_solo_instance') }} + + +
+
+ {{ t('view.charts.instance_activity.settings.show_no_friend_instance') }} + + +
+
+
+