about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/macro-display-preview-table.html
AgeCommit message (Collapse)Author
2026-01-29SHIM: Simplify preview UI. Hard-code container width.Frederick Muriuki Muriithi
This hard-codes the width of the table's container element to ensure that the overflow property is respected. Without the hard-coded width, the table - generated with javascript - overrides the page width, causing all content to reflow. We do not want that. This also get's rid of the unnecessary "card" interface.
2026-01-23Fix some minor styling (css) issues.Frederick Muriuki Muriithi
2025-05-05Move previews below each item rather than being in the sidebar.Frederick Muriuki Muriithi
2025-01-17UI: Don't overflow the data previews elementsFrederick Muriuki Muriithi
Ensure that the preview data does not overflow the preview elements.
2024-12-17Add template for tables to preview files' parsing.Frederick Muriuki Muriithi