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

456 fe content panel improvements in navigation new branch #465

Open
wants to merge 6 commits into
base: staging
Choose a base branch
from

Conversation

mitkapanarin
Copy link

This commit updates the Navigation component, introducing several new features and improvements:

  1. Conditional Rendering:

    • Implemented logic to differentiate between public navigation and content panel navigation
    • The component now adapts its display based on the current route
  2. Content Panel Navigation:

    • Added specific links for Blogs and Tags pages within the content panel area
    • Implemented conditional rendering to show these links only when in the content panel
  3. User Authentication Features:

    • Integrated user avatar display for authenticated users
    • Implemented a dropdown menu accessible by clicking on the user avatar
    • Menu includes user information (name and email) and a sign-out option
  4. Improved User Experience:

    • Added a click-outside listener to automatically close the user menu when clicking elsewhere on the page
    • Enhanced the visual feedback for active navigation links

image

@mitkapanarin mitkapanarin linked an issue Dec 7, 2024 that may be closed by this pull request
Copy link

vercel bot commented Dec 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 3:02pm

@edichoska edichoska requested a review from Tikkurilla December 8, 2024 15:17
@edichoska edichoska changed the base branch from main to staging December 8, 2024 15:17
@edichoska
Copy link
Contributor

Also just a reminder, we are creating branches from staging branch and also the base for the PRs should be staging, not main 🍀

@mitkapanarin
Copy link
Author

mitkapanarin commented Dec 8, 2024 via email

- Update User interface to match API documentation
Copy link
Contributor

@edichoska edichoska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mitkapanarin Also please resolve the conflict

components/reusable-components/_Types/index.ts Outdated Show resolved Hide resolved
components/reusable-components/navigation/Navigation.tsx Outdated Show resolved Hide resolved
components/reusable-components/navigation/Navigation.tsx Outdated Show resolved Hide resolved
@edichoska
Copy link
Contributor

@mitkapanarin Please focus on finishing this PR 🙏

@mitkapanarin mitkapanarin requested a review from edichoska January 1, 2025 14:15
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.

[FE] Content Panel: Improvements in navigation
2 participants