aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/index_page.html
AgeCommit message (Expand)Author
2024-09-27Refactor: use url_for to fetch static files.Alexander_Kabui
2024-09-26Refactor: Fix order for importing css and js files.Alexander_Kabui
2024-09-24Refactor: refactor global search code in index file....* Include global search via gsearch template. Alexander_Kabui
2024-09-24Refactor: apply djlint for index page file.Alexander_Kabui
2024-09-23Fix: link to the correct url for xapian syntax help.Alexander_Kabui
2024-09-23Refactor: run djlint for index page file.Alexander_Kabui
2024-09-23Refactor: move global search js to index file.Alexander_Kabui
2024-09-23Refactor: move global search css to index page.Alexander_Kabui
2024-09-23Refactor: Init move search from base to index file.Alexander_Kabui
2024-09-16fix: fix url for gn-docs glossary.Alexander_Kabui
2024-06-27Automatically decide whether to use Xapian or SQL (uses Xapian if possible) +......Change logic so that SQL is used for non-term Publish searches, since searches for phenotype trait IDs currently don't work in Xapian zsloan
2024-06-27Add separate button for Xapian search...This will be temporary in the longer run, but can stay until all functionality is reproduced. zsloan
2024-05-06Use correct link to point to xapian search....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-02-15replace emfed cdn with local static filesAlexander_Kabui
2024-02-15replace cdn uikit with guix packageAlexander_Kabui
2024-01-02Change the way the info button works so that it just submits a form instead o...zsloan
2023-12-29Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac