Add clickable bread crumbs.

Clicking a parent path changes the root project directory.
This commit is contained in:
2026-02-07 21:17:27 -05:00
parent aa42ec6072
commit f918d65888
8 changed files with 124 additions and 35 deletions

View File

@@ -5,9 +5,10 @@ import clide.module 1.0
Menu {
background: Rectangle {
border.color: Qt.darker(RustColors.menubar, 2)
border.color: RustColors.hovered
border.width: 10
color: RustColors.menubar
implicitWidth: 100
radius: 2
radius: 5
}
}