-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use route masks for selectively hiding state that is being stor…
…ed in the URL (#414) * fix: loading not taking up the full page * chore: remove the `defaultPendingComponent` * refactor: cleanup the search params for the dashboard * feat: route mask to hide the dashboard's widget pickers state * refactor: use `<Link>` elements instead of buttons for the summary tabs * feat: route mask to hide the agreement summary's tab state * feat: route mask to hide the report page's selected category * chore: better comments * cleanup * refactor: simplify the definitions for `parseSearchWith` and `stringifySearchWith` * refactor: do not use the function caller * refactor: remove `params: true`
- Loading branch information
1 parent
9cf03f8
commit 5088008
Showing
7 changed files
with
66 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
export * from "./dashboardWidgetItem"; | ||
export * from "./dashboardStats"; | ||
export * from "./searchFilters"; | ||
export * from "./vehicleStatusCounts"; | ||
export * from "./message"; | ||
export * from "./sales-status"; |
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
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