-
Notifications
You must be signed in to change notification settings - Fork 1
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
(govern) fix: update state after voting, fix rollover pool sorting, a… #73
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f4ce78d
to
13879ae
Compare
…dd next week explanation
13879ae
to
e693e40
Compare
@@ -218,7 +219,8 @@ export const EditVotes = ({ allocations, setAllocations, setIsUpdating }: EditVo | |||
/> | |||
|
|||
<Paragraph type="secondary" className="text-end"> | |||
New voting weight will take effect at the beginning of the next week. | |||
Updated voting weights will take effect at the start of |
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.
Updated voting weights will take effect at the start of next week (according to Unix time). <Tooltip>Learn more</Tooltip>
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.
Talked to Roman and we agreed to remove the tooltip with the link from this state (where we are editing votes but haven't voted yet) because if no one voted during the week, the link would show an incorrect value, which might be confusing. So we just keep the text "Updated voting weights will take effect at the start of next week (according to Unix time). "
bf3f61c
to
1321d5b
Compare
Fixes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply