Allow deleting entries from the project panel
This commit is contained in:
parent
509ede0e80
commit
4b1c46fa45
9 changed files with 198 additions and 8 deletions
|
@ -179,8 +179,7 @@ message RenameProjectEntry {
|
|||
|
||||
message DeleteProjectEntry {
|
||||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
string path = 3;
|
||||
uint64 entry_id = 2;
|
||||
}
|
||||
|
||||
message ProjectEntryResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue