InvokeAI/invokeai/frontend/web/src
psychedelicious fb50a221f8 fix(ui): fix color input field alpha
Closes #5647

The alpha values in the UI are `0-1` but the backend wants `0-255`.

Previously, this was handled in `parseFIeldValue` when building the graph. In a recent release, field types were refactored and broke the alpha handling.

The logic for handling alpha values is moved into `ColorFieldInputComponent`, and `parseFieldValue` now just does no value transformations.

Though it would be a minor change, I'm leaving this function in because I don't want to change the rest of the logic except when necessary.
2024-02-05 09:28:20 +11:00
..
app feat(ui): better error handling for persist serialize function 2024-02-03 07:39:19 -05:00
common fix(ui): download image opens in new tab (#5625) 2024-02-01 20:25:01 +00:00
features fix(ui): fix color input field alpha 2024-02-05 09:28:20 +11:00
services chore(ui): format 2024-01-28 19:57:53 +11:00
i18.d.ts fix(ui): improve IDE TS performance by not resolving JSON 2023-06-28 23:55:44 -04:00
i18n.ts feat(ui): handle proxy configs rewriting paths 2024-01-25 13:29:56 +11:00
index.ts tidy(ui): remove commented line 2024-01-22 09:37:26 +11:00
main.tsx chore(ui): format 2024-01-28 19:57:53 +11:00
vite-env.d.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00