aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/base.html
AgeCommit message (Collapse)Author
2024-09-27Refactor: use url_for to fetch static files.Alexander_Kabui
2024-09-24Fix: use logged_in function to check user auth status.Alexander_Kabui
2024-09-24Refactor: remove custom css from base file.Alexander_Kabui
2024-09-23Refactor: run djlint for base html file.Alexander_Kabui
2024-09-23Refactor: remove empty classes and ids.Alexander_Kabui
2024-09-23Refactor: remove empty classes.Alexander_Kabui
2024-09-23Fix: fix orphan tags.Alexander_Kabui
2024-09-23Fix: use correct classname for dropdown.Alexander_Kabui
2024-09-23Fix: close spans with caret class.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-13Use gn_docs blueprint for doc files.Alexander_Kabui
2024-09-11JOSS logo is defunctFrederick Muriuki Muriithi
Taken from commit https://github.com/genenetwork/genenetwork2/commit/20256ebae8c10fe9caae4599d1678936581e8f8e by Pjotr Prins. I did not want to deal with the merge conflicts that have arisen due to the differences in time since the original commit was made and when I finally got to merging it. It was just easier to copy the change.
2024-08-28Link to global search syntax document as markdown on githubzsloan
2024-05-14Revert "Disable gnqa functionality."Munyoki Kilyungi
This reverts commit 01eba6e9b54e45bc937983e33b439a353118de2c.
2024-05-13Disable gnqa functionality.Alexander_Kabui
* to test the functionality use ga.genenetwork.org
2024-03-27Add missing braces/brackets.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
2024-03-27Wrap "search" block round entire div that nests the search box.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
2024-03-27Re-locate gnqa search box to gnqa.html.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
2024-03-27Clean up base.html.Munyoki Kilyungi
* gn2/wqflask/templates/base.html: Replace TABS with white-space. Fix hanging html tags. Format file. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
2024-03-22use icon for search historyAlexander_Kabui
2024-02-21Merge pull request #834 from genenetwork/chores/replace-js-external-linksAlexander Kabui
Replacing JS External Links with Guix Packages
2024-02-21use font-awesome version 4.7.0Alexander_Kabui
2024-02-16fix for gnqa-ui:replace gnqa history buttonAlexander_Kabui
2024-02-15fix font awesome package pathAlexander_Kabui
2024-02-14replace jquery-ui cdn with guix packagingAlexander_Kabui
2024-02-14replace font awesome external linksAlexander_Kabui
2024-01-25fix on UI wordingAlexander_Kabui
2024-01-25fix issue loading gnqa prev queries on base fileAlexander_Kabui
2024-01-25Add modal for search historyAlexander_Kabui
2024-01-08add GNQA descriptionAlexander_Kabui
2024-01-02merge changesAlexander_Kabui
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.