Page MenuHomePhabricator

[web] Add footers to message search modal
ClosedPublic

Authored by inka on Jun 16 2023, 7:15 AM.
Tags
None
Referenced Files
F1740432: D8241.diff
Sun, May 12, 12:27 PM
Unknown Object (File)
Tue, May 7, 10:08 PM
Unknown Object (File)
Sat, May 4, 4:46 PM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Sat, Apr 27, 10:32 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
Branch
inka/search_web
Lint
No Lint Coverage
Unit
No Test Coverage

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