From 6d5905889fb8e198ff4c238210dd9d4f074c2c3f Mon Sep 17 00:00:00 2001 From: HesterG Date: Mon, 12 Jun 2023 12:59:00 +0800 Subject: [PATCH 1/4] fix fullscreen --- web_src/js/components/RepoActionView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index ca6319355cd32..ebc78b049b0d2 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -415,7 +415,7 @@ const sfc = { const fullScreenEl = document.querySelector('.action-view-right'); const outerEl = document.querySelector('.full.height'); const actionBodyEl = document.querySelector('.action-view-body'); - const headerEl = document.querySelector('.ui.main.menu'); + const headerEl = document.querySelector('#navbar'); const contentEl = document.querySelector('.page-content.repository'); const footerEl = document.querySelector('.page-footer'); toggleElem(headerEl, !this.isFullScreen); From 58b66c0cf4b427068873232a28c5b6869d930026 Mon Sep 17 00:00:00 2001 From: HesterG Date: Mon, 12 Jun 2023 13:03:37 +0800 Subject: [PATCH 2/4] content --- templates/repo/actions/view.tmpl | 4 ++-- web_src/js/components/RepoActionView.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl index 297232fca0c5a..f60231104838a 100644 --- a/templates/repo/actions/view.tmpl +++ b/templates/repo/actions/view.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} - -
+ +
{{template "repo/header" .}}
Date: Mon, 12 Jun 2023 15:28:06 +0800 Subject: [PATCH 3/4] revert --- templates/repo/actions/view.tmpl | 3 +-- web_src/js/components/RepoActionView.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl index f60231104838a..1bb1dc4e0c00f 100644 --- a/templates/repo/actions/view.tmpl +++ b/templates/repo/actions/view.tmpl @@ -1,6 +1,5 @@ {{template "base/head" .}} - -
+
{{template "repo/header" .}}
Date: Mon, 12 Jun 2023 15:29:39 +0800 Subject: [PATCH 4/4] revert --- templates/repo/actions/view.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl index 1bb1dc4e0c00f..297232fca0c5a 100644 --- a/templates/repo/actions/view.tmpl +++ b/templates/repo/actions/view.tmpl @@ -1,4 +1,5 @@ {{template "base/head" .}} +
{{template "repo/header" .}}