From 7dcf9475270c138b5bf243c68b51df37cc4ecd21 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Tue, 7 Jan 2025 09:29:10 -0500 Subject: [PATCH] feat(web): open official release notes via header os version --- web/components/HeaderOsVersion.ce.vue | 10 ++++++---- web/helpers/urls.ts | 14 +++++++++++++- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/web/components/HeaderOsVersion.ce.vue b/web/components/HeaderOsVersion.ce.vue index 504c5cdb9..2265a49a0 100644 --- a/web/components/HeaderOsVersion.ce.vue +++ b/web/components/HeaderOsVersion.ce.vue @@ -10,7 +10,7 @@ import { useI18n } from 'vue-i18n'; import 'tailwindcss/tailwind.css'; import '~/assets/main.css'; -import { WEBGUI_TOOLS_DOWNGRADE, WEBGUI_TOOLS_UPDATE } from '~/helpers/urls'; +import { getReleaseNotesUrl, WEBGUI_TOOLS_DOWNGRADE, WEBGUI_TOOLS_UPDATE } from '~/helpers/urls'; import { useServerStore } from '~/store/server'; import { useUpdateOsStore } from '~/store/updateOs'; import { useUpdateOsActionsStore } from '~/store/updateOsActions'; @@ -70,10 +70,12 @@ const updateOsStatus = computed(() => {