pm-idm
pm-idm copied to clipboard
Design the apps list page
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
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.