Change search to use query params in web UI (#32949)
This commit is contained in:
parent
708919ee93
commit
0636bcdbe1
28 changed files with 1396 additions and 1270 deletions
|
@ -30,7 +30,7 @@ import { pictureInPictureReducer } from './picture_in_picture';
|
|||
import { pollsReducer } from './polls';
|
||||
import push_notifications from './push_notifications';
|
||||
import { relationshipsReducer } from './relationships';
|
||||
import search from './search';
|
||||
import { searchReducer } from './search';
|
||||
import server from './server';
|
||||
import settings from './settings';
|
||||
import status_lists from './status_lists';
|
||||
|
@ -60,7 +60,7 @@ const reducers = {
|
|||
server,
|
||||
contexts,
|
||||
compose,
|
||||
search,
|
||||
search: searchReducer,
|
||||
media_attachments,
|
||||
notifications,
|
||||
notificationGroups: notificationGroupsReducer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue