thelounge/client
Reto Brunner 0ebc3a574c search: ignore searchResults if it isn't the active query
Prior to this, the search is still racy but one tends to notice
this only when the DB is large or network is involved.
The user can initiate a search, get bored, navigate to another chan
issue a different search.

Now however, the results of the first search come back in and
hilarity ensues as we are now confused with the state.

To avoid this, keep track of the last search done and any result
that comes in that isn't equal to the active query is garbage and
can be dropped.
2023-01-08 11:41:09 +01:00
..
audio Change alert sound from ogg to wav 2018-07-17 09:14:58 +03:00
components search: ignore searchResults if it isn't the active query 2023-01-08 11:41:09 +01:00
css style: Put user colors into the smallest possible scope 2022-11-27 16:04:56 +01:00
img Move favicon.ico to the root folder 2019-03-18 12:56:52 +02:00
js search: ignore searchResults if it isn't the active query 2023-01-08 11:41:09 +01:00
themes Bump most deps (#4453) 2022-02-09 15:27:34 -08:00
favicon.ico Move favicon.ico to the root folder 2019-03-18 12:56:52 +02:00
index.html.tpl TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
robots.txt Normalize line endings 2014-09-13 14:29:45 -07:00
service-worker.js TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
shims-vue.d.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
thelounge.webmanifest Fix off-by-one color error in webmanifest 2020-04-19 20:46:37 -04:00
tsconfig.json Added client type checking to webpack (#4619) 2022-08-23 00:26:07 -07:00