-
+
Date: Wed, 8 Mar 2023 11:24:08 +0200
Subject: [PATCH 2/5] Replace b-button with c-button
---
CHANGELOG.md | 1 +
.../src/components/UploadModal.vue | 6 +-
.../src/pages/SelectPage.vue | 22 +++---
.../src/views/Tokens.vue | 68 ++++++++++---------
4 files changed, 51 insertions(+), 46 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c2987c9d..c19981224 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GH #1009) Replace buefy toasts with c-toasts from `csc-ui`
- (GH #1014) Replace buefy snackbars with custom c-toasts from `csc-ui`
- (GL #944) Replace buefy b-input with c-text-field from `csc-ui`
+- (GL #944) Replace buefy b-button with c-button from `csc-ui`
### Fixed
diff --git a/swift_browser_ui_frontend/src/components/UploadModal.vue b/swift_browser_ui_frontend/src/components/UploadModal.vue
index 7f23794ec..b68f8f4fa 100644
--- a/swift_browser_ui_frontend/src/components/UploadModal.vue
+++ b/swift_browser_ui_frontend/src/components/UploadModal.vue
@@ -115,11 +115,13 @@
rows="3"
/>
+
{{ $t("message.encrypt.addkey") }}
-
{{ project.name }}
-
+
-
{{ $t("message.select.unrestricted" ) }}
-
+
diff --git a/swift_browser_ui_frontend/src/views/Tokens.vue b/swift_browser_ui_frontend/src/views/Tokens.vue
index 74b8ccea7..b36bf4d85 100644
--- a/swift_browser_ui_frontend/src/views/Tokens.vue
+++ b/swift_browser_ui_frontend/src/views/Tokens.vue
@@ -20,27 +20,20 @@
fit
/>
-
-
-
-
-
-
+