update design

This commit is contained in:
2026-09-01 17:23:32 +07:00
parent a0773d38aa
commit b3e34b0075
6 changed files with 933 additions and 6 deletions
@@ -56,7 +56,7 @@ pub fn open(dock_area: WeakEntity<DockArea>, window: &mut Window, cx: &mut App)
window.open_dialog(cx, move |dialog, _window, _cx| {
const DESC: &str = "Publish a new repository to your grasp servers.";
const FOLDER_NOTE: &str = "Where the repository is stored; defaults to your Desktop";
const FOLDER_NOTE: &str = "Where the repository is stored.";
let name_input = name_input.clone();
let desc_input = desc_input.clone();