feature/58-Implement-Settings-Page#101
Open
Manastirski wants to merge 8 commits into
Open
Conversation
data shapes scaffolded for future role-based auth) plus a bg/en language switcher - Fix app shell layout: remove stray global CSS that squeezed every page into an off-center column, and make the mobile nav sidebar actually responsive (opens/closes correctly, hamburger stays reachable, closes on outside tap or nav-link click) - Fix language preference only being restored on the Settings page — it's now applied once at app bootstrap so it persists across reloads and every route
PIPetkova19
previously approved these changes
Jul 13, 2026
…ang card- settings component.
constantine0621
previously approved these changes
Jul 15, 2026
isivanoff
requested changes
Jul 16, 2026
PIPetkova19
previously approved these changes
Jul 20, 2026
Updated the new convention in Claude.md. Updated the new convention in .claude/rules/frontend.md
constantine0621
previously approved these changes
Jul 21, 2026
PIPetkova19
previously approved these changes
Jul 23, 2026
PIPetkova19
reviewed
Jul 23, 2026
| <div> | ||
| <app-room-options></app-room-options> | ||
| <app-room-table></app-room-table> | ||
| <div class="component-panel room"> |
Contributor
There was a problem hiding this comment.
Why did you remove app-room-options?
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.
New /settings route: read-only profile card (student today, lector data shapes scaffolded for future role-based auth) plus a bg/en
language switcher