-
Notifications
You must be signed in to change notification settings - Fork 1
Podpora pro vlastní opendatovky + přidán základní kurz #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
500_man_makes_a_like_3.mp4
frontend/src/CkEditorWrapper.svelte
Outdated
@@ -0,0 +1,37 @@ | |||
<script lang="ts"> | |||
import { onMount, onDestroy } from "svelte"; | |||
import * as ckeditorSynchroizer from './ckeditorSynchroizer' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
divné typo
frontend/src/Editor.svelte
Outdated
@@ -92,7 +92,7 @@ | |||
} | |||
|
|||
function saveLocally() { | |||
saveToLocalDisk("tasks.json", tasksToString(tasks)); | |||
saveToLocalDisk("/kurz/tasks.json", tasksToString(tasks)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tohle je asi blbě. Ten první string je nejspíš jméno souboru.
frontend/src/TaskDisplay.svelte
Outdated
K úloze není zveřejněné vzorové řešení, budeš ho muset nalézt sám. | ||
Rádi ti ale s řešením poradíme na <a href="https://discord.gg/AvXdx2X">našem Discordu</a> a nebo ne <a href="mailto:[email protected]">[email protected]</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
K úloze není zveřejněné vzorové řešení, budeš ho muset nalézt sám. | |
Rádi ti ale s řešením poradíme na <a href="https://discord.gg/AvXdx2X">našem Discordu</a> a nebo ne <a href="mailto:[email protected]">[email protected]</a>. | |
K úloze není zveřejněné vzorové řešení, budeš ho muset vymyslet sám. | |
Rádi Ti ale s řešením poradíme na <a href="https://discord.gg/AvXdx2X">našem Discordu</a> a nebo na <a href="mailto:[email protected]">[email protected]</a>. |
6749d0b
to
d989a93
Compare
resolves #41