From e5c8b304de461e9a149a6409f0d843f78a11fe23 Mon Sep 17 00:00:00 2001 From: Tome Boshevski Date: Wed, 6 Dec 2023 11:44:19 +0100 Subject: [PATCH] web/satellite/vuetify-poc: ui updates and improvements (#6576) Updating common components and dialogs. Updating the new browser card view. Updating the file preview. Updating usage per project. Updating tooltips and messaging. Icons update. Themes and styling updates. --- .../src/components/AccessTableComponent.vue | 2 +- .../components/BrowserCardViewComponent.vue | 38 ++--- .../src/components/BrowserRowActions.vue | 21 ++- .../src/components/BrowserTableComponent.vue | 4 +- .../src/components/BucketsDataTable.vue | 7 +- .../src/components/CardStatsComponent.vue | 4 +- .../vuetify-poc/src/components/FileCard.vue | 82 +++++------ .../src/components/ProjectCard.vue | 2 +- .../src/components/ProjectsTableComponent.vue | 8 +- .../src/components/TeamTableComponent.vue | 5 +- .../TokenTransactionsTableComponent.vue | 2 +- .../src/components/UsageProgressComponent.vue | 6 +- .../billing/UsageAndChargesItemComponent.vue | 47 ++++-- .../dialogs/BucketDetailsDialog.vue | 22 +-- .../components/dialogs/FilePreviewDialog.vue | 2 +- .../src/components/dialogs/ShareDialog.vue | 13 +- .../filePreviewComponents/CSVFilePreview.vue | 2 +- .../filePreviewComponents/FilePreviewItem.vue | 2 +- .../FilePreviewPlaceholder.vue | 2 +- .../filePreviewComponents/TextFilePreview.vue | 2 +- .../dialogs/upgradeAccountFlow/InfoBullet.vue | 9 +- .../upgradeAccountFlow/UpgradeInfoStep.vue | 5 +- .../{IconRegion.vue => IconSatellite.vue} | 0 .../src/layouts/default/AppBar.vue | 6 +- .../vuetify-poc/src/plugins/theme.ts | 3 +- .../vuetify-poc/src/plugins/vuetify.ts | 7 +- .../vuetify-poc/src/styles/styles.scss | 136 +++++++++++++++--- .../vuetify-poc/src/views/Billing.vue | 16 ++- .../vuetify-poc/src/views/Bucket.vue | 2 +- .../vuetify-poc/src/views/Dashboard.vue | 22 +-- web/satellite/vuetify-poc/src/views/Login.vue | 10 +- .../vuetify-poc/src/views/PasswordReset.vue | 4 +- 32 files changed, 312 insertions(+), 181 deletions(-) rename web/satellite/vuetify-poc/src/components/icons/{IconRegion.vue => IconSatellite.vue} (100%) diff --git a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue index ba4d6cd56e45..7e00a8a422ad 100644 --- a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue +++ b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue @@ -2,7 +2,7 @@ // See LICENSE for copying information.