From 08430571ed9a2b7cea9cf52c00c6f4264858d348 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Wed, 25 Sep 2024 15:36:38 +0300 Subject: [PATCH 1/3] fix: Fix for the Paragon modal shadow, which prevents clicking on an element on the grading page --- src/containers/ReviewModal/ReviewModal.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/containers/ReviewModal/ReviewModal.scss b/src/containers/ReviewModal/ReviewModal.scss index ca9731b..76db3d4 100644 --- a/src/containers/ReviewModal/ReviewModal.scss +++ b/src/containers/ReviewModal/ReviewModal.scss @@ -5,10 +5,8 @@ overflow: auto !important; padding: inherit; - & > div.pgn__modal-body-content { - .row { - height: 100%; - } + & > div.pgn__modal-body-content .row { + height: 100%; } .content-block { @@ -39,4 +37,4 @@ width: 100%; } } -} \ No newline at end of file +} From 5280cef554e812af9d5a8433b9136401518357a8 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Thu, 14 Mar 2024 13:03:51 +0200 Subject: [PATCH 2/3] feat: Add header styles inclusion --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index a8e8f5e..afa57f8 100755 --- a/src/App.scss +++ b/src/App.scss @@ -10,6 +10,7 @@ $fa-font-path: "~font-awesome/fonts"; $input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4.0.0 to work @import "~@edx/frontend-component-footer/dist/_footer"; +@import "~@edx/frontend-component-header/dist/index"; #root { display: flex; From f87d521bc01a3d42a8f56e73a699ad82b14574ba Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 18 Feb 2025 16:08:16 +0500 Subject: [PATCH 3/3] chore: update catalog-info file for release data --- catalog-info.yaml | 2 ++ openedx.yaml | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 openedx.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml index fcd3c85..13d2124 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -13,6 +13,8 @@ metadata: - url: "https://ora-grading.stage.edx.org" title: "Stage Site" icon: "Web" + annotations: + openedx.org/release: "master" spec: owner: "user:codewithemad" type: 'website' diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 71a383c..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification - -tags: - - frontend-app - - masters -oeps: - oep-2: true # Repository metadata -openedx-release: {ref: master}