mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +00:00
perf(web): improve dialog sizing and footer layout
- migrate frontend dialogs to the shared footer API so actions stay separated from scrollable body content. - tune dialog dimensions for model analytics, prefill groups, billing history, channel model sync, and related workflows. - update channel terminology and dialog action translations across supported locales.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ export function Dialog({
|
||||
children,
|
||||
trigger,
|
||||
footer,
|
||||
contentHeight = 'min(58vh, 520px)',
|
||||
contentHeight = 'auto',
|
||||
contentClassName,
|
||||
headerClassName,
|
||||
titleClassName,
|
||||
|
||||
Reference in New Issue
Block a user