Skip to content

Commit

Permalink
Update changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jun 6, 2024
1 parent 876a031 commit 777b7ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
- Updated the App component to use the more flexible createBrowserRouter function instead of the <BrowserRouter> component
- This enables the use of [data router](https://reactrouter.com/en/6.23.0/routers/picking-a-router) functionality and other advanced features in the future, most notably the Blocker component
- Added the AutoBreadcrumbs component to the common components library, which will be used to generate breadcrumbs based on the current route
- Updated the Tenant Admin pages as a proof of concept
- Tenant Admin pages now use the AutoBreadcrumbs component to generate breadcrumbs based on the current route
- Tenant Admin pages use data loaders to fetch data from the API instead of relying on a state or context
- Tenant Admin pages use useBlocker() to prompt for confirmation from users navigating away from the page when they're in the middle of editing a form

## June 3, 2024

Expand Down

0 comments on commit 777b7ed

Please sign in to comment.