TOns of stuff, made letters more reactive, introduced dark theme toggle

This commit is contained in:
schnulller
2022-05-28 21:43:05 +02:00
parent 97a8ccbe88
commit 95918c84d0
14 changed files with 2065 additions and 1488 deletions

View File

@@ -12,14 +12,14 @@
<div class="ha-metadatadate">
@Model.Meta.Date
</div>
@if (Model.ParsedZHString != null) {
@if (Model.ParsedZHString != null && Model.ShowZHData) {
<div class="ha-tooltip">
<div class="ha-pill">
<span>@Model.ParsedZHString</span>
<span>@Html.Raw(Model.ParsedZHString)</span>
</div>
</div>
}
else {
else if (Model.ParsedZHString == null && Model.ShowZHData) {
<div class="ha-tooltip">
<div class="ha-pill">
<span>Neu</span>