names changed
This commit is contained in:
Generated
+5
-3
@@ -6,8 +6,10 @@
|
|||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="744e9299-0ce3-415c-8733-c935bf920887" name="Changes" comment="">
|
<list default="true" id="744e9299-0ce3-415c-8733-c935bf920887" name="Changes" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/anwendung/src/components/Test.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/anwendung/src/components/Test.jsx" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/anwendung/src/components/CalenderView.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/anwendung/src/components/CalenderView.jsx" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/anwendung/src/pages/help.js" beforeDir="false" afterPath="$PROJECT_DIR$/anwendung/src/pages/help.js" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/anwendung/src/components/Login.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/anwendung/src/components/Login.jsx" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/backend/database.mv.db" beforeDir="false" afterPath="$PROJECT_DIR$/backend/database.mv.db" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/backend/database.trace.db" beforeDir="false" afterPath="$PROJECT_DIR$/backend/database.trace.db" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -148,7 +150,7 @@
|
|||||||
<workItem from="1687173723149" duration="7011000" />
|
<workItem from="1687173723149" duration="7011000" />
|
||||||
<workItem from="1687240431966" duration="47000" />
|
<workItem from="1687240431966" duration="47000" />
|
||||||
<workItem from="1687245202053" duration="3425000" />
|
<workItem from="1687245202053" duration="3425000" />
|
||||||
<workItem from="1687249039012" duration="459000" />
|
<workItem from="1687249039012" duration="3407000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -915,8 +915,8 @@ export default function CalenderView(p) {
|
|||||||
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
||||||
marginTop: 10,
|
marginTop: 10,
|
||||||
fontSize: 20
|
fontSize: 20
|
||||||
}}>{Math.floor(timePlanned)}h {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
|
}}>{Math.floor(timePlanned)} Vorlesungsstunden {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
|
||||||
// 20h</p>
|
// 20 Vorlesungsstunden</p>
|
||||||
|
|
||||||
<div style={{
|
<div style={{
|
||||||
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ export default function Login() {
|
|||||||
return (
|
return (
|
||||||
// <div className="border">
|
// <div className="border">
|
||||||
<login className={"login-container box-shadow"}>
|
<login className={"login-container box-shadow"}>
|
||||||
|
|
||||||
<p className={"font-big-fat placement"}>Login</p>
|
<p className={"font-big-fat placement"}>Login</p>
|
||||||
<div className={"placement"}>
|
<div className={"placement"}>
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user