-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve date format selection UI #66
Comments
Yes, the current format is really painful and contributes to a bad UX. |
As far as I understand #17 it's about validating the time format before saving it. That seems to be easier to accomplish then this ticket. Hence, I'm inclined to keep both open. |
Discussion with some context about this issue: https://community.mattermost.com/core/pl/97x3akmh8jdc5mdg4afyedbhmr |
Let's add these options: "Month-day" (ie: Dec-4) We will need a second field called "hashtag prefix" which the user can specify the "text" part of the hastag (such as "incident-room" or "TeamA") which is then concatenated with the date format they've chosen from the dropdown. They would be rendered as: |
Got it, thanks! |
Sure. Thanks for working on this @icy-meteor 👍 |
All of issues mattermost-community#66, mattermost-community#12 and mattermost-community#47 in come commit
Currently, the user needs to type in a date format to be used - manually. This introduces errors and confusion for the end-user. It would be better if we just gave them 8 choices in a list and didn't have to type anything in.
The text was updated successfully, but these errors were encountered: