Age | Commit message (Expand) | Author |
---|---|---|
2024-10-15 | feat: edit shows login message if not loggedin | John Nduli |
2024-10-14 | Remove empty div....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-10-14 | Add display page for NCBI RIF metadata....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-26 | feat: Modify templates to extend from index_page....* This ensures we have the global search functionality included for all. | Alexander_Kabui |
2024-09-19 | Add a page for searching GeneWiki by symbol....* gn2/wqflask/templates/wiki/search.html: New template. * gn2/wqflask/views.py (search_wiki): New end-point. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-17 | fix: ui redesign with history button and ignore default web_url value | John Nduli |
2024-09-17 | feat: hide edit button if user isnt logged in | John Nduli |
2024-09-17 | feat: show edit button in view rif page | John Nduli |
2024-09-17 | feat: prefill email in edit rif | John Nduli |
2024-09-05 | Remove duplicate sections in wiki history page....* gn2/wqflask/templates/wiki/history.html: Use a for loop to remove duplicate section. * gn2/wqflask/views.py (display_wiki_history): Pass all the entries directly into the template. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Display rows even if they dont exist....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Switch for dot access when accessing array elements in template....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Delete css block in wiki/history template....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Use div-adjacent element instead of hard-coding the table width....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Use bootstrap's contextual text colors....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Remove un-necessary "if" checks in comment history page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Limit the table width to some set maximum width....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Add history button....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Add comment history page....* gn2/wqflask/templates/wiki/history.html: New page. * gn2/wqflask/views.py (display_wiki_history): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-29 | refactor: drop monad_requests and mark required fields | John Nduli |
2024-08-29 | feat: add post actions for editting wiki content | John Nduli |
2024-08-29 | feat: add template for editting wiki | John Nduli |
2024-08-29 | Handle errors correctly during wiki entry fetch....* gn2/wqflask/templates/wiki/genewiki.html: Flash messages during errors. * gn2/wqflask/views.py (display_genewiki_page): Use "raise_for_status()" to handle errors. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-29 | Move genewiki template to wiki template folder....* gn2/wqflask/templates/genewiki.html: Move this... * gn2/wqflask/templates/genewiki.html: ... here. * gn2/wqflask/views.py (display_genewiki_page): Update the render_template page. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |