add (autoJump) (#245)

* Create index.tsx

* Update index.tsx

* Create index.tsx

* Update index.tsx

* Update index.tsx

* Create index.tsx

* Delete index.tsx

* Delete index.tsx

* Create index.tsx

* update plugin-settings / main settings

yep

* Delete index.tsx

* Revert

* Add AutoJump

* Only Trigger Flux On Setting

* Remove Extra Auto

* Misc Fix

---------

Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
Eazvy 2025-05-04 23:40:40 -04:00 committed by GitHub
parent 238482a0b7
commit 281e9caeff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 8 deletions

View file

@ -252,7 +252,7 @@
}
.visual-refresh .button-danger-background:hover {
background-color: var(--status-danger-background) !important;
background-color: var(--status-danger-background) !important;
color: var(--status-danger-text) !important;
}
@ -261,15 +261,15 @@
border: 1px solid var(--border-subtle) !important;
&:hover {
background-color: var(--card-primary-bg) !important;
background-color: var(--card-primary-bg) !important;
}
}
}
.visual-refresh .vc-plugin-stats {
background-color: var(--card-primary-bg) !important;
border: 1px solid var(--border-subtle) !important;
&:hover {
background-color: var(--card-primary-bg) !important;
background-color: var(--card-primary-bg) !important;
}
}