Page MenuHomePhabricator

[web] introduce message searching to shared worker
ClosedPublic

Authored by kamil on Jul 23 2024, 3:05 AM.
Tags
None
Referenced Files
F5582395: D12852.id42703.diff
Sat, Apr 12, 8:22 PM
Unknown Object (File)
Tue, Mar 18, 1:42 AM
Unknown Object (File)
Mar 10 2025, 8:45 AM
Unknown Object (File)
Mar 7 2025, 1:37 AM
Unknown Object (File)
Mar 5 2025, 6:48 AM
Unknown Object (File)
Mar 3 2025, 1:04 PM
Unknown Object (File)
Feb 25 2025, 3:27 AM
Unknown Object (File)
Feb 21 2025, 3:33 AM
Subscribers

Details

Summary

The code on the web to interface with the search API exposed via WASM.

Depends on D12851

Test Plan

Tested later in the stack by @inka.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jul 23 2024, 5:03 AM
kamil added inline comments.
web/types/worker-types.js
298–306

we can merge those two and name something like MessagesResponse but not sure if worth

tomek added inline comments.
web/types/worker-types.js
298–306

Sounds quite cheap, we can have e.g. GetMessagesResponse.

This revision is now accepted and ready to land.Jul 23 2024, 6:28 AM