New context menu, info pane fixes, pinned item syncing, and navigation bug fixes
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s
This commit is contained in:
parent
a52f1d63f7
commit
5200654d0f
5 changed files with 111 additions and 27 deletions
|
|
@ -152,7 +152,7 @@ class ApiClient {
|
|||
}
|
||||
|
||||
async getExtendedFileInfo(path: string) {
|
||||
const res = await this.request(`/api/files/info/${encodeURIComponent(path)}`);
|
||||
const res = await this.request(`/api/files/info/?path=${encodeURIComponent(path)}`);
|
||||
return res.json();
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue