* fix: min date considering selected timezone added for scheduling
* fix: e2e test updated for selecting always current date
* test: temp adding a small version of test to check its status
* fix: reverted some part of code to test the ci failure
* update: to setting time by 45 ahead of current clock
* fix: replaced concatenation symbol _ with & , as _ is also a part of timezone sometimes
* fix: escape character &
* fix(content-releases): move the redirect before the delete to avoid the error with invalidateTags
* fix(content-releases): perform the invalidateTags only after 50ms
* fix(content-releases): manually invalidate tags after push instruction
* fix(content-releases): remove useless import
* fix(content-releases): use replace of useHistory and refactor the invalidateTags on delete to avoid the log error
Co-authored-by: Josh <joshuaellis@users.noreply.github.com>
* fix(content-releases): remove useDispatch
* fix(content-releases): remove empty lines
---------
Co-authored-by: Josh <joshuaellis@users.noreply.github.com>
* feat(content-releases): add status to releases
* add docs and fix e2e error
* draft: added basic badge with default value
* Update docs/docs/docs/01-core/content-releases/00-intro.md
Co-authored-by: Simone <startae14@gmail.com>
* Update docs/docs/docs/01-core/content-releases/00-intro.md
Co-authored-by: Simone <startae14@gmail.com>
* Update docs/docs/docs/01-core/content-releases/00-intro.md
Co-authored-by: Simone <startae14@gmail.com>
* apply marks feedback
* don't throw error on lifecycle hooks inside releases
* handle when actions are not valid anymore
* await for entry validation on releases edit entry
* check if are changes in content types attributes to revalidate
* fix e2e test
* apply marks feedback
* fix: removed default status value
* fix: release card design updated, capitalize scheduled period
* fix: e2e test updated to select always a current date
---------
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>