From c3fa2c91d722781875cfca0a20d66478f6ee2610 Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 26 Jan 2023 00:13:08 +0100 Subject: [PATCH] feat(dockerfile): create dockerfile dialog with styled content --- src/components/dialogs/dockerfile.riot | 68 +++++++++++++++++++++ src/components/tag-history/tag-history.riot | 64 ++++++++++++++----- 2 files changed, 116 insertions(+), 16 deletions(-) create mode 100644 src/components/dialogs/dockerfile.riot diff --git a/src/components/dialogs/dockerfile.riot b/src/components/dialogs/dockerfile.riot new file mode 100644 index 0000000..83f8a52 --- /dev/null +++ b/src/components/dialogs/dockerfile.riot @@ -0,0 +1,68 @@ + + + +
Dockerfile
+
+ +
+
+ + Close + +
+
+ +
diff --git a/src/components/tag-history/tag-history.riot b/src/components/tag-history/tag-history.riot index 78ee07e..be0f2d4 100644 --- a/src/components/tag-history/tag-history.riot +++ b/src/components/tag-history/tag-history.riot @@ -36,6 +36,7 @@ along with this program. If not, see . waves-center="true" rounded="true" outlined + onClick="{ showDockerfile }" > Dockerfile @@ -44,6 +45,11 @@ along with this program. If not, see .
+ .