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: create header component #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Feb 4, 2024

  1. feat: create header component

    creates the main header component and it's subcomponents: NavItem, HeaderSearch,
    AccountNotification, AccountMenu and HeaderBanner.
    gllherme committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7b7ac21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675406b View commit details
    Browse the repository at this point in the history
  3. fix: makes the header fixed

    gllherme committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    79a174e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52915e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e2a4ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b28e0ed View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. refactor: remove unused svg

    gllherme committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d260492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36a897 View commit details
    Browse the repository at this point in the history
  3. refactor: refactors the entire HeaderBanner component

    removes repeated code, facilitates adition of new banner types and fixes minor positioning issue
    gllherme committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6976446 View commit details
    Browse the repository at this point in the history