-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- #178 Continue use of react-query for server state management
- Update all of preview components to use react-query hooks. - Clean up old code, work into new state model. - Add multiple guards for missing data or loading states.
- Loading branch information
Showing
22 changed files
with
546 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// const StationDataTab = () => { | ||
// return ( | ||
// <> | ||
// <Row {...rowClasses}> | ||
// <SelectionCounts | ||
// allStations={stations} | ||
// selectedStations={selectedStations} | ||
// /> | ||
// <SelectionCriteria /> | ||
// </Row> | ||
|
||
// <UnselectedThings | ||
// selectedNetworksOptions={ | ||
// filterValuesNormal.selectedNetworksOptions | ||
// } | ||
// selectedVariablesOptions={ | ||
// filterValuesNormal.selectedVariablesOptions | ||
// } | ||
// selectedFrequenciesOptions={ | ||
// filterValuesNormal.selectedFrequenciesOptions | ||
// } | ||
// /> | ||
|
||
// <StationData | ||
// filterValues={filterValuesNormal} | ||
// selectedStations={selectedStations} | ||
// dataDownloadUrl={dataDownloadUrl({ | ||
// config, | ||
// filterValues: filterValuesNormal, | ||
// polygon: area, | ||
// })} | ||
// dataDownloadFilename={dataDownloadFilename} | ||
// rowClasses={rowClasses} | ||
// /> | ||
// </> | ||
// ); | ||
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.