Merging unit tests, language switching and mps export #48
+1
-1
@@ -32,7 +32,7 @@ export default function Home() {
|
|||||||
const handleMaxMinChange = (event: React.ChangeEvent<HTMLSelectElement>) => {
|
const handleMaxMinChange = (event: React.ChangeEvent<HTMLSelectElement>) => {
|
||||||
setMaxminOption(event.target.value); // Update den Zustand basierend auf dem Wert des Selects
|
setMaxminOption(event.target.value); // Update den Zustand basierend auf dem Wert des Selects
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<header className="header">
|
<header className="header">
|
||||||
|
|||||||
+1
-1
@@ -128,7 +128,7 @@ function isInputFilled(obj: string | undefined, subj: string | undefined, bounds
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function calculate_click() {
|
function calculate_click(maximize: boolean) {
|
||||||
customLogClear();
|
customLogClear();
|
||||||
const timer = walltimeStart();
|
const timer = walltimeStart();
|
||||||
customLog("calculating");
|
customLog("calculating");
|
||||||
|
|||||||
Reference in New Issue
Block a user