Files
InvokeAI/invokeai/frontend/web/src/features
psychedelicious 15880e6ea7 fix(ui): invocation parsing for optional enum fields
For example:
```py
my_field: Literal["foo", "bar"] | None = InputField(default=None)
```

Previously, this would cause a field parsing error and prevent the app from loading.

Two fixes:
- This type annotation and resultant schema are now parsed correctly
- Error handling added to template building logic to prevent the hang at startup when an error does occur
2025-05-20 10:47:02 +10:00
..
2024-10-11 17:23:34 -04:00
2025-05-19 13:50:04 +10:00
2025-04-17 22:55:04 +10:00
2025-05-07 15:37:55 -04:00
2025-05-07 15:40:21 -04:00