-
Notifications
You must be signed in to change notification settings - Fork 88
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
chore!: Rename Datetime
to DateTime
in component names
#4560
Conversation
* `NcDatetime` is now called `NcDateTime` * `NcDatetimePicker` is now called `NcDateTimePicker` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
28e56e7
to
eb2e109
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was quick 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is inconsistent with the other component names.
Edit: Sorry, I see you aimed to make it consistent. However, in #4533 I jus did the opposite. 🙈
But what is a Datetime? It is a Date and Time picker so I would say DateTimePicker makes more sense. |
I considered datetime to be one word, but that is probably a German bias. I am fine with whatever consistent solution we use. We just have to revert and adjust it for |
DateTime is used in javascript |
☑️ Resolves
Fix inconsistent naming
NcDatetime
is now calledNcDateTime
(not yet released to ok)NcDatetimePicker
is now calledNcDateTimePicker
(breaking, but we make it consistent with DateTimeNative)🏁 Checklist