Skip to content
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

DatePicker Research #2293

Open
fredvisser opened this issue Jul 19, 2024 · 2 comments
Open

DatePicker Research #2293

fredvisser opened this issue Jul 19, 2024 · 2 comments
Labels
discussion Questions, conversations, or announcements

Comments

@fredvisser
Copy link
Contributor

fredvisser commented Jul 19, 2024

🧑‍🔬 Research

Background

The Vivid design system has a FAST-based DatePicker that may be a good candidate for inclusion in Nimble. Source

Figma design

❓Questions

I'd like to understand:

  1. Can we directly leverage this implementation in Nimble?
  2. Are there major gaps between the current Nimble design, and the Vivid design? I.e. Styling only? Template only? More?
  3. Does Vivid differ materially from the Nimble architecture? E.g. Alternative approach to design tokens, etc.?
  4. Rough estimate on the size of this effort?

Theme=Light, Date=Single Date

Screenshot 2024-07-19 at 2 33 18 PM
@fredvisser fredvisser added triage New issue that needs to be reviewed discussion Questions, conversations, or announcements labels Jul 19, 2024
@m-akinc m-akinc removed the triage New issue that needs to be reviewed label Jul 23, 2024
@m-akinc m-akinc moved this to Defined/Ready to Pickup in Nimble Design System Priorities Jul 23, 2024
@PetitCalgon
Copy link

I made for our plugins a date-time picker, because we needed it:
Date picker with

  • week number
  • first day of week can be defined as saturday, sunday or monday
  • weekends have other background color
    day-dark
    day-light

Time picker will show four first
hour-dark
hour-light

Then show the minutes
minute-dark
minute-light

Date/Time localization made with d3dateformat

@rajsite
Copy link
Member

rajsite commented Aug 17, 2024

Blog cited in multiple TC-39 discussions about why JS will not get native datetime string parsing for either Intl or Temporal apis: https://blog.sffc.xyz/post/190943794505/why-you-should-not-parse-localized-strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Questions, conversations, or announcements
Projects
Status: Defined/Ready to Pickup
Development

No branches or pull requests

4 participants