thelounge/client
Reto Brunner 8204c3481a search: fix order of result merging
During a search, we get the results from oldest --> newest.
When we hit the more button, we get the results of the second batch
in the same order.
However, logically to the first batch everything is older, so we
need to prepend it to the result array, not
append.

msg  DB  logical ID
A    3     5
B    2     4
C    1     3

D    3     2
E    2     1
F    1     0
2022-11-27 14:06:14 +01:00
..
audio Change alert sound from ogg to wav 2018-07-17 09:14:58 +03:00
components Merge branch 'search' 2022-11-24 09:34:24 +01:00
css TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
img Move favicon.ico to the root folder 2019-03-18 12:56:52 +02:00
js search: fix order of result merging 2022-11-27 14:06:14 +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