about summary refs log tree commit diff
path: root/uploader
AgeCommit message (Collapse)Author
15 hoursProvide basic UI to list out user's background jobs. HEAD mainFrederick Muriuki Muriithi
15 hoursLink background jobs to user.Frederick Muriuki Muriithi
15 hoursExtend flask's `render_template` function.Frederick Muriuki Muriithi
17 hoursSeparate elements for logged in and out states cleanly.Frederick Muriuki Muriithi
17 hoursMove global navigations more to the left.Frederick Muriuki Muriithi
3 daysImprove styling for breadcrumbs.Frederick Muriuki Muriithi
3 daysFix styling for site-wide banner.Frederick Muriuki Muriithi
10 daysRemove "streamlined UI" feature-flag helper module.Frederick Muriuki Muriithi
We no longer need to maintain the helper module for the "streamlined UI" feature flag.
10 daysBackground Jobs: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysGenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysPhenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSamples: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysFix URL.Frederick Muriuki Muriithi
10 daysPopulations: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSequencing Platforms: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSpecies: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysPublications: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysMove index/home page to new UI templates.Frederick Muriuki Muriithi
10 daysUI: Reduce contrast of main area and sidebar.Frederick Muriuki Muriithi
Reduce the contrast between the sidebar and main content to prevent the sidebar from drawing attention away from the main content.
2025-12-19Delete unused function.Frederick Muriuki Muriithi
2025-12-19Fix issues caught by type-checker.Frederick Muriuki Muriithi
2025-12-18Provide new streamlined UI for publications.Frederick Muriuki Muriithi
2025-12-17Move phenotypes dataset UI to its own template.Frederick Muriuki Muriithi
2025-12-17Update UI for platforms to the new streamlined UI form.Frederick Muriuki Muriithi
2025-12-17Update samples UI to new streamlined UI format.Frederick Muriuki Muriithi
2025-12-17Avoid 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-12-17Fix linting problems.Frederick Muriuki Muriithi
2025-12-17Index page/Home page: Remove unnecessary check.Frederick Muriuki Muriithi
Since `sui_template(...)` function loads the appropriate template depending on flags, there is no point in checking it again here.
2025-12-16Streamlined UI for samples.Frederick Muriuki Muriithi
2025-12-16Improve UI text.Frederick Muriuki Muriithi
2025-12-16Move logic for loading streamlined-UI templates to reusable functionFrederick Muriuki Muriithi
2025-12-16Add "Streamlined UI" templates for phenotype upload sub-features.Frederick Muriuki Muriithi
2025-12-16Implement streamlined UI for phenotypes upload page.Frederick Muriuki Muriithi
2025-12-16Redirect to "View Populations" pageFrederick Muriuki Muriithi
While the streamlined UI is under construction, redirect the request back to the "View Population" page for the time being, until the UI requirements have been figured out.
2025-12-16Go straight to phenotypes data upload form.Frederick Muriuki Muriithi
2025-12-16Fix bug: explicitly specify get parameters.Frederick Muriuki Muriithi
2025-12-16Provide necessary values to render UI.Frederick Muriuki Muriithi
2025-12-16Improve UI: Remove UI elements and cleanup text.Frederick Muriuki Muriithi
2025-12-16Provide UI for actions on existing phenotypes.Frederick Muriuki Muriithi
2025-12-16Add javascript utilities to handle URLs.Frederick Muriuki Muriithi
2025-12-16Use modified `url_for` to ensure flag arguments are retained.Frederick Muriuki Muriithi
2025-12-10Minor UI fixes for "Population" pageFrederick Muriuki Muriithi
* Fix tabulation * Reduce amount of text * Leave comments for future improvements.
2025-12-10Improve layout: Use more of the horizontal space for medium screens.Frederick Muriuki Muriithi
2025-12-10Replace sections with UI tabs.Frederick Muriuki Muriithi
2025-12-10Change element's ID.Frederick Muriuki Muriithi
2025-12-10Improve UI text.Frederick Muriuki Muriithi
2025-12-10Feature Flags: Generically deal with HTTP-based feature flags.Frederick Muriuki Muriithi
* Define a default `FEATURE_FLAGS_HTTP` configuration variable that's an empty list to help defining http-based feature flags that can be used to turn on/off features * Build macro to include hidden fields for feature flags where necessary. * Extend flask's `url_for` function to deal with defined feature flags in a mostly transparent way
2025-12-10Move sidebar to the end for tiny screens.Frederick Muriuki Muriithi
2025-12-10Improve styling.Frederick Muriuki Muriithi
2025-12-10Move common CSS to separate file.Frederick Muriuki Muriithi