circle Button
This commit is contained in:
@@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false
|
|||||||
NEXT_PUBLIC_EXPORT_STATIC=false
|
NEXT_PUBLIC_EXPORT_STATIC=false
|
||||||
NEXT_PUBLIC_USE_CGI=false
|
NEXT_PUBLIC_USE_CGI=false
|
||||||
# App-Versionsnummer
|
# App-Versionsnummer
|
||||||
NEXT_PUBLIC_APP_VERSION=1.6.557
|
NEXT_PUBLIC_APP_VERSION=1.6.558
|
||||||
NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter)
|
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_EXPORT_STATIC=true
|
||||||
NEXT_PUBLIC_USE_CGI=true
|
NEXT_PUBLIC_USE_CGI=true
|
||||||
# App-Versionsnummer
|
# App-Versionsnummer
|
||||||
NEXT_PUBLIC_APP_VERSION=1.6.557
|
NEXT_PUBLIC_APP_VERSION=1.6.558
|
||||||
NEXT_PUBLIC_CPL_MODE=production
|
NEXT_PUBLIC_CPL_MODE=production
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
## [1.6.558] – 2025-07-08
|
||||||
|
|
||||||
|
- feat: ersetzt Einheit-Select durch Listbox mit littwin-blue Design in AnalogInputsSettingsModal
|
||||||
|
|
||||||
|
---
|
||||||
## [1.6.557] – 2025-07-08
|
## [1.6.557] – 2025-07-08
|
||||||
|
|
||||||
- refactor: Zeitraum-Dropdown in DetailModal auf Listbox mit Littwin-Design umgestellt
|
- refactor: Zeitraum-Dropdown in DetailModal auf Listbox mit Littwin-Design umgestellt
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export const DetailModal = ({
|
|||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
legend: { position: "bottom" as const },
|
legend: { position: "bottom" as const },
|
||||||
title: { display: true, text: `Verlauf – ${selectedKey}` },
|
title: { display: true, text: `Verlauf ${selectedKey}` },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -74,8 +74,9 @@ export const DetailModal = ({
|
|||||||
<h2 className="text-xl font-semibold">
|
<h2 className="text-xl font-semibold">
|
||||||
Detailansicht: {selectedKey}
|
Detailansicht: {selectedKey}
|
||||||
</h2>
|
</h2>
|
||||||
<button onClick={onClose} className="text-red-500 hover:text-red-700">
|
|
||||||
✕
|
<button onClick={onClose} className="text-2xl hover:text-gray-200">
|
||||||
|
<i className="bi bi-x-circle-fill"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -142,8 +143,10 @@ export const DetailModal = ({
|
|||||||
{
|
{
|
||||||
label: selectedKey,
|
label: selectedKey,
|
||||||
data: values,
|
data: values,
|
||||||
borderColor: "rgba(59,130,246,1)",
|
// littwin-blue
|
||||||
backgroundColor: "rgba(59,130,246,0.2)",
|
// rgb(61, 176, 242),
|
||||||
|
borderColor: "rgba(61, 176, 242, 1)",
|
||||||
|
|
||||||
fill: false,
|
fill: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "cpl-v4",
|
"name": "cpl-v4",
|
||||||
"version": "1.6.557",
|
"version": "1.6.558",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cpl-v4",
|
"name": "cpl-v4",
|
||||||
"version": "1.6.557",
|
"version": "1.6.558",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.1.0",
|
"@fontsource/roboto": "^5.1.0",
|
||||||
"@headlessui/react": "^2.2.4",
|
"@headlessui/react": "^2.2.4",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cpl-v4",
|
"name": "cpl-v4",
|
||||||
"version": "1.6.557",
|
"version": "1.6.558",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user