mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 06:02:11 -03:00
feat: add clickable version rows with Civitai links
- Add CSS class `is-clickable` to make version rows appear interactive - Implement URL builder function for Civitai model version links - Make version names clickable links that open Civitai pages in new tabs - Add tooltips and data attributes for enhanced user experience - Pass modelId to version rendering to support external linking This improves user navigation by allowing direct access to model versions on Civitai without leaving the application.
This commit is contained in:
@@ -107,6 +107,10 @@
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.model-version-row.is-clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.model-version-row.is-current {
|
||||
border-color: var(--lora-accent);
|
||||
box-shadow: 0 0 0 1px color-mix(in oklch, var(--lora-accent) 65%, transparent),
|
||||
|
||||
Reference in New Issue
Block a user