feat: ✨ feat(inside-screens): Enhance user interface and update dependencies #21
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.
Description:
This commit introduces enhancements to the user interface and updates dependencies. The changes are part of the ongoing work on the
inside-screens
branch..github/dependabot.yml
,app/(protected)/settings/page.tsx
,components/auth/login-button.tsx
,package-lock.json
, andpackage.json
, updates have been made to handle the enhancements and dependency updates.actions/logout.ts
,app/(protected)/_components/
,app/(protected)/_constants/
,app/(protected)/layout.tsx
,components/auth/logout-button.tsx
,components/auth/user-button.tsx
,components/ui/avatar.tsx
,components/ui/dropdown-menu.tsx
, andhooks/use-current-user.ts
have been added to handle the new features.UserButton
component. This component is a dropdown menu that displays the current user's avatar and provides a logout option. It uses theuseCurrentUser
hook to get the current user's data and displays a dropdown menu with the user's avatar as the trigger. The dropdown menu content includes aLogoutButton
component.Changes:
.github/dependabot.yml
to increase open pull requests limitapp/(protected)/settings/page.tsx
for UI enhancementscomponents/auth/login-button.tsx
for UI enhancementspackage-lock.json
andpackage.json
for dependency updatesThis commit doesn't introduce any breaking changes. The updates are compatible with the existing codebase.
Co-authored-by: Ricardo Esteves [email protected]