-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area:componentsParametrized code componentsParametrized code componentscomplexity:lowGood for newcomers, up to a few days of workGood for newcomers, up to a few days of workprio:1The most important thing to work onThe most important thing to work ontype:featFeatures and enhancementsFeatures and enhancements
Description
As a user I want to display the current date in the footer for the copyright. There will be other use cases where you want a current date, but I don't know any use case for not having a date.
To avoid hydration errors:
- render serverside current date but always with 0 seconds, this way we reserver approximately the needed space for the client render, this will also work for most dates that don't display seconds
- render in effect on the client the current date
Metadata
Metadata
Assignees
Labels
area:componentsParametrized code componentsParametrized code componentscomplexity:lowGood for newcomers, up to a few days of workGood for newcomers, up to a few days of workprio:1The most important thing to work onThe most important thing to work ontype:featFeatures and enhancementsFeatures and enhancements