Skip to content

Commit

Permalink
Merge branch 'joembedded:master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanullrich authored Dec 24, 2024
2 parents f9c3dbf + 33cf393 commit 40a97d0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 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
15 changes: 11 additions & 4 deletions ble_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
(C) JoEmbedded.de
*todo*
- Rahmen der Dialoge Default-Farbe
- Bei Eingabe von CMDs an Offlin-Sensoren Read-ID viel zu lange
-->

Expand Down Expand Up @@ -71,7 +69,6 @@
</head>

<body>

<div class="jo-vcontainer">

<header class="jo-menu-header">
Expand Down Expand Up @@ -200,6 +197,13 @@
<br>
<br>

<span id="blxBadge" style="display:none">
<!-- print Badge only for Factory Setup-->
<button disabled id="blxBadgeButton">Print Badge</button>
<br>
<br>
</span>

<span id="blxPinEnter" style="display:none">
<button id="blxSetPinButton">Set PIN</button>
<button id="blxScanPinButton" class="green">
Expand Down Expand Up @@ -290,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 40a97d0

Please sign in to comment.