feat(ui): migrate Explorer detail/loading + daemon-update prompt to reference design
Presentation-only reference-design migration: - Explorer loading modal -> struct-form overlay (idSuffix explorerloading); block- detail modal loses its header divider; the search button + the prev/next nav become TactileButton; TR() the hardcoded "Previous block"/"Next block" tooltips, "TxID:", and the "shielded" output fallback (3 new explorer_* keys + reuse the existing `shielded` key), all 8 langs. Block-fetch RPC path untouched. - Daemon-update startup prompt -> struct-form overlay (idSuffix daemonupdprompt), 2 StyledButton -> TactileButton, drop the footer divider. The reinstall/ prompted-size persistence logic is unchanged. Build + ctest + hygiene clean; "DRGX" ticker left hardcoded per convention. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -386,13 +386,16 @@
|
||||
"explorer_mempool": "멤풀",
|
||||
"explorer_mempool_size": "크기",
|
||||
"explorer_mempool_txs": "트랜잭션",
|
||||
"explorer_next_block": "다음 블록",
|
||||
"explorer_no_results": "일치하는 캐시된 블록이 없습니다",
|
||||
"explorer_not_connected": "데몬에 연결되지 않음 — 블록 또는 트랜잭션 해시를 조회할 수 없습니다",
|
||||
"explorer_prev_block": "이전 블록",
|
||||
"explorer_recent_blocks": "최근 블록",
|
||||
"explorer_search": "검색",
|
||||
"explorer_section": "탐색기",
|
||||
"explorer_tx_outputs": "출력",
|
||||
"explorer_tx_size": "크기",
|
||||
"explorer_txid": "TxID:",
|
||||
"export": "내보내기",
|
||||
"export_csv": "CSV 내보내기",
|
||||
"export_keys_btn": "키 내보내기",
|
||||
|
||||
Reference in New Issue
Block a user