aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/index_page.html
AgeCommit message (Collapse)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.Alexander_Kabui
* Include global search via gsearch template.
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) ↵zsloan
+ remove separate search button Change logic so that SQL is used for non-term Publish searches, since searches for phenotype trait IDs currently don't work in Xapian
2024-06-27Add separate button for Xapian searchzsloan
This will be temporary in the longer run, but can stay until all functionality is reproduced.
2024-05-06Use correct link to point to xapian search.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
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 ↵zsloan
of opening a window with JS
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.