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:
2026-07-11 17:01:51 -05:00
parent 1d3a919ac6
commit fe40d38f0d
11 changed files with 62 additions and 52 deletions

View File

@@ -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": "警告!",