From 7c94a13814ddbe849abdfdfccb3b0caec22bbf4d Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Mon, 4 Mar 2024 01:15:43 +0100 Subject: [PATCH 1/4] FIX: Slider thumb dots --- src/renderer/src/components/ui/slider/Slider.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/components/ui/slider/Slider.vue b/src/renderer/src/components/ui/slider/Slider.vue index 87d2164..aa6e764 100644 --- a/src/renderer/src/components/ui/slider/Slider.vue +++ b/src/renderer/src/components/ui/slider/Slider.vue @@ -3,6 +3,7 @@ import { type HTMLAttributes, computed } from 'vue' import type { SliderRootEmits, SliderRootProps } from 'radix-vue' import { SliderRange, SliderRoot, SliderThumb, SliderTrack, useForwardPropsEmits } from 'radix-vue' import { cn } from '@renderer/lib/utils' +import { MoreHorizontal } from 'lucide-vue-next' const props = defineProps() const emits = defineEmits() From 50af2abad9d80da58b66ef79820b25ef2d527eec Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Mon, 4 Mar 2024 01:22:01 +0100 Subject: [PATCH 2/4] ADD: Basic link functions --- src/renderer/src/components/navbar/Navbar.vue | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/src/renderer/src/components/navbar/Navbar.vue b/src/renderer/src/components/navbar/Navbar.vue index a462562..08bd763 100644 --- a/src/renderer/src/components/navbar/Navbar.vue +++ b/src/renderer/src/components/navbar/Navbar.vue @@ -93,17 +93,36 @@ Help - Software Source - Hardware Source + Software Source + Firmware Source + Hardware Source - Report Software Issue - Report Hardware Issue + Report Software Issue + Report Device Issue

Software Version: 

v0.1

- Contact Support + Contact Support