-address fixes and changes per feedback from Matt and Brad

This commit is contained in:
2025-11-05 16:30:27 +00:00
parent 861f2dd31d
commit d57ad1003a
15 changed files with 215 additions and 63 deletions

View File

@@ -58,6 +58,8 @@ export type InitialValuesForm = {
password: string;
connectTimeoutSeconds: number;
readTimeoutSeconds: number;
overviewQuality?: string;
cropSizeFactor?: string;
};
export type InitialValuesFormErrors = {