Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove device #55

Merged
merged 41 commits into from
Nov 8, 2019
Merged

Remove device #55

merged 41 commits into from
Nov 8, 2019

Conversation

corbyziesman
Copy link

No description provided.

…ate which gets triggered when the delete button on DeviceManagementCell is tapped

When removeDeviceEvent is triggered, disable and grey out cell, remove the device from AccountManager
…e current device is always at the top and make the devices property private. Having the list sorted makes it easier to remove devices from the array based on the tableview index
…ice management screen

Add isCurrentDevice property to check if it should be labelled as such on the device management screen
Modify the equatable function so device is considered the same only if the public keys are the same
…ist is set since it's being set in the init it will always be sorted
Need to still disable tab bar if this is true
…r sees the flow from home to settings to devices

Remove devices parameter when initializing DeviceManagementViewController and get it from DependencyManager singleton
… - need to do this only for specific error messages
…ack the deviceKey in the removeDeviceEvent

Disable cell and button when event gets triggered
… is in the center, add custom view as the cell divider, add activityIndicatorView to animate in place of the remove button when a device is in the process of being removes
…ween the top and bottom shrinks instead of the button resizing
Modify function calls with updated signatures
@corbyziesman corbyziesman merged commit d25d83f into develop Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants