feat: enhance ConfigCard input fields with multiline support and vertical resizing

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2026-01-14 14:31:04 -05:00
parent 32172f2fce
commit bfb6476307

View File

@ -106,6 +106,8 @@ export const ConfigCard = ({
fullWidth
size="small"
variant="outlined"
multiline
minRows={1}
value={pair.value}
onChange={(e) => handleValueChange(index, e.target.value)}
placeholder={translate(
@ -114,6 +116,9 @@ export const ConfigCard = ({
InputProps={{
className: classes.configTableInput,
}}
inputProps={{
style: { resize: 'vertical' },
}}
/>
</TableCell>
<TableCell align="right">