Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | Make UI items more flexible. | Frederick Muriuki Muriithi | |
2024-06-10 | Simplify 'View-Resource page' UI | Frederick Muriuki Muriithi | |
Get rid of the resource role details and provide button-like elements to help navigate to view more details. | |||
2024-06-05 | Build search URI endpoint on server rather than on JS | Frederick Muriuki Muriithi | |
To help with maintenance, build the search URI on the server rather than in the javascript. | |||
2024-06-05 | Build phenotype results template URI on backend | Frederick Muriuki Muriithi | |
Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | |||
2024-05-31 | Enable NA sorting for case attributes | zsloan | |
The NA-excluding sort functions were moved to table_functions.js (and removed from search_results.js) so they can be used by other pages (in this case the show_trait page) | |||
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 | Format files. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-13 | Add options to select by index/attr (instead of just block) | zsloan | |
2024-02-29 | Fix URI to query | Frederick Muriuki Muriithi | |
2024-02-15 | add emfed js file to static files | Alexander_Kabui | |
2024-02-15 | add emfed style file locally | Alexander_Kabui | |
2024-01-19 | Add list panel implementation | Alexander_Kabui | |
2024-01-18 | fix for qnqa ui letter spacing | Alexander_Kabui | |
2024-01-08 | add css file for gn-llm-ui | Alexander_Kabui | |
2024-01-02 | Make Group Info button point to info.genenetwork.org | zsloan | |
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. |