feat: YOLO toggle inline layout; yoloLabel/yoloDescription configurable via config.json
This commit is contained in:
@@ -11,6 +11,10 @@ export interface AppConfig {
|
||||
adminPath: string;
|
||||
passwordHash: string;
|
||||
sessionSecret: string;
|
||||
/** Label shown next to the YOLO mode toggle. Defaults to "YOLO mode". */
|
||||
yoloLabel?: string;
|
||||
/** Description shown inline after the label. Defaults to "(cross-group conversions)". */
|
||||
yoloDescription?: string;
|
||||
}
|
||||
|
||||
/** Read units.json synchronously. Returns parsed UnitsData. */
|
||||
|
||||
Reference in New Issue
Block a user