Merging unit tests, language switching and mps export #48

Closed
SinusFox wants to merge 56 commits from adding-unit-tests-and-language-switching into export-mps
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 84f43463b9 - Show all commits
+1 -1
View File
@@ -32,7 +32,7 @@ export default function Home() {
const handleMaxMinChange = (event: React.ChangeEvent<HTMLSelectElement>) => {
setMaxminOption(event.target.value); // Update den Zustand basierend auf dem Wert des Selects
};
return (
<>
<header className="header">
+1 -1
View File
@@ -128,7 +128,7 @@ function isInputFilled(obj: string | undefined, subj: string | undefined, bounds
return true;
}
export function calculate_click() {
function calculate_click(maximize: boolean) {
customLogClear();
const timer = walltimeStart();
customLog("calculating");