Page MenuHomePhabricator

[web] introduce message searching to shared worker
ClosedPublic

Authored by kamil on Jul 23 2024, 3:05 AM.
Tags
None
Referenced Files
F2991848: D12852.id42672.diff
Thu, Oct 17, 2:13 AM
Unknown Object (File)
Mon, Oct 14, 4:11 PM
Unknown Object (File)
Mon, Oct 14, 4:11 PM
Unknown Object (File)
Mon, Oct 14, 4:11 PM
Unknown Object (File)
Mon, Oct 14, 4:11 PM
Unknown Object (File)
Mon, Oct 14, 4:11 PM
Unknown Object (File)
Fri, Oct 11, 11:34 AM
Unknown Object (File)
Sun, Sep 29, 11:19 PM
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