psychedelicious
fa72a97794
refactor(ui): even more better focus handling
2025-07-01 23:37:31 +10:00
psychedelicious
e817631ba3
refactor(ui): focus handling for new layout system (WIP)
2025-07-01 23:37:31 +10:00
psychedelicious
1ded459f03
refactor(ui): clean up related models impl for picker
2025-07-01 14:52:26 +10:00
psychedelicious
b113c57fc4
refactor(ui): use redux-provided hooks for accessing store
2025-06-30 23:42:53 +10:00
psychedelicious
e8c4f49a14
feat(ui): add .wrap() method to WrappedError
2025-06-30 12:56:51 +10:00
psychedelicious
01caf56251
feat(ui): clearer naming in WrappedError
2025-06-30 12:56:51 +10:00
psychedelicious
4b84e34599
refactor(ui): better race condition handling in runGraph
2025-06-30 12:56:51 +10:00
psychedelicious
aa10373292
feat(ui): loosen typings for Result
2025-06-30 12:56:51 +10:00
psychedelicious
9f1ea9d1c7
fix(ui): use existing GroupStatusMap type
2025-06-27 11:19:24 +10:00
Cursor Agent
571d286506
Enhance LoRA picker to default to current base model architecture
...
Co-authored-by: kent <kent@invoke.ai >
Enhance LoRA picker to default filter by current base model architecture
Co-authored-by: kent <kent@invoke.ai >
2025-06-26 20:43:43 -04:00
psychedelicious
504daa0ae5
Revert "build(ui): adopt sonda over rollup-plugin-visualizer to examine bundle"
...
This reverts commit e0cf2a8046 .
2025-06-26 20:00:39 +10:00
psychedelicious
ab39305223
chore(ui): upgrade zod to v4
2025-06-26 20:00:39 +10:00
psychedelicious
7948bca864
build(ui): adopt sonda over rollup-plugin-visualizer to examine bundle
...
Requires a change to tsconfig module/moduleResolution settings. We were
on old legacy values anyways so good to update it.
2025-06-26 20:00:39 +10:00
psychedelicious
1a39d22b6c
feat(ui): migrate from lodash-es to es-toolkit
2025-06-26 20:00:39 +10:00
psychedelicious
98368b0665
feat(ui): restore gallery hotkeys (except delete)
2025-06-26 20:00:37 +10:00
psychedelicious
7080889ed4
feat(ui): scrollbar styles
2025-06-26 20:00:37 +10:00
psychedelicious
32a5e9652a
refactor: gallery scroll (improved impl)
2025-06-26 20:00:36 +10:00
psychedelicious
4665f0df40
refactor(ui): use image names for selection instead of dtos
...
Update the frontend to incorporate the previous changes to how image
selection and general image identification is handled in the frontend.
2025-06-26 20:00:35 +10:00
psychedelicious
f4794e409b
fix(ui): generate tab hotkey
2025-06-26 20:00:33 +10:00
psychedelicious
abaa33e22c
wip
2025-06-26 20:00:32 +10:00
psychedelicious
32aa3e6d48
feat(ui): switch tab on drag over tab button
2025-06-26 20:00:32 +10:00
psychedelicious
d08e2fbd82
fix(ui): hack to close chakra tooltips on drag
2025-06-26 19:59:04 +10:00
psychedelicious
8d1ab0a2e5
refactor(ui): ref images (WIP)
2025-06-26 19:59:04 +10:00
psychedelicious
aa93e95a94
feat(ui): split out ref images into own slice (WIP)
2025-06-26 19:55:21 +10:00
psychedelicious
2ddcde13ff
refactor(ui): migrate from canceling queue items to deleteing, make queue hook APIs consistent
2025-06-26 19:51:36 +10:00
psychedelicious
e3fc244126
chore(ui): lint (partial cleanup)
2025-06-26 19:51:35 +10:00
psychedelicious
2e2ac71278
feat: canvas flow rework (wip)
2025-06-26 19:50:36 +10:00
psychedelicious
e80f0b2b43
fix(ui): unstable selector results in lora drop down
2025-06-26 19:50:35 +10:00
psychedelicious
faeb5f0c3b
refactor(ui): canvas flow (wip)
2025-06-26 19:50:34 +10:00
psychedelicious
5f2f12f803
refactor(ui): org state in prep for new flow
2025-06-26 19:50:33 +10:00
psychedelicious
4835c344b3
feat(ui): implement generalized textarea size tracking system
2025-05-30 12:36:06 +10:00
Mary Hipp
d36bc185c8
only use client side uploads if more than one image to retain metadata for single uploads
2025-05-20 08:03:00 +10:00
Lucian Hardy
a4cddfa47d
feat(ui): model relationship management
...
Adds full support for managing model-to-model relationships in the UI and backend.
Introduces RelatedModels subpanel for linking and unlinking models in model management.
- Adds REST API routes for adding, removing, and retrieving model relationships.
- New database migration: creates model_relationships table for bidirectional links.
- New service layer (model_relationships) for relationship management.
- Updated frontend: Related models float to top of LoRA/Main grouped model comboboxes for quick access.
- Added 'Show Only Related' toggle badge to MainModelPicker filter bar
**Amended commit to remove changes to ParamMainModelSelect.tsx and MainModelPicker.tsx to avoid conflict with upstream deletion/ rewrite**
2025-05-19 10:29:07 +10:00
psychedelicious
703557c8a6
feat(ui): cleanup
2025-05-01 23:22:19 +10:00
psychedelicious
d59a53b3f9
feat(ui): simplify picker types
2025-05-01 23:22:19 +10:00
psychedelicious
7b8f78c2d9
fix(ui): focus bug w/ popvoer
2025-05-01 23:22:19 +10:00
psychedelicious
31ab9be79a
feat(ui): iterate on picker
2025-05-01 23:22:19 +10:00
psychedelicious
c768f47365
fix(ui): dnd autoscroll in scrollable containers
2025-04-28 09:46:38 +10:00
psychedelicious
75ec36bf9a
chore(ui): lint
2025-04-23 17:45:09 +10:00
psychedelicious
d802f8e7fb
feat(ui): disable search when no options
2025-04-23 17:45:09 +10:00
psychedelicious
66eb73088e
feat(ui): rename user-provided extra ctx for picker from ctx to extra to be less confusing
2025-04-23 17:45:09 +10:00
psychedelicious
ed81a13eb4
docs(ui): add some comments for picker
2025-04-23 17:45:09 +10:00
psychedelicious
fbc1aae52d
feat(ui): more flexible fallbacks for model picker
2025-04-23 17:45:09 +10:00
psychedelicious
8f13518c97
feat(ui): add clear search button to model combobox
2025-04-23 17:45:09 +10:00
psychedelicious
6b0a56ceb9
chore(ui): lint
2025-04-23 17:45:09 +10:00
psychedelicious
97d45ceaf2
feat(ui): model picker filter buttons
2025-04-23 17:45:09 +10:00
psychedelicious
aeb3841a6f
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
e7dcb6a03f
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
015dc3ac0d
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
9d8a71b362
feat(ui): genericizing picker
2025-04-23 17:45:09 +10:00