6 Commits

Author SHA1 Message Date
f0bb473e09 Open files through TUI-WM: context-menu Open, double-click, editor fallback
- Double-clicking a file or choosing the new 'Öppna' context-menu item
  asks TUI-WM to open it via $TUI_WM_SOCKET (open_file), inheriting
  the user's file associations and default editor
- Outside TUI-WM the configured text_editor is used instead: the TUI
  suspends, runs the editor on the same terminal and resumes
- Directories keep navigating as before

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 20:33:08 +02:00
fde2087274 Replace ambiguous-width icons that shift sidebar/file rows right
⬆ (U+2B06), 🖼 (U+1F5BC) and ⚙ (U+2699) are East-Asian-Width
Neutral: unicode-width measures 1 column but emoji fonts draw 2, so
every row containing them shifted right by one column. Replaced with
真 Wide emoji (📷, 🔩, ) or pure text glyphs (↑, ≡), plus a
regression test asserting every emoji icon measures 2 columns.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 09:33:07 +02:00
9afb4adaca feat: enhance settings dialog with close button and hover effects 2026-03-29 03:43:05 +02:00
318928ded3 chore: update code structure for better readability and maintainability
fixes: fixt rendedring of icons and swe texts
2026-03-29 03:19:33 +02:00
b5c18d493c Implement settings dialog and custom menu item management 2026-03-28 03:48:41 +01:00
e6fdfa1aa3 Add file operations and UI components for file management application 2026-03-28 02:55:16 +01:00