mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
f68f8898c0
* redo top panel of workflow editor * add checkbox option to save to project, integrate save-as flow into first time saving workflow * remove log * remove workflowLibrary as a feature that can be disabled * lint * feat(ui): make SaveWorkflowAsDialog a singleton Fixes an issue where the workflow name would erroneously be an empty string (which it should show the current workflow name). Also makes it easier to interact with this component. - Extract the dialog state to a hook - Render the dialog once in `<NodeEditor />` - Use the hook in the various buttons that should open the dialog - Fix a few wonkily named components (pre-existing issue) * fix(ui): when saving a never-before-saved workflow, do not append " (copy)" to the name * fix(ui): do not obscure workflow library button with add node popover This component is kinda janky :/ the popover content somehow renders invisibly over the button. I think it's related to the `<PopoverAnchor />. Need to redo this in the future, but for now, making the popover render lazily fixes this. --------- Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local> Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com> |
||
---|---|---|
.. | ||
app | ||
assets | ||
backend | ||
configs | ||
frontend | ||
version | ||
__init__.py | ||
README |
Organization of the source tree: app -- Home of nodes invocations and services assets -- Images and other data files used by InvokeAI backend -- Non-user facing libraries, including the rendering core. configs -- Configuration files used at install and run times frontend -- User-facing scripts, including the CLI and the WebUI version -- Current InvokeAI version string, stored in version/invokeai_version.py