* feat(admin): add Auth feature
* refactor: authentication to use redux-toolkit
* chore(admin): convert admin data-fetching to use redux-toolkit-query
* chore: add docs
* fix: default logo would not show on login page
* fix: app flashes on logout
* fix: logout should work across browsers
* redirect to the list page when we have errors from APIs
* replace push url with the Redirect component
* add the Redirect state and show a notification error when try to navigate a delete release
* fix review comments
* fix double notification for the same error
* refactor the content of Releases page when there are no entries
* move the new content in the Details page
* fix type errors
* fix translation errors
* add the disable permissions and style to the edit and delete buttons
* fix review comments and add unit test
* fix type errors
* remove useless Icon
* add satisfies to define Permissions type
* add the message when there are not releases in the Add to releases modal with a button to the releases list page
* fix review comments
* apply review comments
* feat(admin): refactor useContentManagerInitData and remove ModelsContext
* chore(content-manager): cleanup
* fix(admin): restore the redux store
* fix(admin): restore the redux store GET_INIT_DATA
* chore(admin): reintroduce redux breaking changes for v5
* fix(admin): test snapshot
* first implementation details page
* refactor code based on comments received
* move the countDays function inside the ReleaseDetails page
* fix unit tests for the Details page
* add padding bottom heading
* fix type errors
* integrate new fields to the Details page
* fix types
* change the way we handle the timepassed since release creation
* fix unit test
* fix review comments
* unit test control table content
* fix review comments
* remove mocking useParams
* refactor provideTags and invalidateTags
* improves in rtk tags and createdBy type
* fix last review comments
* increase warning timeout to solve issues with unit tests
* add AnErrorOccured content if we have errors
* fix type error
* fix condition
* remove new line
---------
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>