fix(ux): filter clear pinned, no-match text, instant avatar save, market avatar, favourites, WoT drawer
Six reported UX issues: - Inventory 'clear filters' is now pinned outside the horizontal scroll, always visible — you no longer have to scroll past every chip to find it. - Empty result now reads 'No seeds match your filters' (not 'no seeds yet') when a SEARCH or the 'this month' filter hid everything — the 'filtered' flag was missing query + sowThisMonthOnly. Guarded by a test. - Profile avatar saves + publishes the instant you pick it, so it no longer looks saved when it wasn't (the Save button sits below the fold). - Market offer detail shows the author's real avatar (photo/illustration) instead of a generic person icon — resolves + caches their kind:0 picture. - 'Wishlist' renamed to Favourites/Favoritos (en/es/pt/ast). - The drawer 'following' item now opens the web-of-trust 'your people' screen when the social layer is on (was a dead item). analyze clean; inventory/market/home + overflow suites green.
This commit is contained in:
parent
514d3c7364
commit
be5977d688
14 changed files with 91 additions and 33 deletions
|
|
@ -224,7 +224,7 @@ class _Translations$menu$pt extends Translations$menu$en {
|
|||
@override String get market => 'Mercado';
|
||||
@override String get profile => 'O teu perfil';
|
||||
@override String get chat => 'Conversas';
|
||||
@override String get wishlist => 'Lista de desejos';
|
||||
@override String get wishlist => 'Favoritos';
|
||||
@override String get following => 'A seguir';
|
||||
@override String get plantares => 'Plantares';
|
||||
@override String get sales => 'Vendas';
|
||||
|
|
@ -1366,7 +1366,7 @@ extension on TranslationsPt {
|
|||
'menu.market' => 'Mercado',
|
||||
'menu.profile' => 'O teu perfil',
|
||||
'menu.chat' => 'Conversas',
|
||||
'menu.wishlist' => 'Lista de desejos',
|
||||
'menu.wishlist' => 'Favoritos',
|
||||
'menu.following' => 'A seguir',
|
||||
'menu.plantares' => 'Plantares',
|
||||
'menu.sales' => 'Vendas',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue