feat(ai): finalize AI magic edits epic rollout and operations
This commit is contained in:
@@ -54,6 +54,12 @@ class AiStyleResource extends Resource
|
||||
TextInput::make('name')
|
||||
->required()
|
||||
->maxLength(120),
|
||||
TextInput::make('version')
|
||||
->numeric()
|
||||
->default(1)
|
||||
->disabled()
|
||||
->dehydrated(false)
|
||||
->helperText('Auto-increments when core style configuration changes.'),
|
||||
TextInput::make('category')
|
||||
->maxLength(50),
|
||||
TextInput::make('sort')
|
||||
@@ -107,6 +113,9 @@ class AiStyleResource extends Resource
|
||||
->copyable(),
|
||||
Tables\Columns\TextColumn::make('name')
|
||||
->searchable(),
|
||||
Tables\Columns\TextColumn::make('version')
|
||||
->sortable()
|
||||
->toggleable(),
|
||||
Tables\Columns\TextColumn::make('provider')
|
||||
->badge(),
|
||||
Tables\Columns\TextColumn::make('provider_model')
|
||||
|
||||
Reference in New Issue
Block a user