aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
AgeCommit message (Collapse)Author
2 daysEnable downloading of dataset's phenotype's data.Frederick Muriuki Muriithi
3 daysAdd UI for bulk edit of data.Frederick Muriuki Muriithi
3 daysAdd tooltips for the table buttons.Frederick Muriuki Muriithi
3 daysLayout table controls for the datatables.Frederick Muriuki Muriithi
3 daysRemove scrollerFrederick Muriuki Muriithi
@acenteno insists on having paging with ability to display everything on a single page.
3 daysLoad default styling for datatables.Frederick Muriuki Muriithi
8 daysProvide search for table.Frederick Muriuki Muriithi
8 daysUse Select and Buttons extensions to DataTables for UI elements.Frederick Muriuki Muriithi
Display the "action" buttons using the "Select" and "Buttons" extensions to DataTables.
8 daysRemove obsolete and incompatible row-selection code.Frederick Muriuki Muriithi
8 daysInclude Buttons and Select extensions for DataTables.Frederick Muriuki Muriithi
8 daysUpdate imports for new DataTables.Frederick Muriuki Muriithi
8 daysUpdate import order: Load dependent modules last.Frederick Muriuki Muriithi
9 daysRemove DataTables' Select extensionFrederick Muriuki Muriithi
The extension is leading to more trouble than it is worth.
9 daysFix indentation.Frederick Muriuki Muriithi
9 daysExtract common DataTables into a reusable function.Frederick Muriuki Muriithi
10 daysEnable selecting and deselecting ALL rows.Frederick Muriuki Muriithi
10 daysProvide UI buttons for various actions on the table.Frederick Muriuki Muriithi
10 daysEnable table scrolling instead of pages.Frederick Muriuki Muriithi
10 daysLoad Select extension for datatables.Frederick Muriuki Muriithi
10 daysUpdate how the DataTables handlers are set up.Frederick Muriuki Muriithi
2025-02-24Enable selecting specific rows.Frederick Muriuki Muriithi
2025-02-24Fix code formatting for clarity.Frederick Muriuki Muriithi
2025-02-24Provide a way to select phenotypes to edit.Frederick Muriuki Muriithi
2025-02-24Add borders to table cells.Frederick Muriuki Muriithi
2025-02-18Remove unnecessary initialisation code.Frederick Muriuki Muriithi
2025-02-18Add missing macro.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2025-02-18Improve copy to clarify what the UI is meant for.Frederick Muriuki Muriithi
2025-02-18Implement improvements suggested by @acenteno.Frederick Muriuki Muriithi
2025-02-18Improve list-phenotypes page.Frederick Muriuki Muriithi
2025-02-18Include DataTables' scripts and styling globally.Frederick Muriuki Muriithi
2025-02-18Enable creating new populations on the "Phenotype Data" path.Frederick Muriuki Muriithi
Enable creating new populations in the case where the population a user wants to use does not exist in the database.
2025-02-18Handle "empty-database" case for species.Frederick Muriuki Muriithi
While not a concern for the current instance of GeneNetwork (which already has a number of species already entered in the database), this commit handles the case where there are no species in the database e.g. in a pristine installation of a new instance.
2025-02-18Continue on to next step with newly created species.Frederick Muriuki Muriithi
2025-02-18Improve UI text to guide users better.Frederick Muriuki Muriithi
2025-02-18Use horizontal-form for "Create Species" form.Frederick Muriuki Muriithi
2025-02-18Select from searchable list and allow new species creation.Frederick Muriuki Muriithi
Select the species to use from a searchable list. In case the species does not exist in the list, allow creation of the list.
2025-02-17Update the help text for "Population code" field.Frederick Muriuki Muriithi
2025-02-04Temporarily deactivate breadcrumbs navigation.Frederick Muriuki Muriithi
2025-02-04Update global headers.Frederick Muriuki Muriithi
2025-02-04Remove non-informative table header.Frederick Muriuki Muriithi
2025-02-04Add an introduction to the phenotypes section.Frederick Muriuki Muriithi
2025-02-04Fix heading.Frederick Muriuki Muriithi
2025-02-03Make introductory text more succinct.Frederick Muriuki Muriithi
2025-02-03Comment-out unimplemented features.Frederick Muriuki Muriithi
2025-02-03Make sign in/out terminology consistent with GN2.Frederick Muriuki Muriithi
2025-02-03Remove user's email: replace with user icon.Frederick Muriuki Muriithi
2025-02-03Text: Move "Upload" to before "Quality Control.Frederick Muriuki Muriithi
2025-02-03Use horizontal-form for UIFrederick Muriuki Muriithi
Update the macro templates to use the horizontal-form paradigm to fit in with what Rob likes.
2025-01-29Do most of the layout with grid rather than bootstrap.Frederick Muriuki Muriithi