mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +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 { ProviderLogo } from '@/components/cliproxy/provider-logo';
|
||||
import { ProxyStatusWidget } from '@/components/monitoring/proxy-status-widget';
|
||||
import { SyncStatusCard } from '@/components/cliproxy/sync/sync-status-card';
|
||||
import {
|
||||
useCliproxy,
|
||||
useCliproxyAuth,
|
||||
@@ -373,6 +374,11 @@ export function CliproxyPage() {
|
||||
<ProxyStatusWidget />
|
||||
</div>
|
||||
|
||||
{/* Sync Status Card */}
|
||||
<div className="p-3 border-t">
|
||||
<SyncStatusCard />
|
||||
</div>
|
||||
|
||||
{/* Footer Stats */}
|
||||
<div className="p-3 border-t bg-background text-xs text-muted-foreground">
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user