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

encapsulate hub head block #43

Merged
merged 26 commits into from
Oct 4, 2024
Merged

encapsulate hub head block #43

merged 26 commits into from
Oct 4, 2024

Commits on Sep 26, 2024

  1. update and fix globals.css

    - addded font-size variables;
    - added new typeface variables;
    - move the "CSS Reset" outside of root, which was breaking elements such
      as the header navbar;
    rccsousa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9b02576 View commit details
    Browse the repository at this point in the history
  2. add fonts

    rccsousa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ba6ab15 View commit details
    Browse the repository at this point in the history
  3. hub page initial setup

    rccsousa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9278dea View commit details
    Browse the repository at this point in the history
  4. update fetchers

    - created general fetcher utility;
    - added graphQL query to fetch all content;
    rccsousa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d5ee07d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9a003f View commit details
    Browse the repository at this point in the history
  6. setup content grid

    rccsousa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d9a564 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d015ed View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. add search bar (placeholder)

    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    572e171 View commit details
    Browse the repository at this point in the history
  2. add content grid navbar

    - minor changes to css globals;
    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d113282 View commit details
    Browse the repository at this point in the history
  3. update navbar

    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ebaf7d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b81fa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5feb3b3 View commit details
    Browse the repository at this point in the history
  6. linting

    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    488b46a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    437843d View commit details
    Browse the repository at this point in the history
  8. update types

    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e4f05f8 View commit details
    Browse the repository at this point in the history
  9. update graphQL query limits

    rccsousa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    db7bbbe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'main' of https://github.com/subvisual/content-sub into …

    …rs/add-contentgrid-navbar
    rccsousa committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ac9e699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58970bc View commit details
    Browse the repository at this point in the history
  3. format and fix

    - rename variables for consistency,
    - improved typing,
    rccsousa committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8fa63ba View commit details
    Browse the repository at this point in the history
  4. encapsulate hub head as a standalone block

    - repurpose Settings collection to define highlights;
    - update graphQL queries to reflect changes;
    - style ContentPilland AuthorPill components;
    - fix icons svg fields to be compliant with React;
    rccsousa committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fa04f4c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'main' of https://github.com/subvisual/content-sub into …

    …rs/encapsulate-hub-head-block
    rccsousa committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e6c4de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fad256 View commit details
    Browse the repository at this point in the history
  3. encapsulate hub head block + format and fix

    - moved content nav bar together with content grid;
    - css styling fixes and changes;
    rccsousa committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    624171c View commit details
    Browse the repository at this point in the history
  4. linting

    rccsousa committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    825625f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4f6c9e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'main' of https://github.com/subvisual/content-sub into …

    …rs/encapsulate-hub-head-block
    rccsousa committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9c8133f View commit details
    Browse the repository at this point in the history