zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

Apigility UI shows "no service" messages while loading the API #150

Closed saulotoledo closed 4 years ago

saulotoledo commented 5 years ago

The image below shows an API with one REST service. When the page opens, we may see the message "No REST Service" while the data is being loaded. The same is true for RPC services.

Showing the "no services" message when services are available may confuse users. We should have a loading message to show users what is really going on.

The "Authentication Type" field is also populated with some delay. It could be disabled meanwhile.

apigility_no_services_loading

saulotoledo commented 5 years ago

Hi @weierophinney. Could you take a look at this issue and the quick fix (see https://github.com/zfcampus/zf-apigility-admin-ui/pull/151)?

Let me know if I should add the dist folder to the PR as well.