* added first draft for releases scheduling
* update: scheduled date is made Date or nullable, tests updated for scheduling fields
* fix: pass scheduled date null on edit unchecking the option
* fix: dirty check added for disabling save button
* timezone hook added to generate list of timezone options
* update: timezone added in payload to save in DB
* update: removed grouping and sorting of timezones, keeping simple UTC+/-HH:00 <timezone> format
* fix: removing unnecessary code
* update: creating new release should show schedule by default
* minor change
* tests: queryByRole replaced with getByRole query
* update: use date-fns format functions instead of manually formattingdates, future flag added on front for Scheduling till beta release, test cases updated
* fix: comment added
* minor change
* fix: reverting merging change
* fix: scheduledAt and timezone types updated to be null instead of undefined to keep it consistent
* fix: converted utc to zoned time to update correct time on editing the release
* fix: handled validation on submit, always enable submit, timezone list updated based on selected date
* update: default timezone set, tests updated
* update: selecting date during DST updates the timezone selected and list, TS errors fixed
* fix: timezone display value updated
* fix: e2e tests
* update: e2e added for scheduling info
* fix: minor change
* fix: schema validation reverted, tests updated for findBy
* 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
* refactor(admin): move to use slice over reducer
* refactor(admin): theme into redux
* refactor(admin): remove Admin context
* chore: move api tokens context to its edit view
* chore: move injection zones up to appropriate folders
we never use shared anyway.
* chore: move Configuration to single feature file
* refactor(admin): move language to redux
* chore: add tests for redux slice
* test(content-manager): fix wysiwyg by silencing the warnings
* test(admin): add a harness – finally
* chore: remove prop-types as dep of helper-plugin
* test(content-manager): fix console errors in EditSettingsView
* test(content-manager): fix ListViewSettings
* test: fix useAdminRolePermissions
* chore: convert more tests
* test: more fe tests
* test: more fe tests
* test(ctb): fix tests
* chore: throw error in env
* chore: fix act finals
* chore: remove resetHandlers and use once
* chore: throw all the time for warnings and errors