From 0a0a7a806ad897e3bfa96de7683290231a15379d Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Thu, 23 Nov 2023 20:12:23 +0100 Subject: [PATCH] feat: add button to show releases --- frontend/pages/[name].vue | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/frontend/pages/[name].vue b/frontend/pages/[name].vue index a593a8c..7a31bb7 100644 --- a/frontend/pages/[name].vue +++ b/frontend/pages/[name].vue @@ -5,7 +5,8 @@ All Charts - + @@ -46,7 +47,9 @@
{{ keyword }} + class="bg-yellow-100 text-yellow-800 text-xs mr-0.5 font-medium px-2.5 py-0.5 rounded-full dark:bg-yellow-900 dark:text-yellow-300">{{ + keyword + }}
@@ -55,12 +58,21 @@
-

Chart Versions

-
- {{ chart.version }} - {{ formatDate(chart.created) }} +
+

Application Version

+ {{ currentChart[0].appVersion }} +
+
+

Chart Versions

+
+ {{ chart.version }} - {{ formatDate(chart.created) }} +
+ + Show all releases +
+
+

Chart

+ Download
-

Chart

- Download