You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the full item DB search feature. This is already provided by Philter Manager classic.
This requires:
New request/response type definition in @philter/common
New endpoint in @philter/api
New top-level tab and components in @philter/manager
Note: In theory, the web app could fetch the entire item DB on first page load, and perform the search entirely in the client. However, this would generate a large JSON payload, cause a significant lag, and consume lots of browser memory.
Add the full item DB search feature. This is already provided by Philter Manager classic.
This requires:
@philter/common
@philter/api
@philter/manager
Note: In theory, the web app could fetch the entire item DB on first page load, and perform the search entirely in the client. However, this would generate a large JSON payload, cause a significant lag, and consume lots of browser memory.
Requested by Txranger in the KoLmafia forum thread.
The text was updated successfully, but these errors were encountered: