-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
More question details in sidebar #47705
Conversation
89ffe8b
to
75b5ec8
Compare
9ee9f29
to
788ac6d
Compare
de85597
to
d4f0c0b
Compare
788ac6d
to
f06000c
Compare
f06000c
to
2e3471d
Compare
Codenotify: Notifying subscribers in CODENOTIFY files for diff e3c94e4...384b2a6.
|
a07e8a8
to
06212e1
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.
I tried to do some fancy new things with this component, and then realized I should not do that, but it ended up in typescript, which was a win.
function formatDateTimeWithFormats( | ||
value: number | Moment, | ||
export function formatDateTimeWithFormats( | ||
value: number | string | Date | Moment, |
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.
this is all a consequence of converting the DateTime component to typescript
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.
this is mostly stolen from @rafpaf, but made reusable for both questions and dashboards
small styling updates refine styling to match designs update more e2e test remove some changes small styling updates more question details more question details DateTime to typescript test updates type updates export fix fixes
06212e1
to
c92b0de
Compare
Closes #47673
Description
Adds more detailed information to Question Info sidesheets:
Checklist