You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As as user, I want to be able to view and interact with my organizations from anywhere. As a user, my favorite way of interacting on the go is with a smartphone. Therefore, I want Aragon on my phone.
Technical requirements
Implement responsive views across all frontend. See more requirements on the PR.
Summary
By implementing responsive across all the frontend, the user will be able to use Aragon on their phone and view organizations. If they use a Web3 provider, they will also be able to interact with the organization.
Show more on mobile (click twice) removes all transfers. update: Only happens on iOS. Weird behaviour: add eth filter, then remove it, then click on show older transfers and the bug does not happen. issue
✅ Idea
User story
As as user, I want to be able to view and interact with my organizations from anywhere. As a user, my favorite way of interacting on the go is with a smartphone. Therefore, I want Aragon on my phone.
Technical requirements
Implement responsive views across all frontend. See more requirements on the PR.
Summary
By implementing responsive across all the frontend, the user will be able to use Aragon on their phone and view organizations. If they use a Web3 provider, they will also be able to interact with the organization.
✅ Design
Figma boards:
✅ Frontend implementation
Sprint 7:
Additional implementation iteration (following initial implementation above):
BreakPoint
API and Component to avoid re-rendering every time screen size changes refAppView
fromaragon/ui
PRaragon/ui
(MenuButton
and borderlessTableCell
)MenuButton
s to useButtonIcon
component and update alignment with layouts PR:focus-visible
PRToggleFiltersButton
toaragon/ui
ref PRFocusVisible
inToggleFiltersButton
ref (done sinceButtonIcon
is used)breakpoint
using iframes proportions instead ofwindow.parent
The text was updated successfully, but these errors were encountered: