Open
Bug 1963428
Opened 15 days ago
Updated 8 days ago
[composable toolbar] Configure the tab preview
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
NEW
People
(Reporter: petru, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Currently for tab previews we are using a fake toolbar (xml / code) that is cumbersome to configure.
To complete the transition to a composable toolbar instead of building a new fake toolbar layout we should use the same toolbar composable as in normal browsing just with a separate middleware to handle it's configuration.
This middleware can follow the existing browsing toolbar middleware with the following important differences:
- it would use a static, one-time configuration - instead of observing various sources for updates
- it would not have to support any user interaction with the toolbar elements.
Updated•15 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•