feat(wallets): segmented sort control (like the Receive all/z/t toggle)
Replace the sort dropdown with a material::SegmentedControl — Created / Addresses / Txs / Size — matching the Receive tab's address-type toggle, with the asc/desc arrow beside it. Shorten the four sort labels to fit the segments (updated across all eight languages + the back-fill script). The direction arrow is positioned explicitly on the segment's baseline (the control is draw-list based and doesn't advance the layout cursor). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1359,13 +1359,13 @@
|
||||
"wallets_new_label": "Создать новый кошелёк:",
|
||||
"wallets_open": "Открыть",
|
||||
"wallets_reveal": "Открыть папку",
|
||||
"wallets_sort_addresses": "Число адресов",
|
||||
"wallets_sort_addresses": "Адреса",
|
||||
"wallets_sort_asc": "По возрастанию (сначала старые / меньше / меньший)",
|
||||
"wallets_sort_by": "Сортировка:",
|
||||
"wallets_sort_created": "Дата создания",
|
||||
"wallets_sort_created": "Создан",
|
||||
"wallets_sort_desc": "По убыванию (сначала новые / больше / больший)",
|
||||
"wallets_sort_size": "Размер кошелька",
|
||||
"wallets_sort_txs": "Число транзакций",
|
||||
"wallets_sort_size": "Размер",
|
||||
"wallets_sort_txs": "Транз.",
|
||||
"wallets_title": "Кошельки",
|
||||
"warning": "Предупреждение",
|
||||
"warning_upper": "ПРЕДУПРЕЖДЕНИЕ!",
|
||||
|
||||
Reference in New Issue
Block a user