UI: improve open clan from directory & list machines

This commit is contained in:
Johannes Kirschbauer
2024-07-10 11:03:36 +02:00
parent 65a7614497
commit fe99b79c63
11 changed files with 95 additions and 73 deletions

View File

@@ -15,7 +15,7 @@ const getFakeResponse = (method: OperationNames, data: any) => {
if (method === "open_file") {
return {
status: "success",
data: "/path/to/clan",
data: "/home/johannes/git/clan-core",
op_key,
};
}