Reader: Add unread count on lists - #112469
Conversation
Jetpack Cloud Live (direct link)
Automattic for Agencies Live (direct link)
Dashboard Live (dotcom) (direct link)
|
|
Looks like one of the E2E tests has failed. You can fix them following these steps:
|
1 similar comment
|
Looks like one of the E2E tests has failed. You can fix them following these steps:
|
ac4870a to
dc974b7
Compare
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~155 bytes removed 📉 [gzipped]) DetailsCommon code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Sections (~454 bytes removed 📉 [gzipped]) DetailsSections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~20 bytes removed 📉 [gzipped]) DetailsReact components that are loaded lazily, when a certain part of UI is displayed for the first time. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
9427e27 to
9cfc548
Compare
- Add unread count to Lists dropdown available on sidebar. - Migrate related files to TypeScript
Closes: https://linear.app/a8c/issue/READ-555
Proposed Changes
Why are these changes being made?
Better CX.
Testing Instructions
Pre-merge Checklist