fix(escuchar,reproductor): add the section-heading token and screen 1-3 polish
Audit S7 plus the open items on screens 1-3. Escuchar gains the prototype's own 52px "now listening" eyebrow header (t4:53), which is structurally different from the 56px title row every other root uses (t4:325) -- the earlier wiring test asserted PluriRootHeader on all five roots, an over-broad premise now corrected to guard what actually holds: no AppBar, and the sleep-timer action still reachable.
This commit is contained in:
@@ -748,6 +748,9 @@ class AppLocalizationsBn extends AppLocalizations {
|
||||
@override
|
||||
String get openFullPlayerTooltip => 'সম্পূর্ণ প্লেয়ার খুলুন';
|
||||
|
||||
@override
|
||||
String get nowListeningLabel => 'এখন শোনা হচ্ছে';
|
||||
|
||||
@override
|
||||
String get nothingPlayingTitle => 'এখনও কিছু চলছে না';
|
||||
|
||||
@@ -787,6 +790,9 @@ class AppLocalizationsBn extends AppLocalizations {
|
||||
@override
|
||||
String get exploreNewSubtitle => 'এই সপ্তাহে';
|
||||
|
||||
@override
|
||||
String get popularNowTitle => 'এখন জনপ্রিয়';
|
||||
|
||||
@override
|
||||
String get offlineBannerTitle => 'সংযোগ নেই';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user