MuShare / Httper-iOS

App for developers to test REST API.

Home Page:https://httper.mushare.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to delete Projects

bhuddleston42 opened this issue · comments

Greetings. Love your app. About time someone put together a nice REST app for the iPad.

Request:

It might be nice to be able to delete projects. There is no visual feedback that the "Save" succeeded so I hit it several times and then had multiple copies of my project around. I would love to be able to clean up.

You can delete a project by slide cell from right to left in Projects table view. Maybe it is not so obvious. I will add a delete button in project view.
About visual feedback for Save button, I will add a successful tip.
Best wishes!

I know your problem about visual feedback for Save button. When user add a new project, Httper will sync it with server, it may cause several seconds. During this period, user may click it again.
To solve this issue, I have replace the Save button with a loading indicator view after user clicked this button.
@bhuddleston42

Yeah. That would be a good visual cue. Thanks much!