InvokeAI/invokeai/frontend/web/src
psychedelicious 6e06935e75 fix(ui): fix favicon
It wasn't in the right place to be bundled into `assets/` by vite.

Also replaced uncategorized board's fallback image with new logo.
2024-01-06 09:09:38 +11:00
..
app feat(ui): clean up a few selectors that do not need to be memoized 2024-01-06 00:03:07 +11:00
assets/images fix(ui): fix favicon 2024-01-06 09:09:38 +11:00
common chore(ui): lint 2024-01-05 08:34:46 -05:00
features fix(ui): fix favicon 2024-01-06 09:09:38 +11:00
services fix(ui): do not use state => state as an input selector 2024-01-06 00:03:07 +11:00
theme fix(ui): restore prev colors for workflow editor 2024-01-05 08:34:46 -05:00
i18.d.ts fix(ui): improve IDE TS performance by not resolving JSON 2023-06-28 23:55:44 -04:00
i18n.ts fix(ui): fix all eslint & prettier issues 2023-07-22 23:45:24 +10:00
index.ts feat(ui): ux improvements & redesign 2023-12-29 08:26:14 -05:00
main.tsx feat(ui): ux improvements & redesign 2023-12-29 08:26:14 -05:00
vite-env.d.ts