InvokeAI/invokeai/frontend/web/src/features
psychedelicious 43f2837117 feat(nodes): add invocation classifications
Invocations now have a classification:
- Stable: LTS
- Beta: LTS planned, API may change
- Prototype: No LTS planned, API may change, may be removed entirely

The `@invocation` decorator has a new arg `classification`, and an enum `Classification` is added to `baseinvocation.py`.

The default is Stable; this is a non-breaking change.

The classification is presented in the node header as a hammer icon (Beta) or flask icon (prototype).

The icon has a tooltip briefly describing the classification.
2023-12-12 16:43:05 +11:00
..
canvas fix(ui): fix memoized selectors 2023-12-09 16:09:26 +11:00
changeBoardModal feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
controlAdapters feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
deleteImageModal feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
dnd feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
dynamicPrompts feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
embedding/components eslint added to enforce translations (#5150) 2023-11-25 14:46:19 +11:00
gallery fix(ui): fix memoized selectors 2023-12-09 16:09:26 +11:00
lora feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
modelManager feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
nodes feat(nodes): add invocation classifications 2023-12-12 16:43:05 +11:00
parameters feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
queue feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
sdxl feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
system fix(ui): fix memoized selectors 2023-12-09 16:09:26 +11:00
ui fix(ui): fix memoized selectors 2023-12-09 16:09:26 +11:00
workflowLibrary fix(ui): disallow loading/deleting workflow if already open 2023-12-09 11:10:16 +11:00