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: phase-2 p.o.c: break the app into packages #81

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Mar 15, 2024

  1. - scaffold initial packages

    jasonbahl committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7eaf19f View commit details
    Browse the repository at this point in the history
  2. - initial setup basing webpack configurations off of Gutenberg and sp…

    …litting all the components into "packages"
    jasonbahl committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fb8a265 View commit details
    Browse the repository at this point in the history
  3. - add README to the packages directory

    - enqueue the scripts for each package
    jasonbahl committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ede1ea3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a365ed View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. - add dev, dev:packages commands

    - pin chalk to 4.1.1 based on gutenberg's implementation
    - install fast-glob, node-watch, progress as dev deps
    - ignore blocksConfig from webpack for now
    jasonbahl committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    91c3b2c View commit details
    Browse the repository at this point in the history
  2. - remove build-module from being tracked

    - define module in package.json for each package
    - add .npmrc files to packages (see: https://github.com/WordPress/gutenberg/blob/f1af91a70a9140d569a92b29107b118f5cd91871/packages/README.md?plain=1#L39)
    - add initial state for packages/app
    jasonbahl committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ce4d6e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    cc42ee8 View commit details
    Browse the repository at this point in the history
  2. Revert "- trying to set up tailwind"

    This reverts commit cc42ee8.
    jasonbahl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a15f885 View commit details
    Browse the repository at this point in the history
  3. - exploring shadcn/ui

    jasonbahl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b747fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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