[Glitch] Change search to use query params in web UI

Port 0636bcdbe1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-12-12 18:12:33 +01:00
committed by Claire
parent 0d25e4f54d
commit c40016b785
25 changed files with 1382 additions and 1270 deletions

View File

@@ -182,6 +182,10 @@ export function Explore () {
return import(/* webpackChunkName: "flavours/glitch/async/explore" */'../../explore');
}
export function Search () {
return import(/* webpackChunkName: "features/glitch/async/explore" */'../../search');
}
export function FilterModal () {
return import(/*webpackChunkName: "flavours/glitch/async/filter_modal" */'../components/filter_modal');
}