mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-02 03:38:57 +01:00
feat: show featurebase dropdown changelog on bottom panel version
This commit is contained in:
@@ -21,4 +21,14 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__version-button {
|
||||||
|
color: globals.$body-color;
|
||||||
|
border-bottom: solid 1px transparent;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-bottom: solid 1px globals.$body-color;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,10 +81,15 @@ export function BottomPanel() {
|
|||||||
<small>{status}</small>
|
<small>{status}</small>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<small>
|
<button
|
||||||
{sessionHash ? `${sessionHash} -` : ""} v{version} "
|
data-featurebase-changelog
|
||||||
{VERSION_CODENAME}"
|
className="bottom-panel__version-button"
|
||||||
</small>
|
>
|
||||||
|
<small data-featurebase-changelog>
|
||||||
|
{sessionHash ? `${sessionHash} -` : ""} v{version} "
|
||||||
|
{VERSION_CODENAME}"
|
||||||
|
</small>
|
||||||
|
</button>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user