Page MenuHomePhabricator

[web] Add footers to message search modal
ClosedPublic

Authored by inka on Jun 16 2023, 7:15 AM.
Tags
None
Referenced Files
F1669495: D8241.id27887.diff
Sat, Apr 27, 10:33 AM
F1669494: D8241.id27994.diff
Sat, Apr 27, 10:33 AM
F1669492: D8241.id28002.diff
Sat, Apr 27, 10:33 AM
F1669491: D8241.id28153.diff
Sat, Apr 27, 10:33 AM
F1669489: D8241.id27878.diff
Sat, Apr 27, 10:32 AM
F1669488: D8241.id27839.diff
Sat, Apr 27, 10:32 AM
F1669476: D8241.id.diff
Sat, Apr 27, 10:31 AM
F1669458: D8241.diff
Sat, Apr 27, 10:18 AM

Details

Summary

issue: https://linear.app/comm/issue/ENG-4102/add-footers-to-message-search-modal
See the designs in the linked issue

The loader appears whenever no other footer is visible

Test Plan

checked that the right footers appear in the right circumstances

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Jun 16 2023, 7:57 AM
web/modals/search/message-search-modal.react.js
165 ↗(On Diff #27839)

Wondering why we can't just do this. I might be missing something, maybe that leads to extra spaces?

This revision is now accepted and ready to land.Jun 19 2023, 9:16 AM
web/modals/search/message-search-modal.react.js
179 ↗(On Diff #27878)

This is a comma splice. We should avoid joining sentences with commas

web/modals/search/message-search-modal.react.js
179 ↗(On Diff #27878)

I added D8258 to change this on native as well