feat(ui): çalışan durumu ve profil adı göstergeleri ekle
Torrent tablosunda aktif profil adı ve durum ikonları gösterilir. Döngü kurulum kartında çalışan profil durumu görüntülenir ve durdurma/çalıştırma butonu duruma göre değişir. Layout oranları ve responsive davranış iyileştirilir.
This commit is contained in:
@@ -7,16 +7,18 @@ import { LogsPanel } from "../components/loop/LogsPanel";
|
||||
export const DashboardPage = () => {
|
||||
return (
|
||||
<>
|
||||
<div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.2fr_1fr]">
|
||||
<TorrentTable />
|
||||
<div className="space-y-4">
|
||||
<div className="grid w-full grid-cols-1 gap-6 lg:grid-cols-[1.3fr_0.7fr]">
|
||||
<div className="min-w-0">
|
||||
<TorrentTable />
|
||||
</div>
|
||||
<div className="min-w-0 space-y-4">
|
||||
<TorrentDetailsCard />
|
||||
<LoopStatsCard />
|
||||
<LoopSetupCard />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 gap-6">
|
||||
<div className="grid w-full grid-cols-1 gap-6">
|
||||
<LogsPanel />
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user