Adding MPS Export #49

Merged
SinusFox merged 61 commits from adding-unit-tests-and-language-switching into main 2024-10-11 14:08:24 +00:00
2 changed files with 43 additions and 3 deletions
Showing only changes of commit ab97b462e3 - Show all commits
+3 -3
View File
@@ -34,7 +34,7 @@ body {
.textbox { .textbox {
width: 100%; /* Nimmt die volle Breite des Containers ein */ width: 100%; /* Nimmt die volle Breite des Containers ein */
margin-top: 10px; /* Optional: Abstand oberhalb der Textbox */ margin: 10px; /* Optional: Abstand oberhalb der Textbox */
padding: 10px; /* Optional: Innenabstand für die Textbox */ padding: 10px; /* Optional: Innenabstand für die Textbox */
border-radius: 20px; /* Abgerundete Ecken */ border-radius: 20px; /* Abgerundete Ecken */
border: 2px solid #580000; /* Optional: Border-Farbe */ border: 2px solid #580000; /* Optional: Border-Farbe */
@@ -69,7 +69,7 @@ body {
background-color: #101010; background-color: #101010;
border-radius: 20px; border-radius: 20px;
margin: 10px; margin: 10px;
padding: 10px padding: 10px;
} }
.body_box { .body_box {
@@ -87,5 +87,5 @@ body {
} }
.text { .text {
margin: 15px; margin: 10px;
} }
+40
View File
@@ -68,6 +68,10 @@ export default function Home() {
<button className="button"> <button className="button">
add add
</button> </button>
<br></br>
<button className="button">
Calculate
</button>
</div> </div>
<div className="grid grid-cols-1 grod-rows-3"> <div className="grid grid-cols-1 grod-rows-3">
<div className="body_box"> <div className="body_box">
@@ -79,6 +83,42 @@ export default function Home() {
<div className="body_title"> <div className="body_title">
Variables Variables
</div> </div>
<div className="container">
<br></br>
<textarea
className="textbox"
placeholder="Variable"
/>
<button className="button">
remove
</button>
</div>
<div className="container">
<br></br>
<textarea
className="textbox"
placeholder="Variable"
/>
<button className="button">
remove
</button>
</div>
<div className="container">
<br></br>
<textarea
className="textbox"
placeholder="Variable"
/>
<button className="button">
remove
</button>
</div>
<button className="button">
add
</button>
</div> </div>
<div className="body_box"> <div className="body_box">
<div className="body_title"> <div className="body_title">