-
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
0.8 polish #133
Comments
I have tried:
And each time I am given this error:
And yet as far as I can tell, the transaction did go through: |
I clicked the link: to verify my email, but the org at: still says “awaiting verification”. |
Email notifications button says “Sign in”. Which is weird because I’ve never signed up before… maybe given the way that this works this button should say "activate" or something like that? |
Suggested revision to email notifications panel description:
|
Suggested revision to the copy in the email notification activation email:
|
When I open a vote, the URL does not change. I thought 0.8 would introduce the ability to link directly to a vote? |
Suggested revision to copy in the Voting app:
|
The voting app notes:
I guess we have decided to continue allowing votes to be changed, rather than making the default that votes cannot be changed? |
We can make the "Start date" for filters go back no earlier than the beginning of 2018 since there were no organizations on mainnet before then (and the client doesn't work with any rinkeby orgs created before then either) |
I created a vote to change the manager of the "Modify quorum" permission on the Voting app to At the same time, the option to choose "Any account" as the manager has disappeared from the list of options: |
The warning message:
could be added to the |
Dark mode will be removed from the release; these are still development previews.
This may be included for the release if we can get it in, otherwise it'll be released afterwards.
This is a change that will require contract upgrades, and is scheduled for the next release (0.9).
All the date pickers (in Finance and Voting) will be re-thought after the release.
Part of the remaining pieces of Permissions; will be done before release.
Did you manually type in We can add a warning to the panel about this if we detect it though? (See aragon/client#969) |
I copy+pasted the address. The intention is to "discard" or "burn" the permission by assigning management to a burn account, not to give management to any account. Up until now I have been able to burn permissions by assigning them / their management to a burn address like this. |
Ahhh yes, actually the burn address is |
@sohkai perhaps we can solve both issues (lack of an "any account" option in the dropdown, and confusion about what address to use to discard) by adding two options to the dropdown: one for "any account" and one for "discard", which will automatically fill in the correct addresses in the background? Edit: Also, as you suggested earlier, if someone manually enters |
@john-light These options are available through the panel already though: |
"Remove the manager" doesn't have the same implication as "discard this permission" though does it? From the user guide:
Whereas:
So "remove the manager" and "discard this permission" really mean two different things, correct? |
@john-light Ehh yes, that second screenshot is wrong. We will have an explicit "discard" action for permissions that will open up the "discard" panel (similar to 0.7's) in the Permissions before launch. You are correct that "remove" and "discard" are two different actions. |
Master list of items to fix/polish for 0.8.
Completed
Client
Field
Link
AutoComplete
,LocalIdentitiesAutoComplete
color
,font
, andtheme
imports from aragonUIAddressBadge
'slabelStyle
,label
Onboarding
Upgrade Modal
Global Preferences
Bars
, and removingborder-radius
from one of them fixes this)z-index
es on components to show Global Preferences overlay on top of Help Scout buttonAdd more padding to main(to be fixed in aragonUI)Box
es ( =>24px
)Permissions
ButtonText
withLink
scrollIntoView()
causes weird layout changesApp Center
Finance
Field
Link
ButtonText
useLayout()
instead ofuseViewport()
ButtonText
withLink
AddressBadge
'slabelStyle
Tokens
Field
Link
ButtonText
ButtonText
withLink
Voting
VoteActions
until we have all the information necessary (to avoid flickers)Field
Link
ButtonText
ButtonText
withLink
Agent
aragonUI
wide
inDropDown
(ref)<Inside name="SidePanel">
inSidePanel
, display theTabBar
without theBar
if it’s inside ofSidePanel
Layout
to provide mechanism to use all the vertical space and take care of overflow/scrolling (double check with scrolling issues) (@bpierre, Sprint 27)Field
andTextInput
for new stylesTimer
for new styles (text style + spacing)Box
,DataView
,Tab
, etc.AppBadge
(@sohkai Sprint 29)The text was updated successfully, but these errors were encountered: