Per-user search history (#7588)

* per-user search history

* move to mmkv with cool new hook

* revert accidental changes

This reverts commit 27c89fa645eff0acb7a8fd852203ff1ea3725c69.

* restore limits
This commit is contained in:
Samuel Newman
2025-02-07 11:18:51 +00:00
committed by GitHub
parent b12d39b4cf
commit 4b706c9519
4 changed files with 138 additions and 117 deletions
+1
View File
@@ -13,4 +13,5 @@ export type Device = {
export type Account = {
searchTermHistory?: string[]
searchAccountHistory?: string[]
}