amschaal / bioshare

MIT License
6 stars 2 forks source link

Make frontend more efficient at querying API to prevent unnecessary requests #88

Open amschaal opened 2 months ago

amschaal commented 2 months ago

Some components, such as those that search for shares often query the API too eagerly on user input. Look to reduce unnecessary queries by waiting for user input to stop for a couple seconds.