mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
* feat(ui): make the audit log drawer wider and resizable Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(ui): scope drawer width classes to the sheet side variant The base SheetContent variant data-[side=right]:sm:max-w-sm beats a plain sm:max-w-none: the compound data+sm variant sorts later in the Tailwind v4 output and twMerge does not treat them as conflicting, so the sheet stays capped at max-w-sm. That is also why the old w-[60%] sm:max-w-none on main rendered at 384px. Expressing every width class under the same data-[side=right] variant chain lets twMerge dedupe and makes CSS order deterministic. Also removes the drag listeners on unmount mid-drag. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(ui): keyboard resizing and re-grab guard for the resizable drawer Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * test(ui): query the sheet by dialog role instead of document.querySelector Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(ui): keep drawer resize controls pinned and honor the 720px floor Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(ui): announce the rendered drawer width when the 720px floor overrides the stored percent Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: mrinal <mrinal@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||