Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-25 | Collapse the DataTables' viewport if there's less data. | Frederick Muriuki Muriithi | |
2025-06-11 | Limit returned results | Frederick Muriuki Muriithi | |
Limit the number of results returned to make page more responsive. This is buggy at this point — it doesn't do exactly what I expect, e.g. when I attempt to scroll, or use pagination, it doesn't actually display all the pages as expected. | |||
2025-06-11 | Enable server-side searching. | Frederick Muriuki Muriithi | |
2025-06-11 | Specify searchable columns. | Frederick Muriuki Muriithi | |
2025-04-28 | Provide correct redirection uri, and data. | Frederick Muriuki Muriithi | |
2025-04-28 | Search for radio was slow for some reason. | Frederick Muriuki Muriithi | |
2025-04-28 | Allow selection from existing publications. | Frederick Muriuki Muriithi | |
2025-04-28 | Move functions to fetch pubmed data out into a separate js file. | Frederick Muriuki Muriithi | |
2025-04-28 | Move generic utility functions to the utils.js file. | Frederick Muriuki Muriithi | |
2025-04-09 | Use class from Bootstrap5 for hiding elements. | Frederick Muriuki Muriithi | |
2025-01-06 | Fix labels 'for' attribute | Frederick Muriuki Muriithi | |
2024-12-20 | Provide URI for the POST endpoint for chunked uploads. | Frederick Muriuki Muriithi | |
2024-12-17 | Move common sidebar content | Frederick Muriuki Muriithi | |
2024-12-16 | Use January as default month | Frederick Muriuki Muriithi | |
Sometimes, the publication date only contains the year. | |||
2024-12-16 | Handle error conditions | Frederick Muriuki Muriithi | |
* Only fetch abstract details if the summary is successful * Indicate error if fetching summary fails | |||
2024-12-13 | Separate bundle and individual files processing | Frederick Muriuki Muriithi | |
Move the code processing the R/qtl2 bundle into a separate function and call it. Create a new (currently, failing) function to process the individual files. | |||
2024-12-13 | Prompt for file structure details. | Frederick Muriuki Muriithi | |
2024-12-12 | Create new base templates for upload of phenotype. | Frederick Muriuki Muriithi | |
Implement the common UI features, for fetching publication details. |