Background
As part of the ongoing Navigation refresh, we are standardizing the design of the headers throughout the app on iPhone and iPad, to standardize and allow room for upcoming features. There are several improvements specific to the iPad floating toolbar, which displays on all views of the app currently.
Requirements
- Replace "Search" title in toolbar with magnifying glass icon from SF Symbols
- Match design to figma
Designs
Engineering Notes
TS - See Apple documentation on how to do this. We need to set AppViewController's tabs property, and use a UISearchTab for the final tab. Re-check all programatic navigation after doing this. The last time I tried this, search results navigation broke (see https://phabricator.wikimedia.org/T363606#10408281).