mirror of
https://github.com/shokinn/hosts-go.git
synced 2025-08-23 08:33:02 +00:00
feat: begin tui implementation
This commit is contained in:
parent
b81f11f711
commit
1b66db10e2
9 changed files with 200 additions and 154 deletions
|
@ -44,12 +44,12 @@
|
|||
|
||||
## What's Left to Build
|
||||
|
||||
### 🎨 Basic TUI (Phase 2 - Current Priority)
|
||||
- [ ] **Main Bubble Tea model**: Core application state and structure
|
||||
- [ ] **Two-pane layout**: Left list + right detail view
|
||||
- [ ] **Entry list display**: Show active status, IP, hostname columns
|
||||
- [ ] **Entry selection**: Navigate and select entries with keyboard
|
||||
- [ ] **View mode**: Safe browsing without modification capability
|
||||
### 🎨 Basic TUI (Phase 2 - Current Priority)
|
||||
- [x] **Main Bubble Tea model**: Core application state and structure
|
||||
- [x] **Two-pane layout**: Left list + right detail view
|
||||
- [x] **Entry list display**: Show IP and hostname columns
|
||||
- [x] **Entry selection**: Navigate and select entries with keyboard
|
||||
- [ ] **View mode**: Safe browsing with status indicators
|
||||
- [ ] **Integration**: Connect TUI with existing parser functionality
|
||||
|
||||
### 🔧 Edit Functionality (Phase 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue