Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | fix: stop extending gnqa_answer.html | John Nduli | |
gnqa_answer.html is used by htmx to return a post result. I revert my change and include this in `gnqa.html` instead, to load results from a GET request. | |||
2024-09-12 | fix: gnqa_answer but fix for missing html | John Nduli | |
2024-09-11 | Fixup Use white-space pre-line to show newlines for answer. | Alexander_Kabui | |
2024-09-10 | Minor pydint fixes. | Alexander_Kabui | |
2024-09-10 | Use white-space pre-line to show newlines for answer. | Alexander_Kabui | |
2024-09-02 | Span parameters across multiple lines for to improve readabity. | Alexander_Kabui | |
2024-09-02 | Fix spacing for gnqa files. | Alexander_Kabui | |
2024-09-02 | Run djlint for gnqa html files. | Alexander_Kabui | |
2024-08-29 | Fix bug: Update DOM correctly when rating error occurs. | Alexander_Kabui | |
2024-08-29 | Mark answer and references as safe to render a tags. | Alexander_Kabui | |
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui | |
2024-05-28 | Fix bug: Update DOM correctly when rating error occurs. | Alexander_Kabui | |
2024-05-27 | Mark answer and references as safe to render a tags. | Alexander_Kabui | |
2024-05-07 | Use HTMX Js api to toggle upvote and downvote functionality. | Alexander_Kabui | |
2024-04-05 | Update UI for gnqa rating to use htmx. | Alexander_Kabui | |
2024-04-03 | Add pubmed info and styling | Alexander_Kabui | |
2024-03-27 | Add some styling to gnqa answer page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-27 | Fix htmx swap. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-27 | Clean up gnqa answer page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-27 | Delete llm.css and it's references. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-27 | Add htmx indicator. | Munyoki Kilyungi | |
Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-27 | Format files. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-22 | log full error messaging for gnqa rating | Alexander_Kabui | |
2024-03-22 | add gnqa evaluation UI | Alexander_Kabui | |
2024-03-18 | linnkify abstract and references | Alexander_Kabui | |
2024-03-18 | add pumed search link | Alexander_Kabui | |
2024-03-18 | add pubdata ui | Alexander_Kabui | |
2024-02-21 | use font-awesome version 4.7.0 | Alexander_Kabui | |
2024-02-14 | replace font awesome external links | Alexander_Kabui | |
2024-01-19 | Add list panel implementation | Alexander_Kabui | |
2024-01-16 | fix typo error | Alexander_Kabui | |
2024-01-16 | add UI for reference rating gn-llm documents | Alexander_Kabui | |
2024-01-08 | code refactoring for gn llm ui | Alexander_Kabui | |
2024-01-02 | merge changes | Alexander_Kabui | |
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. |