Commit Graph

3 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
5d15cde675 Introduce central theme module; rounded borders and consistent styling
All colors/styles now live in src/theme.rs (palette + pane/dialog
block builders): sidebar, file view, bottom bar, context menu and all
dialogs share one look that can be changed in one place. Rounded
borders throughout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 09:39:39 +02:00
e6fdfa1aa3 Add file operations and UI components for file management application 2026-03-28 02:55:16 +01:00