From 11b3e04378c03243d7dfce63ef34d3fc679d62d7 Mon Sep 17 00:00:00 2001 From: Tushar Verma Date: Mon, 4 Aug 2025 15:51:15 +0530 Subject: [PATCH 1/2] remove-vuetify-page-not-found --- .../views/errors/ChannelNotFoundError.vue | 16 ++++--- .../shared/views/errors/StudioAppError.vue | 44 +++++++++++++++++++ 2 files changed, 53 insertions(+), 7 deletions(-) create mode 100644 contentcuration/contentcuration/frontend/shared/views/errors/StudioAppError.vue diff --git a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue index f55b40ce51..271e9a0f89 100644 --- a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue +++ b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue @@ -1,6 +1,6 @@ - + + + + \ No newline at end of file From 806f46c4f5c02165498b2ad5e4571ee27781f03a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:40:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci lite] apply automatic fixes --- .../views/errors/ChannelNotFoundError.vue | 2 +- .../shared/views/errors/StudioAppError.vue | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue index 271e9a0f89..a0faa72766 100644 --- a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue +++ b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelNotFoundError.vue @@ -12,7 +12,7 @@ v-bind="backHomeLink" appearance="raised-button" :primary="true" - style="margin-top: 1rem;" + style="margin-top: 1rem" > {{ $tr('backToHomeAction') }} diff --git a/contentcuration/contentcuration/frontend/shared/views/errors/StudioAppError.vue b/contentcuration/contentcuration/frontend/shared/views/errors/StudioAppError.vue index c1dc7298e7..326685711a 100644 --- a/contentcuration/contentcuration/frontend/shared/views/errors/StudioAppError.vue +++ b/contentcuration/contentcuration/frontend/shared/views/errors/StudioAppError.vue @@ -26,19 +26,19 @@ \ No newline at end of file + .studio-app-error { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 50vh; + padding: 0 1rem; + text-align: center; + } + + .details { + max-width: 675px; + margin: 1rem 0; + } + +