mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: show featurebase dropdown changelog on bottom panel version
This commit is contained in:
parent
bf4c07241f
commit
6a52cb3f52
2 changed files with 19 additions and 4 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue