Page MenuHomePhabricator

[web] introduce message searching to shared worker
ClosedPublic

Authored by kamil on Jul 23 2024, 3:05 AM.
Tags
None
Referenced Files
F3000461: D12852.id42703.diff
Fri, Oct 18, 1:56 AM
F2999557: D12852.diff
Thu, Oct 17, 11:26 PM
Unknown Object (File)
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
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