Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ feat(inside-screens): Enhance user interface and update dependencies #21

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

RicardoGEsteves
Copy link
Owner

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.

  • In .github/dependabot.yml, app/(protected)/settings/page.tsx, components/auth/login-button.tsx, package-lock.json, and package.json, updates have been made to handle the enhancements and dependency updates.
  • New files 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, and hooks/use-current-user.ts have been added to handle the new features.
  • One of the key additions in this commit is the UserButton component. This component is a dropdown menu that displays the current user's avatar and provides a logout option. It uses the useCurrentUser 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 a LogoutButton component.

Changes:

  • Update .github/dependabot.yml to increase open pull requests limit
  • Update app/(protected)/settings/page.tsx for UI enhancements
  • Update components/auth/login-button.tsx for UI enhancements
  • Update package-lock.json and package.json for dependency updates
  • Add new files for handling new features and UI enhancements

This commit doesn't introduce any breaking changes. The updates are compatible with the existing codebase.
Co-authored-by: Ricardo Esteves [email protected]

…dencies

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.
- In `.github/dependabot.yml`, `app/(protected)/settings/page.tsx`, `components/auth/login-button.tsx`, `package-lock.json`, and `package.json`, updates have been made to handle the enhancements and dependency updates.
- New files `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`, and `hooks/use-current-user.ts` have been added to handle the new features.
- One of the key additions in this commit is the `UserButton` component. This component is a dropdown menu that displays the current user's avatar and provides a logout option. It uses the `useCurrentUser` 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 a `LogoutButton` component.

Changes:
- Update `.github/dependabot.yml` to increase open pull requests limit
- Update `app/(protected)/settings/page.tsx` for UI enhancements
- Update `components/auth/login-button.tsx` for UI enhancements
- Update `package-lock.json` and `package.json` for dependency updates
- Add new files for handling new features and UI enhancements

This commit doesn't introduce any breaking changes. The updates are compatible with the existing codebase.
Co-authored-by: Ricardo Esteves <[email protected]>
@RicardoGEsteves RicardoGEsteves merged commit 0a59f43 into main Jan 12, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the inside-screens branch January 12, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant