-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): teacher tab: Display last synced student's draft (≠ graded …
…code) (#548) * feat: test implementation * feat: working implementation * feat: internationalization and class ongoing * feat: translations * feat: css code * refactor: move draft tab Apply a tab order by decreasing importance: list (exos) → stats → report → editor (graded code) → draft (saved code) → text (subject) Note: It would suffice to reorder the buttons in student-view.html, but for consistency the other "sequences" are also reordered. * feat: comments for fr.po file * feat: fixed bug when switching exercise * feat: test implementation for the text field displaying time of sync * feat: seperate divs for sync_time & draft_editor * feat: change of id in learnocaml-student-view.ml Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> * feat: change of id in student-view.html Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> * feat: sync date reformatted * feat: implementation for flexible display * feat: implementation for flexible display * feat: correcting bug * feat: CSS styling * feat: CSS styling * feat: internationalization * feat: rewriting css * feat: styling & renaming id * fix: Apply fixes and improvements from PR review * feat(web-app): Make (report, editor) tabs buttons likewise * Add a CSS comment about a potential minor issue * fix: details * fix: fr.po * fix: Apply review suggestions * Update src/app/learnocaml_student_view.ml Apply code review suggestion Co-authored-by: Louis Gesbert <louis.gesbert@ocamlpro.com> * style(fr.po): Revert the slightly-ugly unneeded newlines --------- Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> Co-authored-by: Louis Gesbert <louis.gesbert@ocamlpro.com>
- Loading branch information
1 parent
0b150b9
commit 48583ba
Showing
5 changed files
with
207 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.