Add dark modern redesign and teacher feedback workflow#112
Open
Luvi-1 wants to merge 2 commits into
Open
Conversation
Member
|
Thanks a lot! it is a non-trivial amount of code, it will take me a bit to go through it. Is that intentional? |
siscia
approved these changes
May 23, 2026
Member
siscia
left a comment
There was a problem hiding this comment.
Approve to trigger CI - please don't merge yet.
siscia
requested changes
May 23, 2026
Member
siscia
left a comment
There was a problem hiding this comment.
Let's please address the CI issues in the meantime.
Author
|
Thanks for reviewing it!
Yes, the teacher feedback form was intentional. I thought it would be
useful to have a way for teachers to leave feedback on a student’s work or
conversation, since that feedback can help students understand what to
improve. That said, I understand it adds extra scope to the PR. If you
would prefer, I can remove the feedback feature from this PR and keep this
focused only on the UI redesign, then make feedback a separate follow-up PR.
…On Sat, May 23, 2026 at 1:38 PM Simone Mosciatti ***@***.***> wrote:
*siscia* left a comment (RedBeardLab/2llteacher#112)
<#112 (comment)>
Thanks a lot!
it is a non-trivial amount of code, it will take me a bit to go through it.
I am also seeing the introduction of a form for teacher feedback being
introduced.
Is that intentional?
—
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3QJQVQSTJ6CJ667R6CRJDL44ID2VAVCNFSM6AAAAACZJ6PXQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKMRWGQ3TANJYGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Author
|
CI issues should be fixed now.I pushed a small follow-up commit that only
fixes formatting and mypy issues. The local checks are now passing
…On Sat, May 23, 2026 at 1:42 PM Simone Mosciatti ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Let's please address the CI issues in the meantime.
—
Reply to this email directly, view it on GitHub
<#112 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3QJQVVTFXPLUBIATESY4AT44IEKTAVCNFSM6AAAAACZJ6PXQWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DGNJRGQYDSOJSGU>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the LLTeacher interface with a cleaner dark design for students, teachers, and public login pages.
It also adds a teacher feedback feature so instructors can leave feedback on student conversations, and students can see that feedback in their dashboard.
Changes
Updated homepage, login, and register pages
Added new student dashboard/sidebar layout
Updated student homework, course, profile, and conversation pages
Added new teacher dashboard/sidebar layout
Updated teacher homework, submissions, matrix, course, profile, and conversation pages
Added teacher feedback form for student conversations
Shows saved teacher feedback to students
Added a small explanation checker for student reasoning
Fixed small frontend issues found during review