Skip to content
This repository has been archived by the owner. It is now read-only.

Add initial "devices" view UI #3251

Closed
shane-tomlinson opened this issue Nov 2, 2015 · 0 comments
Closed

Add initial "devices" view UI #3251

shane-tomlinson opened this issue Nov 2, 2015 · 0 comments
Assignees

Comments

@shane-tomlinson
Copy link
Member

@shane-tomlinson shane-tomlinson commented Nov 2, 2015

The mocks and assets are located at https://github.com/mozilla/fxa/blob/master/features/FxA-16-devices-view/README.md

  • Display a list of connected devices returned by the auth server.
    • The current device is the top item in the list.
    • Remaining items are sorted by XXX
    • All items should have a "Last connected" which should be a human readable number formatted like 3 hours ago
  • Allow the user to delete a device from the list.
    • When user deletes a device from the list, notify the auth server.
    • When user deletes a device from the list, animate the removal of the item from the list.
    • If the user deletes the current device, notify the browser using a WebChannel message (see #3252)
  • Update the UI whenever the user changes the current device name from the browser (see #3252).
  • Allow the user to "refresh" the list, which re-fetches the device list from the auth server.

Part of #3250

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants