Lincoln Stein
e0214a32bc
mostly ported to new manager API; needs testing
2023-05-06 00:44:12 -04:00
Lincoln Stein
af8c7c7d29
model manager rewritten to use model_cache; API changed!
2023-05-05 19:32:28 -04:00
StAlKeR7779
a80fe05e23
Rename compel node
2023-05-05 21:30:16 +03:00
StAlKeR7779
58d7833c5c
Review changes
2023-05-05 21:09:29 +03:00
StAlKeR7779
5012f61599
Separate conditionings back to positive and negative
2023-05-05 15:47:51 +03:00
Lincoln Stein
a4e36bc02a
when model is forcibly moved into RAM update loaded_models set
2023-05-04 23:28:03 -04:00
Lincoln Stein
2e9bec15e7
Merge branch 'main' into lstein/new-model-manager
2023-05-04 23:19:38 -04:00
Lincoln Stein
68bc0112fa
implement lazy GPU offloading and ref counting
2023-05-04 23:15:32 -04:00
blessedcoolant
85c33823c3
Merge branch 'main' into feat/compel_node
2023-05-05 14:41:45 +12:00
psychedelicious
e04ada1319
Merge branch 'main' into patch-1
2023-05-05 10:38:45 +10:00
Lincoln Stein
d866dcb3d2
close #3343
2023-05-04 20:30:59 -04:00
StAlKeR7779
81ec476f3a
Revert seed field addition
2023-05-04 21:50:40 +03:00
StAlKeR7779
1e6adf0a06
Fix default graph and test
2023-05-04 21:14:31 +03:00
StAlKeR7779
7d221e2518
Combine conditioning to one field(better fits for multiple type conditioning like perp-neg)
2023-05-04 20:14:22 +03:00
Lincoln Stein
a273bdbdc1
Merge branch 'main' into lstein/new-model-manager
2023-05-03 18:09:29 -04:00
StAlKeR7779
56d3cbead0
Merge branch 'main' into feat/compel_node
2023-05-04 00:28:33 +03:00
Lincoln Stein
4687ad4ed6
Merge branch 'main' into enhance/invokeai-logs
2023-05-03 13:36:06 -04:00
Lincoln Stein
8a0ec0fa0f
Merge branch 'main' into lstein/new-model-manager
2023-05-03 13:30:50 -04:00
Lincoln Stein
e1fed52c66
work on model cache and its regression test finished
2023-05-03 12:38:18 -04:00
psychedelicious
994b247f8e
feat(ui): do not persist gallery images
...
- I've sorted out the issues that make *not* persisting troublesome, these will be rolled out with canvas
- Also realized that persisting gallery images very quickly fills up localStorage, so we can't really do it anyways
2023-05-03 23:41:48 +10:00
Lincoln Stein
bb959448c1
implement hashing for local & remote models
2023-05-02 16:52:27 -04:00
psychedelicious
0419f50ab0
chore(ui): bump react-virtuoso
...
- Resolves an issue with gallery not rendering all items
2023-05-02 20:15:29 +10:00
psychedelicious
f9f40adcdc
fix(nodes): fix t2i
graph
...
Removed width and height edges.
2023-05-02 13:11:28 +10:00
Lincoln Stein
2e2abf6ea6
caching of subparts working
2023-05-01 22:57:30 -04:00
psychedelicious
3264d30b44
feat(nodes): allow multiples of 8 for dimensions
2023-05-02 12:01:52 +10:00
psychedelicious
4d885653e9
feat(ui): tidy
2023-05-02 11:27:08 +10:00
psychedelicious
475b6bef53
feat(ui): use windowing for gallery
...
vastly improves the gallery performance when many images are loaded.
- `react-virtuoso` to do the virtualized list
- `overlayscrollbars` for a scrollbar
2023-05-02 11:27:08 +10:00
Eugene
d39de0ad38
fix(nodes): fix duplicate Invoker start/stop events
2023-05-01 18:24:37 -04:00
Eugene
d14a7d756e
nodes-api: enforce single thread for the processor
...
On hyperthreaded CPUs we get two threads operating on the queue by
default on each core. This cases two threads to process queue items.
This results in pytorch errors and sometimes generates garbage.
Locking this to single thread makes sense because we are bound by the
number of GPUs in the system, not by CPU cores. And to parallelize
across GPUs we should just start multiple processors (and use async
instead of threading)
Fixes #3289
2023-05-01 18:24:37 -04:00
Lincoln Stein
b050c1bb8f
use logger in ApiDependencies
2023-05-01 16:27:44 -04:00
psychedelicious
276dfc591b
feat(ui): disable w/h when img2img & not fit
2023-05-01 17:28:22 +10:00
psychedelicious
b49d76ebee
feat(nodes): fix image to image fit
param
...
it was ignored previously.
2023-05-01 17:28:22 +10:00
psychedelicious
a6be44789b
fix(ui): progress image rerender, checkbox
2023-05-01 11:16:49 +10:00
blessedcoolant
a4313c26cb
fix: Do not hide Preview button & color code it
2023-05-01 11:16:49 +10:00
blessedcoolant
d4b250d509
feat(ui): Add auto show progress previews setting
2023-05-01 11:16:49 +10:00
psychedelicious
29743a9e02
fix(ui): next/prev image buttons
2023-05-01 11:16:49 +10:00
psychedelicious
fecb77e344
feat(ui): dndkit
--> rnd
for draggable
2023-05-01 11:16:49 +10:00
psychedelicious
779671753d
feat(ui): tweak floating preview
2023-05-01 11:16:49 +10:00
psychedelicious
d5e152b35e
fix(ui): ignore events after canceling session
2023-05-01 11:16:49 +10:00
psychedelicious
270657a62c
feat(ui): gallery & progress image refactor
2023-05-01 11:16:49 +10:00
psychedelicious
3601b9c860
feat(ui): revamp status indicator
2023-05-01 11:16:49 +10:00
psychedelicious
c8fe12cd91
feat(ui): init image tweaks
2023-05-01 11:16:49 +10:00
psychedelicious
deae5fbaec
fix(ui): socket event types
2023-05-01 11:16:49 +10:00
psychedelicious
5b558af2b3
fix(ui): fix metadata viewer scroll
2023-05-01 11:16:49 +10:00
psychedelicious
4150d5306f
chore(ui): regen api client
2023-05-01 11:16:49 +10:00
psychedelicious
8c2e4700f9
feat(ui): persist gallery state
2023-05-01 11:16:49 +10:00
psychedelicious
adaecada20
fix(ui): fix current image seed button
2023-05-01 11:16:49 +10:00
psychedelicious
258895bcc9
feat(ui): being dismantling old sio stuff, fix recall seed/prompt/init
...
- still need to fix up metadataviewer's recall features
2023-05-01 11:16:49 +10:00
psychedelicious
2eb7c25bae
feat(ui): clean up and simplify socketio middleware
2023-05-01 11:16:49 +10:00
psychedelicious
2e4e9434c1
fix(ui): fix initial image for uploads
2023-05-01 11:16:49 +10:00
psychedelicious
0cad204e74
feat(ui): add error handling for linear graph generation
2023-05-01 11:16:49 +10:00
Lincoln Stein
0bc2edc044
Merge branch 'main' into enhance/invokeai-logs
2023-04-29 11:00:18 -04:00
Lincoln Stein
974841926d
logger is a interchangeable service
2023-04-29 10:48:50 -04:00
Lincoln Stein
8db20e0d95
rename log to logger throughout
2023-04-29 09:43:40 -04:00
psychedelicious
d00d29d6b5
feat(ui): update settings modal
2023-04-29 18:28:19 +10:00
psychedelicious
dc976cd665
feat(ui): add switch for logging
2023-04-29 18:28:19 +10:00
psychedelicious
6d6b986a66
feat(ui): remove Console and redux logging state
2023-04-29 18:28:19 +10:00
psychedelicious
bffdede0fa
feat(ui): improve log messages
2023-04-29 18:28:19 +10:00
psychedelicious
a4c258e9ec
feat(ui): add roarr logger
2023-04-29 18:28:19 +10:00
psychedelicious
8d837558ac
fix(ui): fix spelling of systemPersistDenylist.ts
2023-04-29 18:28:19 +10:00
psychedelicious
e673ed08ec
fix(ui): restore missing chakra-cli package
...
(amending to try and get the workflow to run)
2023-04-29 12:21:11 +10:00
Lincoln Stein
f0e07bff5a
fix bad logging path in config script
2023-04-28 15:39:00 -04:00
Lincoln Stein
3ec06a1fc3
Merge branch 'main' into enhance/invokeai-logs
2023-04-28 10:10:33 -04:00
Lincoln Stein
6b79e2b407
Merge branch 'main' into enhance/invokeai-logs
...
- resolve conflicts
- remove unused code identified by pyflakes
2023-04-28 10:09:46 -04:00
psychedelicious
53c7832fd1
fix(ui): fix packaging import issue
2023-04-28 22:37:51 +10:00
psychedelicious
ca1cc0e2c2
feat(ui): rerender mitigation sweep
2023-04-28 22:00:18 +10:00
psychedelicious
5d8728c7ef
feat(ui): persist socket session ids and re-sub on connect
2023-04-28 22:00:18 +10:00
psychedelicious
a8cec4c7e6
fix(ui): improve schema parsing error handling
2023-04-28 22:00:18 +10:00
psychedelicious
2b5ccdc55f
build(ui): treeshake lodash via lodash-es
2023-04-28 21:56:43 +10:00
psychedelicious
d92d5b5258
build(ui): fix types exports
2023-04-28 21:56:43 +10:00
psychedelicious
a591184d2a
build(ui): remove unneeded types file
2023-04-28 21:56:43 +10:00
psychedelicious
ee881e4c78
build(ui): add react/react-dom peer deps
2023-04-28 21:56:43 +10:00
psychedelicious
61fbb24e36
feat(ui): set up for packaging
2023-04-28 21:56:43 +10:00
psychedelicious
d582949488
feat(ui): rename main app components
2023-04-28 21:56:43 +10:00
psychedelicious
de574eb4d9
chore(ui): upgrade all packages
2023-04-28 21:56:43 +10:00
psychedelicious
bfd90968f1
chore(ui): tidy npm structure
2023-04-28 21:56:43 +10:00
Lincoln Stein
956ad6bcf5
add redesigned model cache for diffusers & transformers
2023-04-28 00:41:52 -04:00
psychedelicious
4a924c9b54
feat(nodes): hardcode resize latents downsampling
2023-04-28 09:52:09 +10:00
psychedelicious
0453d60c64
fix(nodes): fix slatents and rlatents bugs
2023-04-28 09:52:09 +10:00
psychedelicious
c4f4f8b1b8
fix(nodes): remove unused width and height from t2l
2023-04-28 09:52:09 +10:00
psychedelicious
3e80eaa342
feat(nodes): add resize and scale latents nodes
...
- this resize/scale latents is what is needed for hires fix
- also remove unused `seed` from t2l
2023-04-28 09:52:09 +10:00
Mary Hipp
00a0cb3403
fix(ui): update exported types
2023-04-28 09:20:09 +10:00
Mary Hipp
ea93cad5ff
fix(ui): update to match change in route params
2023-04-28 09:19:03 +10:00
Mary Hipp
4453a0d20d
feat(ui): remove toasts for network bc we have status to tell us
2023-04-28 09:18:19 +10:00
Mary Hipp Rogers
1e837e3c9d
fix(ui): add formatted neg prompt for linear nodes ( #3282 )
...
* fix(ui): add formatted neg prompt for linear nodes
* remove conditional
---------
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
2023-04-27 15:05:35 -04:00
Andy Luhrs
0f95f7cea3
Fix inpaint node
...
Seems like this is the only change needed for the existing inpaint node to work.
2023-04-27 11:03:07 -07:00
StAlKeR7779
0b0068ab86
Merge branch 'main' into feat/compel_node
2023-04-27 14:53:10 +03:00
psychedelicious
31c7fa833e
feat(ui): simplify image display
2023-04-27 14:10:44 +10:00
blessedcoolant
db16ca0079
fix(ui): Current Image Buttons position
2023-04-27 14:10:44 +10:00
psychedelicious
a824f47bc6
fix(nodes): use absolute path when deleting
2023-04-27 14:10:44 +10:00
psychedelicious
99392debe8
feat(ui): refactor DeleteImageModal
...
- refactor the component
- use translations
- add config for systems where deleted images are not sent to bin (only changes the messaging)
2023-04-27 14:10:44 +10:00
psychedelicious
0cc739afc8
feat(nodes): use send2trash to delete images, fix thumbnail_path
2023-04-27 14:10:44 +10:00
psychedelicious
0ab62b0343
feat(ui): "blacklist" -> "denylist"
2023-04-27 14:10:44 +10:00
psychedelicious
75d25dd5cc
feat(ui): restore image deletion functionality
2023-04-27 14:10:44 +10:00
psychedelicious
2e54da13d8
chore(ui): regen api client
2023-04-27 14:10:44 +10:00
psychedelicious
f34f416bf5
fix(ui): handle floats in NumberInputFieldComponent
2023-04-27 14:10:44 +10:00
psychedelicious
021c63891d
fix(ui): fix config types and merging
2023-04-27 14:10:44 +10:00
blessedcoolant
a968862e6b
feat(ui): Move img2img badge info to top right
2023-04-27 14:10:44 +10:00
blessedcoolant
a08189d457
ui: Match styling of img2img to the rest of the accordions
2023-04-27 14:10:44 +10:00
psychedelicious
0a936696c3
feat(ui): add config slice, configuration default values
2023-04-27 14:10:44 +10:00
Mary Hipp
b638fb2f30
fix(ui): use name in response instead of parsing out of URL to handle alternative URLs
2023-04-26 09:48:16 -04:00
psychedelicious
c1b10b2222
feat(ui): open in new tab @ hoverable image
2023-04-26 12:40:10 +10:00
psychedelicious
bee29714d9
fix(ui): fix templates not refreshing correctly
2023-04-26 12:40:10 +10:00
psychedelicious
d40d5276dd
feat(ui): wip img2img ui
2023-04-26 12:40:10 +10:00
psychedelicious
568f0aad71
feat(ui): wip img2img ui
2023-04-26 12:40:10 +10:00
psychedelicious
38474fa9d4
feat(ui): add lil spinner to loading
2023-04-26 12:17:01 +10:00
psychedelicious
f7f974a28b
fix(ui): fix inverted conditional
2023-04-26 12:17:01 +10:00
psychedelicious
3c150b384c
fix(ui): fix export of ApplicationFeature type
2023-04-26 12:17:01 +10:00
psychedelicious
65816049ba
feat(ui): add secret loading screen override button
2023-04-26 12:17:01 +10:00
psychedelicious
c1c881ded5
feat(ui): support disabledFeatures, add nicer loading
...
- `disabledParametersPanels` -> `disabledFeatures`
- handle disabling `faceRestore`, `upscaling`, `lightbox`, `modelManager` and OSS header links/buttons
- wait until models are loaded to hide loading screen
- also wait until schema is parsed if `nodes` is an enabled tab
2023-04-26 12:17:01 +10:00
maryhipp
82c4dd8b86
fix(api): return same URL on location header
2023-04-26 06:29:30 +10:00
psychedelicious
711d09a107
feat(nodes): add get_uri
method to image storage
...
- gets the external URI of an image
2023-04-26 06:29:30 +10:00
psychedelicious
74013b6611
fix(nodes): address feedback
2023-04-26 06:29:30 +10:00
psychedelicious
790f399986
feat(nodes): tidy images routes
2023-04-26 06:29:30 +10:00
psychedelicious
73cdd36594
feat(nodes): raise HTTPExceptions instead of returning Reponses
2023-04-26 06:29:30 +10:00
psychedelicious
50ac3eb28d
feat(nodes): add delete_image & delete_images routes
2023-04-26 06:29:30 +10:00
StAlKeR7779
d753cff91a
Undo debug message
2023-04-25 13:18:50 +03:00
StAlKeR7779
89f1909e4b
Update default graph
2023-04-25 13:11:50 +03:00
StAlKeR7779
37916a22ad
Use textual inversion manager from pipeline, remove extra conditioning info for uc
2023-04-25 12:53:13 +03:00
psychedelicious
f03cb8f134
fix(ui): fix no progress images when gallery is empty
2023-04-25 15:00:54 +10:00
Lincoln Stein
31a904b903
Merge branch 'main' into bugfix/prevent-cli-crash
2023-04-25 03:28:45 +01:00
Lincoln Stein
c174cab3ee
[Bugfix] fixes and code cleanup to update and installation routines ( #3101 )
...
- Fix the update script to work again and fixes the ambiguity between
when a user wants to update to a tag vs updating to a branch, by making
these two operations explicitly separate.
- Remove dangling functions and arguments related to legacy checkpoint
conversion. These are no longer needed now that all legacy models are
either converted at import time, or on-the-fly in RAM.
2023-04-25 03:28:23 +01:00
Lincoln Stein
4fa5c963a1
Merge branch 'main' into bugfix/prevent-cli-crash
2023-04-25 03:10:51 +01:00
Lincoln Stein
48ce256ba2
Merge branch 'main' into lstein/enhance/diffusers-0.15
2023-04-25 02:49:59 +01:00
StAlKeR7779
8cb2fa8600
Restore log_tokenization check
2023-04-25 04:29:17 +03:00
StAlKeR7779
8f460b92f1
Make latent generation nodes use conditions instead of prompt
2023-04-25 04:21:03 +03:00
StAlKeR7779
d99a08a441
Add compel node and conditioning field type
2023-04-25 03:48:44 +03:00
blessedcoolant
a537231f19
Merge branch 'main' into reduce-event-polling
2023-04-24 19:14:10 +12:00
ismail ihsan bülbül
8044d1b840
translationBot(ui): update translation (Turkish)
...
Currently translated at 11.3% (58 of 512 strings)
translationBot(ui): added translation (Turkish)
Co-authored-by: ismail ihsan bülbül <e-ben@msn.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/tr/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Patrick Tien
2b58ce4ae4
translationBot(ui): update translation (Chinese (Simplified))
...
Currently translated at 75.0% (380 of 506 strings)
Co-authored-by: Patrick Tien <ivetien@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/zh_Hans/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Fabian Bahl
ef605cd76c
translationBot(ui): update translation (German)
...
Currently translated at 81.8% (414 of 506 strings)
Co-authored-by: Fabian Bahl <fabian98@bahl-netz.de>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/de/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
figgefigge
a84b5b168f
translationBot(ui): update translation (Swedish)
...
Currently translated at 34.7% (176 of 506 strings)
translationBot(ui): added translation (Swedish)
Co-authored-by: figgefigge <qvintuz@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/sv/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Alexander Eichhorn
16f6ee04d0
translationBot(ui): update translation (German)
...
Currently translated at 81.8% (414 of 506 strings)
translationBot(ui): update translation (German)
Currently translated at 80.8% (409 of 506 strings)
Co-authored-by: Alexander Eichhorn <pfannkuchensack@einfach-doof.de>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/de/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
System X - Files
44be057aa3
translationBot(ui): update translation (Ukrainian)
...
Currently translated at 100.0% (512 of 512 strings)
translationBot(ui): update translation (Russian)
Currently translated at 100.0% (512 of 512 strings)
translationBot(ui): update translation (English)
Currently translated at 100.0% (512 of 512 strings)
translationBot(ui): update translation (Ukrainian)
Currently translated at 100.0% (506 of 506 strings)
translationBot(ui): update translation (Russian)
Currently translated at 100.0% (506 of 506 strings)
translationBot(ui): update translation (Russian)
Currently translated at 100.0% (506 of 506 strings)
Co-authored-by: System X - Files <vasyasos@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/en/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ru/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/uk/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
mitien
422f6967b2
translationBot(ui): update translation (Ukrainian)
...
Currently translated at 75.8% (384 of 506 strings)
translationBot(ui): update translation (Russian)
Currently translated at 85.5% (433 of 506 strings)
Co-authored-by: mitien <mitien@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ru/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/uk/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Riccardo Giovanetti
4528cc8ba6
translationBot(ui): update translation (Italian)
...
Currently translated at 100.0% (512 of 512 strings)
translationBot(ui): update translation (Italian)
Currently translated at 100.0% (511 of 511 strings)
translationBot(ui): update translation (Italian)
Currently translated at 100.0% (506 of 506 strings)
Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
gallegonovato
87e91ebc1d
translationBot(ui): update translation (Spanish)
...
Currently translated at 100.0% (512 of 512 strings)
translationBot(ui): update translation (Spanish)
Currently translated at 100.0% (511 of 511 strings)
translationBot(ui): update translation (Spanish)
Currently translated at 100.0% (506 of 506 strings)
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/es/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Dennis
fd00d111ea
translationBot(ui): update translation (Dutch)
...
Currently translated at 100.0% (504 of 504 strings)
Co-authored-by: Dennis <dennis@vanzoerlandt.nl>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/nl/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Jaulustus
b8dc9000bd
translationBot(ui): update translation (German)
...
Currently translated at 73.4% (370 of 504 strings)
Co-authored-by: Jaulustus <jaulustus@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/de/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Juuso V
58c1066765
translationBot(ui): update translation (Finnish)
...
Currently translated at 18.2% (92 of 504 strings)
translationBot(ui): added translation (Finnish)
Co-authored-by: Juuso V <juuso.vantola@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/fi/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
Bouncyknighter
37096a697b
translationBot(ui): added translation (Mongolian)
...
Co-authored-by: Bouncyknighter <gebifirm@gmail.com>
2023-04-24 16:05:16 +10:00
唐澤 克幸
17d0920186
translationBot(ui): update translation (Japanese)
...
Currently translated at 73.0% (368 of 504 strings)
Co-authored-by: 唐澤 克幸 <4ranci0ne@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ja/
Translation: InvokeAI/Web UI
2023-04-24 16:05:16 +10:00
techybrain-dev
1e05538364
translationBot(ui): added translation (Vietnamese)
...
Co-authored-by: techybrain-dev <techybrain.dev@gmail.com>
2023-04-24 16:05:16 +10:00
Chris Jones
cf28617cd6
Event service will now sleep for 100ms between polls instead of 1ms, reducing CPU usage significantly
2023-04-23 21:27:02 +01:00
psychedelicious
e6158d1874
feat(ui): add reload schema button
2023-04-23 17:49:02 +10:00
Mary Hipp
59b0153236
add to types
2023-04-23 15:59:55 +10:00
Mary Hipp
9f8ff912c4
feat(ui): add support for shouldFetchImages if UI needs to re-fetch an image URL
2023-04-23 15:59:55 +10:00
blessedcoolant
11ab5c7d56
fix(ui): Fix up arrow not working on unfiltered list
2023-04-23 15:18:35 +12:00
blessedcoolant
3f334d9e5e
feat(ui): Add fusejs to NodeSearch
2023-04-23 15:14:44 +12:00
blessedcoolant
ff891b1ff2
feat(ui): Basic Node Search Component
...
Very buggy
2023-04-23 13:35:02 +12:00