Ghost/ghost/admin/app/templates
Kevin Ansfield f271415626 Enabled manual typing of post publish dates (#1431)
*  Enabled manual typing of post publish dates

closes https://github.com/TryGhost/Ghost/issues/9256

- stores the typed date internally to the component until
  - Enter is pressed whilst focused
  - Ctrl/Cmd+S is pressed whilst focused
  - the input loses focus
- shows an error message if the typed date is not in the correct format or is invalid
- stops Ctrl/Cmd+S propagating if the typed date is not in the correct format or is invalid
- as long as the date is valid it calls the `setDate` action when the input loses focus, Ctrl/Cmd+S or Enter is pressed
- prevents publish being triggered in the publish menu if an invalid date is entered
- resets any invalid state in the PSM when it's closed
- manages focus when using <kbd>Tab</kbd>
2020-01-10 14:25:59 +00:00
..
components Enabled manual typing of post publish dates (#1431) 2020-01-10 14:25:59 +00:00
editor Fixed incorrect "explicit this" for did-insert and will-destroy element modifiers 2019-12-19 21:19:20 +00:00
members
settings Added new brand color publication setting (#1409) 2019-12-17 16:37:34 +05:30
setup Converted <GhErrorMessage> to glimmer component 2019-12-13 16:12:04 +00:00
staff Converted <GhErrorMessage> to glimmer component 2019-12-13 16:12:04 +00:00
-contributors.hbs
about.hbs
application-error.hbs
application.hbs
editor.hbs Added upgrade modal for host member limits (#1428) 2019-12-17 19:27:42 +05:30
error.hbs
member.hbs
members.hbs Added members growth chart (#1424) 2019-12-17 15:59:26 +05:30
pages-loading.hbs Fixed incorrect "explicit this" for did-insert and will-destroy element modifiers 2019-12-19 21:19:20 +00:00
pages.hbs
posts-loading.hbs Fixed incorrect "explicit this" for did-insert and will-destroy element modifiers 2019-12-19 21:19:20 +00:00
posts.hbs
reset.hbs Unsilenced deprecations that are no longer triggered 2020-01-09 17:20:13 +00:00
setup.hbs
signin.hbs
signup.hbs Converted <GhErrorMessage> to glimmer component 2019-12-13 16:12:04 +00:00
site.hbs
tag.hbs
tags-loading.hbs
tags.hbs