Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-23 | Refactor: run djlint for index page file. | Alexander_Kabui | |
2024-09-23 | Refactor: move global search js to index file. | Alexander_Kabui | |
2024-09-23 | Refactor: move global search css to index page. | Alexander_Kabui | |
2024-09-23 | Refactor: Init move search from base to index file. | Alexander_Kabui | |
2024-09-16 | fix: fix url for gn-docs glossary. | Alexander_Kabui | |
2024-06-27 | Automatically 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-27 | Add separate button for Xapian search | zsloan | |
This will be temporary in the longer run, but can stay until all functionality is reproduced. | |||
2024-05-06 | Use correct link to point to xapian search. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-02-15 | replace emfed cdn with local static files | Alexander_Kabui | |
2024-02-15 | replace cdn uikit with guix package | Alexander_Kabui | |
2024-01-02 | Change the way the info button works so that it just submits a form instead ↵ | zsloan | |
of opening a window with JS | |||
2023-12-29 | Namespace 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. |