mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 02:31:18 +01:00
Refactor settings code; Add props access to every settings item
This commit is contained in:
@@ -28,6 +28,11 @@ const definition = defineWidget({
|
||||
graphHeight: {
|
||||
type: 'number',
|
||||
defaultValue: 115,
|
||||
inputProps: {
|
||||
step: 5,
|
||||
stepHoldDelay: 500,
|
||||
stepHoldInterval: 100,
|
||||
},
|
||||
},
|
||||
graphsOrder: {
|
||||
type: 'draggable-list',
|
||||
|
||||
Reference in New Issue
Block a user