perf(model-pricing): refine visual editor actions

- keep the global reset action in the top toolbar while moving visual-mode saves into the model editor footer.
- pin the actions header with the rest of the model table headers so horizontal scrolling keeps context visible.
- add action icons to make save and reset controls easier to scan.
This commit is contained in:
QuentinHsu
2026-06-05 01:04:47 +08:00
parent 6e5a359110
commit 5681c92b3f
4 changed files with 63 additions and 17 deletions
@@ -136,6 +136,7 @@ export function buildModelRatioColumns({
},
{
id: 'actions',
header: () => <div className='text-right'>{t('Actions')}</div>,
cell: ({ row }) => (
<div className='flex justify-end gap-2'>
<Button