Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
13d1abe
Remove commented-out code from webpack configuration for clarity
romer8 Jan 11, 2026
b9c728e
feat: add TimeSlider component for time-based data visualization
romer8 Jan 19, 2026
8a7acbf
fix: update currentLabel calculation to use correct property and add …
romer8 Jan 19, 2026
582e7f8
feat: enhance DataStream components with new data handling and visual…
romer8 Jan 20, 2026
399e23a
feat: refactor DataMenu and TimeSlider components for improved data h…
romer8 Jan 20, 2026
450fb25
feat: Add DataMenu and TimeSeries components for enhanced data select…
romer8 Jan 22, 2026
9273cea
feat: refactor DataMenu to derive active step key dynamically and aut…
romer8 Jan 22, 2026
f9352a3
feat: refactor DataMenu and Breadcrumb components for improved naviga…
romer8 Jan 22, 2026
8fed50f
feat: refactor DataMenu component by removing unused code and enhanci…
romer8 Jan 23, 2026
65375d2
feat: enhance DataMenu and related components to support output file …
romer8 Jan 23, 2026
5fa5e40
feat: enhance DataMenu to support dynamic output file selection and i…
romer8 Jan 24, 2026
76185e9
Refactor DataStream components and store management
romer8 Jan 25, 2026
15d63ba
feat: update SearchBar to integrate caching and prefix generation for…
romer8 Jan 25, 2026
d3c9122
Refactor DataStream components to improve loading state management an…
romer8 Jan 25, 2026
426db86
feat: update SearchBar to handle feature selection and improve loadin…
romer8 Jan 25, 2026
7bc9b3c
refactor: clean up unused imports and commented code in DataMenu, Map…
romer8 Jan 25, 2026
b78a920
refactor: update TimeSlider and Styles components for improved stylin…
romer8 Jan 25, 2026
12be156
feat: add VariablesMenu component and integrate it into ForecastMenu
romer8 Jan 25, 2026
c6c6dff
refactor: remove unused Breadcrumb.css file to clean up the codebase
romer8 Jan 25, 2026
da5b088
refactor: update layer visibility settings and clean up unused code i…
romer8 Jan 26, 2026
38817c5
refactor: clean up TimeSlider and Mapg components, remove unused code…
romer8 Jan 26, 2026
e2a5b9b
refactor: comment out debug logs in listPublicS3Files and getOptionsF…
romer8 Jan 26, 2026
240a097
refactor: fix loading text variable name and enhance data fetching co…
romer8 Jan 26, 2026
7430bac
refactor: enhance error handling in DataStreamView and improve path c…
romer8 Jan 26, 2026
482ffd5
feat: implement cache management features with CacheTable and CacheMe…
romer8 Jan 27, 2026
18c48ae
fix rendering on Map.
romer8 Jan 28, 2026
153609c
refactor: remove unused DataMenu.nav.js file
romer8 Jan 28, 2026
b06e535
feat: add flowpathsSignature function and optimize flowpaths renderin…
romer8 Jan 28, 2026
a7ab42a
refactor: optimize path data handling in MainMap and improve renderin…
romer8 Jan 28, 2026
4825b03
refactor: enhance performance and readability in various components b…
romer8 Jan 28, 2026
48f2518
refactor: enhance state management in DataStream components by utiliz…
romer8 Jan 28, 2026
06c9da9
refactor: optimize state management in multiple components using zust…
romer8 Jan 28, 2026
a952e95
Refactor DataStream components for improved performance and organization
romer8 Jan 29, 2026
95f8a82
refactor: optimize state management in SelectComponent and DataMenu c…
romer8 Jan 29, 2026
619bf75
refactor: streamline state management in DataStream components by rep…
romer8 Jan 29, 2026
0bdcc1c
refactor: remove redundant loading text updates in MainMap component …
romer8 Jan 29, 2026
f412acd
refactor: enhance performance and readability by optimizing component…
romer8 Jan 30, 2026
d4592eb
refactor: update theme colors and improve component rendering with me…
romer8 Jan 30, 2026
a63450c
refactor: enhance CacheTable component with memoization and improve f…
romer8 Jan 30, 2026
2057247
refactor: remove unnecessary whyDidYouRender flags and clean up code …
romer8 Jan 30, 2026
c745d3d
refactor: remove console.log statements for cleaner code in various c…
romer8 Jan 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ node_modules*
tethysapp/nrds/public/frontend/
reactapp/config/production.env
coverage
reactapp/wdyr.js


# singularity
Expand Down
Loading
Loading