about summary refs log tree commit diff
path: root/uploader/templates/samples/upload-samples.html
AgeCommit message (Collapse)Author
9 daysAvoid colons in HTML attribute valuesFrederick Muriuki Muriithi
Colons are used as part of the CSS selectors, so having them in the attribute values leads to problems selecting and styling the elements.
2025-07-02Allow upload of CSV or TSV files ending with the '.txt' extension.Frederick Muriuki Muriithi
2024-09-13Samples: provide more informative page content.Frederick Muriuki Muriithi
2024-09-09Enable samples uploads.Frederick Muriuki Muriithi
2024-09-09Initialise samples uploadsFrederick Muriuki Muriithi
* Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload.
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi