More 036 Frontend changes (#2572)

* update patchDB for futuristic revisions

* interfaces display updates

* remove zram and move tor to settings
This commit is contained in:
Matt Hill
2024-03-16 13:09:17 -06:00
committed by GitHub
parent 9715873007
commit 28fd2f0314
16 changed files with 334 additions and 401 deletions

View File

@@ -370,20 +370,6 @@ export class MockApiService extends ApiService {
return null
}
async toggleZram(params: RR.ToggleZramReq): Promise<RR.ToggleZramRes> {
await pauseFor(2000)
const patch = [
{
op: PatchOp.REPLACE,
path: '/server-info/zram',
value: params.enable,
},
]
this.mockRevision(patch)
return null
}
// marketplace URLs
async marketplaceProxy(