Skip to content

Commit

Permalink
V0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
joembedded committed Dec 16, 2024
1 parent a947774 commit 33cf393
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
9 changes: 9 additions & 0 deletions ble_api/css/jodash.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,16 @@ input[type=checkbox] {
0 0 30px #f77,
0 0 100px #f33;
}

.back-white {
background-color: var(--white100);
}

.back-black {
background-color: var(--black0);
}


/* === Bei Icons Hintergrundfarb im ::before festgelegt, kann nur via class gesetzt werden (z.B. fuer Animationen) ===*/
.jo-icon-back-white {
&::before {
Expand Down
6 changes: 4 additions & 2 deletions ble_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
</head>

<body>

<div class="jo-vcontainer">

<header class="jo-menu-header">
Expand Down Expand Up @@ -295,10 +294,13 @@
Offline</span>
</div>

<div id="blxAutoPIN" class="red back-white" style="display:none">
&nbsp;<i class="bi-shield-fill-exclamation jo-icon-ani-blink"></i> AutoPIN &nbsp;
</div>
<!-- Debug-Button einfach mal da, bei Bedarf aktivieren -->
<button hidden id="button-debug">(DEBUG)</button>

<!-- Buttun MUSS 'joInstallApp' heissen! Wird per Default von CSS zu hidden -->
<!-- Button MUSS 'joInstallApp' heissen! Wird per Default von CSS zu hidden -->
<button id="joInstallApp" data-ll="Install APP">Install APP</button>

<span class="jo-menu-right">
Expand Down
2 changes: 1 addition & 1 deletion ble_api/js/blx.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ble_api/js/blxdash.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ble_api/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ble_api/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33cf393

Please sign in to comment.