fix(ui): update AMCS references and add status handling
* Corrected "Advanced Module Control System" to "Avalon Memory Control Service" in documentation and UI components. * Added status handling to the LoginInfoPanel and LoginPage components. * Implemented new endpoints for robots.txt and llms.txt.
This commit is contained in:
+4
-3
@@ -153,9 +153,7 @@
|
||||
|
||||
await GlobalStateStore.getState().fetchData();
|
||||
|
||||
if (GlobalStateStore.getState().isLoggedIn()) {
|
||||
await loadStatus();
|
||||
}
|
||||
await loadStatus();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -171,6 +169,9 @@
|
||||
{authBusy}
|
||||
{authError}
|
||||
{authMessage}
|
||||
statusData={data}
|
||||
statusLoading={loading}
|
||||
statusError={error}
|
||||
onlogin={handleCredentialLogin}
|
||||
/>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user