InvokeAI/invokeai/frontend/web/src
psychedelicious ce55a96125 feat(ui): fix queue item count badge positioning
Previously this badge, floating over the queue menu button next to the invoke button, was rendered within the existing layout. When I initially positioned it, the app layout interfered - it would extend into an area reserved for a flex gap, which cut off the badge.

As a (bad) workaround, I had shifted the whole app down a few pixels to make room for it. What I should have done is what I've done in this commit - render the badge in a portal to take it out of the layout so we don't need that extra vertical padding.

Sleekified some styling a bit too.
2024-08-30 22:20:36 +10:00
..
app feat(ui): tuned canvas undo/redo 2024-08-30 22:20:36 +10:00
common chore(ui): lint 2024-08-30 22:20:36 +10:00
features feat(ui): fix queue item count badge positioning 2024-08-30 22:20:36 +10:00
services perf(ui): optimize all selectors 2 2024-08-30 22:20:36 +10: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 refactor(ui): enable global debugging flag 2024-08-30 22:18:47 +10:00
vite-env.d.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00