-
Notifications
You must be signed in to change notification settings - Fork 273
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
Organization Settings: replace old Settings app #896
Conversation
…dant information from usePerssionsByRole()
…permissions can render children
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.
SO ✨
NICE ✨
BRETT ✨
? `Please select the ${sanitizeNetworkType( | ||
network.type | ||
)} network in your Ethereum provider.` | ||
: `Please unlock your account in your Ethereum provider.`} |
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.
Time to use getProviderString()
, this is our only case 😆
> | ||
<LocalIdentityBadge | ||
entity={checksummedDaoAddr} | ||
shorten={shortAddresses} |
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.
Should we keep the badges shortened all the time, now that they always open to the full address?
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.
I do like expanding them when there's room, it makes the screen look a little bit more interesting 😄.
…istency with other usages
Co-Authored-By: Pierre Bertet <hello@pierre.world>
Co-Authored-By: Pierre Bertet <hello@pierre.world>
Co-Authored-By: Pierre Bertet <hello@pierre.world>
…tions * origin/newstyle: MenuPanel tweaks (#933) Home redesign (#934) SignerPanel: consolidate external transaction props into intent object (#931) useLocalIdentity: handle remove case (#930) Add AppInternal to manage the layout logic of internal apps (#932) MenuPanel: adjust for new styles (#923) SignerPanel: display warning for external transactions (#850) Remove Badge and update occurrences for Tag (#901) SignerPanel: adjust for new styles (#920) Organization Settings: replace old Settings app (#896) Permissions: new style (#899) Sidepanel: redesign feedback indicator (#907) eslint: make sure curly braces are used everywhere (#924) Org switcher: new style + add FavoritesMenu (#925)
Updates Settings to be Organization Settings for 0.8:
Requires https://github.com/aragon/aragon-ui/pull/508.
TODO: