InvokeAI/invokeai/frontend/web/src
psychedelicious 56050f7887 fix(ui): fix canvas scaling when window is zoomed
Konva doesn't react to changes to window zoom/scale. If you open the tab at, say, 90%, then bump to 100%, the pixel ratio of the canvas doesn't change. This results in lower-quality renders on the canvas (generation is unaffected).
2024-04-30 08:10:59 -04:00
..
app WIP control adapters in regional 2024-04-30 08:10:59 -04:00
common feat(ui): revise internal state for RCC 2024-04-30 08:10:59 -04:00
features fix(ui): fix canvas scaling when window is zoomed 2024-04-30 08:10:59 -04:00
services chore(ui): typegen 2024-04-23 07:32:53 -04: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