ui icon indicating copy to clipboard operation
ui copied to clipboard

🦚 UI kit for decentralized apps

Results 65 ui issues
Sort by recently updated
recently updated
newest added

`` currently overrides its own padding in certain contexts e.g. when used within the `primary` slot of a ``. While this is nice to quickly lay out a view it...

enhancement

Add Hooks equivalents for the [providers](https://github.com/aragon/aragon-ui/tree/c38b7d9cde0aa47902b3f0a007bb5f391dcd6bb0/src/providers). - [x] PublicUrl - [ ] Redraw - [ ] RedrawFromDate - [x] Root - [x] Toast - [x] Viewport

See https://github.com/aragon/aragon/pull/904#discussion_r317549753

bug

In Safari the Modal doesn't seem to center correctly, it's likely due to a rendering inconsistency with the css grid technique and Safari. Related: https://github.com/aragon/court-dashboard/issues/349 ![image](https://user-images.githubusercontent.com/11708259/85691923-d9b01280-b6cc-11ea-9199-643eb541644d.png)

bug

There are a few situations where I'd like to have a 3-step `Switch` or `Toggle` component: - Dark mode: move between "off", "automatic", and "on" - Analytics: move between "off",...

design: request

Sometimes, you may want to invert both vertically and horizontally, and while you can technically achieve this by changing props from viewport changes, it is not ideal.

enhancement

See discussion: https://github.com/aragon/aragon-ui/pull/612#discussion_r342338026 Might also fix https://github.com/aragon/aragon-ui/issues/534 at the same time.

enhancement

We should have a prop on `AragonApp` (e.g. `fastMode`), allowing authors to disable anything resource intensive, like animations. An app using Aragon UI could then detect when a user hardware...

enhancement