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(settings-page): Update UI components and add settings page #26

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

RicardoGEsteves
Copy link
Owner

Description:
This commit introduces updates to the user interface components and adds a new settings page. The changes are part of the ongoing work on the settings-page branch.

  • In app/(protected)/_components/navbar.tsx, app/(protected)/layout.tsx, app/(protected)/settings/page.tsx, auth.ts, package-lock.json, package.json, and schemas/index.ts, updates have been made to handle the UI enhancements and functionality updates.
  • New files actions/settings.ts, components/ui/select.tsx, components/ui/sheet.tsx, components/ui/switch.tsx, and data/account.ts have been added to handle the new settings page and features.

Changes:

  • Update app/(protected)/_components/navbar.tsx to import MdMenu from react-icons/md for menu icon
  • Update app/(protected)/layout.tsx, app/(protected)/settings/page.tsx, auth.ts, and schemas/index.ts for functionality updates
  • Update package-lock.json and package.json for dependency updates
  • Add new files for handling new settings page and features

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

Description:
This commit introduces updates to the user interface components and adds a new settings page. The changes are part of the ongoing work on the `settings-page` branch.
- In `app/(protected)/_components/navbar.tsx`, `app/(protected)/layout.tsx`, `app/(protected)/settings/page.tsx`, `auth.ts`, `package-lock.json`, `package.json`, and `schemas/index.ts`, updates have been made to handle the UI enhancements and functionality updates.
- New files `actions/settings.ts`, `components/ui/select.tsx`, `components/ui/sheet.tsx`, `components/ui/switch.tsx`, and `data/account.ts` have been added to handle the new settings page and features.

Changes:
- Update `app/(protected)/_components/navbar.tsx` to import `MdMenu` from `react-icons/md` for menu icon
- Update `app/(protected)/layout.tsx`, `app/(protected)/settings/page.tsx`, `auth.ts`, and `schemas/index.ts` for functionality updates
- Update `package-lock.json` and `package.json` for dependency updates
- Add new files for handling new settings page and features

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 3326cd2 into main Jan 14, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the settings-page branch January 14, 2024 23:18
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