mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-07 04:23:41 +00:00
feat(ui): mount SyncStatusCard to CLIProxy page
This commit is contained in:
@@ -16,6 +16,7 @@ import { AddAccountDialog } from '@/components/account/add-account-dialog';
|
|||||||
import { ProviderEditor } from '@/components/cliproxy/provider-editor';
|
import { ProviderEditor } from '@/components/cliproxy/provider-editor';
|
||||||
import { ProviderLogo } from '@/components/cliproxy/provider-logo';
|
import { ProviderLogo } from '@/components/cliproxy/provider-logo';
|
||||||
import { ProxyStatusWidget } from '@/components/monitoring/proxy-status-widget';
|
import { ProxyStatusWidget } from '@/components/monitoring/proxy-status-widget';
|
||||||
|
import { SyncStatusCard } from '@/components/cliproxy/sync/sync-status-card';
|
||||||
import {
|
import {
|
||||||
useCliproxy,
|
useCliproxy,
|
||||||
useCliproxyAuth,
|
useCliproxyAuth,
|
||||||
@@ -373,6 +374,11 @@ export function CliproxyPage() {
|
|||||||
<ProxyStatusWidget />
|
<ProxyStatusWidget />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Sync Status Card */}
|
||||||
|
<div className="p-3 border-t">
|
||||||
|
<SyncStatusCard />
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Footer Stats */}
|
{/* Footer Stats */}
|
||||||
<div className="p-3 border-t bg-background text-xs text-muted-foreground">
|
<div className="p-3 border-t bg-background text-xs text-muted-foreground">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
|
|||||||
Reference in New Issue
Block a user