Concorda / concorda-dashboard

concorda dashboard
MIT License
5 stars 8 forks source link

on delete user action the list of users should be reloaded from db, not filtered locally #69

Closed mirceaalexandru closed 8 years ago

mcdonnelldean commented 8 years ago

@mirceaalexandru agreed. @ckiss You will need to swap the action buttons for a refresh icon while the operation is happening, otherwise the UI will look slow.

mcdonnelldean commented 8 years ago

@ckiss Leave the button swap out here. Just have some state that shows we are deleting. I'll talk to @thefoxis about how to handle update flow in the UI

ckiss commented 8 years ago

done