InvokeAI/invokeai/frontend/web/src/features
psychedelicious ec19fcafb1 fix(ui): fix circular dependency
This is actually a platform-specific issue. `madge` is complaining about a circular dependency on a single file - `invokeai/frontend/web/src/features/queue/store/nanoStores.ts`. In that file, we import from the `nanostores` package. Very similar name to the file itself.

The error only appears on Windows and macOS, I imagine because those systems both resolve `nanostores` to itself before resolving to the package.

The solution is simple - rename `nanoStores.ts`. It's now `queueNanoStore.ts`.
2023-09-25 10:45:38 +10:00
..
canvas fix(ui): passing Promise into ClipboardItem to make it work in Safari 2023-09-21 23:36:05 +10:00
changeBoardModal Translation update (#4503) 2023-09-13 17:31:34 +10:00
controlNet feat: Add Color PreProcessor to Linear UI 2023-09-22 17:30:12 -04:00
deleteImageModal feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
dnd feat(ui): show cursor on drag previews 2023-09-21 09:29:57 -04:00
dynamicPrompts feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
embedding Translation update (#4503) 2023-09-13 17:31:34 +10:00
gallery Re-enable button for seeds set to zero 2023-09-25 10:33:35 +10:00
lora feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
nodes Merge branch 'main' into feat/ui/allow-number-to-string 2023-09-22 21:02:28 -05:00
parameters feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
queue fix(ui): fix circular dependency 2023-09-25 10:45:38 +10:00
sdxl feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
system fix(ui): passing Promise into ClipboardItem to make it work in Safari 2023-09-21 23:36:05 +10:00
ui fix(ui): passing Promise into ClipboardItem to make it work in Safari 2023-09-21 23:36:05 +10:00