pm-idm icon indicating copy to clipboard operation
pm-idm copied to clipboard

Design the apps list page

Open satazor opened this issue 5 years ago • 1 comments

Description

Design the apps list page.

Acceptance Criteria

App { String id, String name, String homepageUrl, Array<Icon> ?icons }

  • [x] Must contain a list of all the apps
  • [x] Each app item should contain the name, icon, url, last used, access scopes, used X times
  • [x] A CTA to remove the app

satazor avatar Apr 01 '19 14:04 satazor

Same criteria applied on the devices page, we can reuse the components for everything on this page. The only difference is that if we remove an app, it will be "permanently removed" and never appears on the page, unless the user uses it again. So, in this case, we'll never have any "greyed out" card.

nomios-apps-page-1-1 nomios-apps-page-1-2 nomios-apps-page-1-3 nomios-devices-page-1-4

ghost avatar Apr 09 '19 15:04 ghost