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

feat: add time title helper #1432

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: add time title helper #1432

wants to merge 8 commits into from

Conversation

euharrison
Copy link
Contributor

Add a title to proposal times so user can check the timezone

Also, fix the table name that was saying UTC while it was a localized value. Now it render the timezone as well

closes #1426

Some sample simulating different cities:

berlin

london

san francisco

endTimeInSeconds: bigint
): string | undefined => {
// TODO is this useful?
return;
Copy link
Collaborator

@jurevans jurevans Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say this isn't useful, maybe we should delete any references to this function sometime soon - it's been immediately returning for many months now :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was thinking the same!

But I explored the feature and Figma and realized this is related to the remaining time for the ongoing proposal. So it was an one line change and I did it already 😁

Screenshot 2024-12-20 at 12 09 12

Copy link
Collaborator

@jurevans jurevans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Namadillo: Add current time/date on dashboard
2 participants