aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/base.html
AgeCommit message (Collapse)Author
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.