ColinMaudry / sparql-router

Application to turn SPARQL queries into APIs and use them in a simple Web app (Express + Vue)
http://queery.link
MIT License
9 stars 4 forks source link

Add a loading GIF to show a query is running #82

Closed ColinMaudry closed 7 years ago

ColinMaudry commented 7 years ago

That should be present:

Also, the Test button should be disabled when the query is running.

ColinMaudry commented 7 years ago

Probably these pure CSS animations: https://github.com/ConnorAtherton/loaders.css

ColinMaudry commented 7 years ago

This one! http://codepen.io/SoufianeLasri/pen/XmyzGg

And a long query to test it (thanks @innovimax https://twitter.com/innovimax/status/790905094208225281):

# Endpoint: https://query.wikidata.org/bigdata/namespace/wdq/sparql

SELECT (sum(?statmt) as ?sum) WHERE {
   [] wikibase:statements ?statmt
}