Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,30 @@ The long-term goal is to enable Rust developers to create modern desktop applica
| --------------- | ------ | ------------------------------- |
| Language Server | ✅ | LSP support for `.dampen` files |

### v0.3.1 - Advanced Widgets (In progress)

**Objective**: Enrich available widget library

| Milestone | Status | Description |
| --------- | ------ | ------------------- |
| Tabs | 🔲 | Tabs/TabBar widgets |

### v0.3.2 - Advanced Widgets (planned)

**Objective**: Enhance widget Datatable

| Milestone | Status | Description |
| --------- | ------ | ------------------------ |
| DataTable | 🔲 | Add missing click events |

### Developer Experience (planned)

**Objective**: Improve tooling and DX

| Milestone | Status | Priority | Description |
| -------------------- | ------ | -------- | --------------------------------- |
| Zed Extension | 🔲 | High | Official Zed extension |
| VS Code Extension | 🔲 | High | Official VS Code extension |
| Zed Extension | | High | Official Zed extension |
| VS Code Extension | | High | Official VS Code extension |
| Interactive CLI | 🔲 | Low | Interactive mode for `dampen new` |
| Visual Hot Reload | 🔲 | Medium | Improved error overlay |
| Debugger Integration | 🔲 | Low | IDE debugging support |
Expand Down
2 changes: 2 additions & 0 deletions crates/dampen-cli/src/commands/check/main_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,8 @@ impl WidgetKindExt for WidgetKind {
WidgetKind::DataColumn,
WidgetKind::TreeView,
WidgetKind::TreeNode,
WidgetKind::TabBar,
WidgetKind::Tab,
WidgetKind::For,
WidgetKind::If,
]
Expand Down
Loading
Loading