Small change, (visually) disable "Link to Source" on characters that weren't downloaded from a source (#4588)

* feat: enable character source dropdown based on availability and style disabled options

* feat: emit event when character is in right character panel

* refactor: rename CHARACTER_SELECT_SELECTED event to CHARACTER_EDITOR_OPENED for clarity

* Always disable source option when peeking in groups

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Wolfsblvt
2025-10-03 18:48:13 +02:00
committed by GitHub
parent c9e022a790
commit 3e3dfbe05e
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -2931,6 +2931,10 @@ select option:not(:checked) {
color: var(--white70a);
}
select option[disabled]:not(:checked) {
color: var(--white30a);
}
/*#######################################################################*/
#rm_api_block {