mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-09-14 00:33:10 +00:00
Improve admin settings UI components
- Add EditIcon component to icons.tsx - Enhance SettingInput with textarea for long/JSON values - Improve SettingRow styling and long value handling - Fix CORE category translation (Ядро → Бот) - Add auto-resize for textarea and Ctrl+Enter save shortcut
This commit is contained in:
@@ -41,7 +41,7 @@ export function FavoritesTab({ settings, isFavorite, toggleFavorite }: Favorites
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-4">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-4">
|
||||
{settings.map((setting) => (
|
||||
<SettingRow
|
||||
key={setting.key}
|
||||
|
||||
Reference in New Issue
Block a user