about summary refs log tree commit diff
path: root/uploader/static/js
AgeCommit message (Collapse)Author
47 hoursAdd javascript utilities to handle URLs.Frederick Muriuki Muriithi
10 daysImplement streamlined UI for species.Frederick Muriuki Muriithi
10 daysImprove the streamlined UI for the index page.Frederick Muriuki Muriithi
2025-10-13Publications: Enable editing publication details.Frederick Muriuki Muriithi
2025-07-01Enable scrolling and paging for both species and populations.Frederick Muriuki Muriithi
2025-05-28Add javascript debugging function.Frederick Muriuki Muriithi
2025-04-28Move functions to fetch pubmed data out into a separate js file.Frederick Muriuki Muriithi
2025-04-28Move generic utility functions to the utils.js file.Frederick Muriuki Muriithi
2025-04-21Update to bootstrap 5 classes.Frederick Muriuki Muriithi
2025-03-17Remove scrollerFrederick Muriuki Muriithi
@acenteno insists on having paging with ability to display everything on a single page.
2025-03-12Remove setting: Was causing tables to be weird when searching.Frederick Muriuki Muriithi
2025-03-12Remove obsolete and incompatible row-selection code.Frederick Muriuki Muriithi
2025-03-12Update default DataTables settings for Select and Scroller extensions.Frederick Muriuki Muriithi
2025-03-11Extract common DataTables into a reusable function.Frederick Muriuki Muriithi
2025-03-10Change cell data from label element to plain text.Frederick Muriuki Muriithi
2025-03-10Update how the DataTables handlers are set up.Frederick Muriuki Muriithi
2025-03-10Add utility to set up common DataTables events handlers.Frederick Muriuki Muriithi
2025-03-10Allow row selection by clicking anywhere on the row.Frederick Muriuki Muriithi
2025-03-10Change the way the Row-Selection handler works.Frederick Muriuki Muriithi
2025-02-24Enable selecting specific rows.Frederick Muriuki Muriithi
2025-02-18Add missing scripts. rework-species-selectionFrederick Muriuki Muriithi
2025-01-06Pass in file object rather than file-input elementFrederick Muriuki Muriithi
To make this reusable even in scenarios where a file-input element does not exist or cannot be updated, pass in the file object itself rather than a file-input element.
2024-12-20Add javascript to handle resumable, chunked file uploads.Frederick Muriuki Muriithi
2024-12-20Retain a consistent naming scheme for functions.Frederick Muriuki Muriithi
* Create a temporary fix to bridge the change.
2024-12-17Add function to read first 'n' lines of file as text.Frederick Muriuki Muriithi
2024-09-24Respond to UI actions even for unimplemented links.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi