refactor(ui): unify pricing edit modal with FullScreenPanel

Replace Dialog component with FullScreenPanel in PricingEditModal
to match the UI style of other edit dialogs (provider, MCP).

Changes:
- Switch from small centered Dialog to full-screen panel
- Add back button in header and fixed footer for actions
- Add Save/Plus icons to submit button
This commit is contained in:
Jason
2026-01-12 11:20:16 +08:00
parent 1393f89797
commit 53f40b2d7a
2 changed files with 128 additions and 127 deletions
@@ -202,6 +202,7 @@ export function PricingConfigPanel() {
{editingModel && (
<PricingEditModal
open={!!editingModel}
model={editingModel}
isNew={isAddingNew}
onClose={() => {