refactor: remove state polling and only refetch after action

This commit is contained in:
Zack Spear
2023-07-24 16:35:20 -07:00
parent bb7a4ccdb1
commit 46077f2641
10 changed files with 145 additions and 181 deletions

View File

@@ -51,14 +51,14 @@ export const serverState: Server = {
guid: randomGuid,
// "guid": "0781-5583-8355-81071A2B0211",
inIframe: false,
keyfile: 'DUMMY_KEYFILE',
// keyfile: 'DUMMY_KEYFILE',
lanIp: '192.168.254.36',
license: '',
locale: 'en_US',
name: 'fuji',
connectPluginInstalled: 'dynamix.unraid.net.staging.plg',
// connectPluginInstalled: '',
registered: true,
registered: false,
regGen: 0,
// "regGuid": "0781-5583-8355-81071A2B0211",
site: 'http://localhost:4321',