KAOS/TASKS/review/T15.md
djuka 0e6d0ecd66 T15: Docs viewer sidebar layout (25%/75% grid) sa HTMX fragmentima
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:55:05 +00:00

54 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# T15: Fix — docs viewer zauzima pola ekrana
**Kreirao:** planer
**Datum:** 2026-02-20
**Agent:** coder
**Model:** Sonnet
**Zavisi od:** T12 ✅
---
## Opis
BUG/UI: Docs viewer je premali. Treba da zauzima pola ekrana (50%ширine).
## Izmena
Layout kad je docs otvoren:
```
┌──────────────────────┬──────────────────────┐
│ │ │
│ Lista fajlova │ Sadržaj .md fajla │
│ (sidebar 25%) │ (content 75%) │
│ │ │
│ │ │
│ │ │
│ │ │
└──────────────────────┴──────────────────────┘
```
Ceo docs tab zauzima minimalno 50% viewport širine.
Sadržaj fajla: max-width nema ograničenja, koristi sav prostor.
Visina: min-height 80vh da ne bude stisnuto.
## Fajlovi za izmenu
```
code/web/static/style.css ← širina docs containera
code/web/templates/docs.html ← ako treba layout fix
```
## Testovi
- Otvori /docs → zauzima puno ekrana
- Renderovan markdown čitljiv na celoj širini
- Responsive: na manjem ekranu 100% širine
---
## Pitanja
---
## Odgovori