Development#81
Closed
TryOmar wants to merge 383 commits into
Closed
Conversation
Training dashboard omar
rename: userData to UserDataJWT to align with standard
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…platform into reda-db-review-nd-fix
Reda db review nd fix
…ttern and clean up code and added the missing permissions
… adding, searching, updating, and deleting staff members with appropriate UI components
…lidation and add staff management permissions
…aining and contest components
Feature/virtual mentor
…ttern and clean up code and added the missing permissions
… adding, searching, updating, and deleting staff members with appropriate UI components
…lidation and add staff management permissions
…ure consistent casing
…n checks in training and staff management actions
…lidation and add staff management permissions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…improve leaderboard and contest standings handling
…oles fetching in training layout
…ypes to use consistent casing
This reverts commit 5869e08.
Fixing permissions كله زي الفل
…ctions/_editTraining.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update get training full data
…dling - Added `camelcase-keys` package to handle camelCase conversion for training data. - Updated `getTrainingFullData` to convert standing object properties to camelCase. - Changed variable names in the leaderboard page to match updated casing. - Adjusted type definitions in `training.ts` to reflect camelCase changes.
Refactor training
Collaborator
Author
|
Ops I forgot to mention devleopment so ima close this PR. |
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 adds a user profile dropdown to the navbar. When logged in, the navbar now displays the username. Clicking it opens a dropdown menu with options to view the profile, edit the profile, and sign out. The sign out logic is now reusable and consistent across the app. The dropdown is styled to match the existing UI and works in both light and dark modes.
Screenshots