style: KVZ LEDs style
This commit is contained in:
@@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false
|
||||
NEXT_PUBLIC_EXPORT_STATIC=false
|
||||
NEXT_PUBLIC_USE_CGI=false
|
||||
# App-Versionsnummer
|
||||
NEXT_PUBLIC_APP_VERSION=1.6.663
|
||||
NEXT_PUBLIC_APP_VERSION=1.6.664
|
||||
NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter)
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL
|
||||
NEXT_PUBLIC_EXPORT_STATIC=true
|
||||
NEXT_PUBLIC_USE_CGI=true
|
||||
# App-Versionsnummer
|
||||
NEXT_PUBLIC_APP_VERSION=1.6.663
|
||||
NEXT_PUBLIC_APP_VERSION=1.6.664
|
||||
NEXT_PUBLIC_CPL_MODE=production
|
||||
@@ -1,3 +1,8 @@
|
||||
## [1.6.664] – 2025-07-31
|
||||
|
||||
- style: LEDs style
|
||||
|
||||
---
|
||||
## [1.6.663] – 2025-07-31
|
||||
|
||||
- feat: KVZ API JSON Data
|
||||
|
||||
@@ -22,7 +22,7 @@ const FallSensors: React.FC<FallSensorsProps> = ({ slotIndex }) => {
|
||||
});
|
||||
|
||||
return (
|
||||
<div className="bg-gray-300 border border-gray-400 rounded p-1">
|
||||
<div className="bg-gray-300 border border-gray-400 rounded p-1 mt-4 w-full ">
|
||||
{/* Überschrift mit KVZ-Labels */}
|
||||
<div className="flex justify-between items-center mb-2">
|
||||
<span className="text-[8px] font-medium text-gray-700">KVZ1</span>
|
||||
|
||||
@@ -467,7 +467,7 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
|
||||
{/* KVz Panel - Anzeige ganz unten, nur wenn KVz aktiv ist */}
|
||||
{showKvzPanel && isKvzActiveForSlot && (
|
||||
<div className=" bg-gray-400 mt-4 border p-1">
|
||||
<div className="flex flex-col items-center ">
|
||||
<FallSensors slotIndex={slotIndex} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "cpl-v4",
|
||||
"version": "1.6.663",
|
||||
"version": "1.6.664",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "cpl-v4",
|
||||
"version": "1.6.663",
|
||||
"version": "1.6.664",
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.1.0",
|
||||
"@headlessui/react": "^2.2.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpl-v4",
|
||||
"version": "1.6.663",
|
||||
"version": "1.6.664",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
Reference in New Issue
Block a user