From f4208755cc5c0aaa1c5a3b6582e227962ffdc8c7 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 12:32:13 +0300 Subject: Add new issue: Cleanup gn2 base file. --- issues/cleanup-base-file-gn2.gmi | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 issues/cleanup-base-file-gn2.gmi (limited to 'issues/cleanup-base-file-gn2.gmi') diff --git a/issues/cleanup-base-file-gn2.gmi b/issues/cleanup-base-file-gn2.gmi new file mode 100644 index 0000000..fbc55ab --- /dev/null +++ b/issues/cleanup-base-file-gn2.gmi @@ -0,0 +1,23 @@ +# Cleanup GN2 Base HTML File + +## Tags + +* Assigned: alexm +* Keywords: base, HTML, JavaScript, cleanup +* type: Refactoring +* Status: In progress + +## Description + +The base file should contain no custom JavaScript since it is inherited in almost all files in GN2. It should only include what is necessary. As a result, we need to move the global search from the base file to the index page, which renders the GN2 home. + +## Tasks + +* [] Remove global search code from the base file and move it to the index page +* [] Fix formatting and linting issues in the base file (e.g., tags) + + +## Notes + +See the PR that seeks to fix this: +=> https://github.com/genenetwork/genenetwork2/pull/877 \ No newline at end of file -- cgit v1.2.3