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

improve navigation #58

Merged
merged 19 commits into from
Oct 21, 2024
Merged

improve navigation #58

merged 19 commits into from
Oct 21, 2024

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    240b580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64c8c2 View commit details
    Browse the repository at this point in the history
  3. refactor Authors component and AuthorPills

    - created pills for 2 authors and 3+ authors;
    - moved Author pills to a single file located in Authors/AuthorPills;
    - fixed imports
    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    21df3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59fc434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b2887 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    510770a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3277067 View commit details
    Browse the repository at this point in the history
  8. fix styling

    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f6e3b09 View commit details
    Browse the repository at this point in the history
  9. fix broken links

    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a4ead44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51cefaa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. file renaming

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a12f616 View commit details
    Browse the repository at this point in the history
  2. update header styling

    - make header correspond to page type, changing background and font
      colors based on the type of page it is inserted instead of being
      generic
    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab706d2 View commit details
    Browse the repository at this point in the history
  3. optimize css

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    14229ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094e043 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49e6049 View commit details
    Browse the repository at this point in the history
  6. fix typescript errors

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aa58976 View commit details
    Browse the repository at this point in the history
  7. update metadata generation

    - changed metadata generation, badges, favicons and open graphs,
      replacing payload boilerplate open graph and use content tailored to
      the content-sub project
    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    112d35c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. refactor AuthorPill

    - remake author pill as a standalone component;
    - use conditional rendering to make it fit one, two or more
    contributors;
    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    90ef400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb65893 View commit details
    Browse the repository at this point in the history