-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: React Bidding Block #115
Conversation
8d6f9d6
to
c9e8c0e
Compare
523a1fc
to
7099433
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran through and just made a few quick comments/notes. So excited to see this coming together! There are a lot of conflicting things in this PR and Nathan's PR. Just want to make sure we don't break everything or have duplicates of stuff after both of these are ready to go.
1. `root`: Run at project root. | ||
2. `client-mu-plugins/goodbids`: GoodBids MU Plugin | ||
|
||
Alternatively, running `bin/install` will install all composer and npm dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll need to go through and test this, but I'm fine just having 1 way to install scripts/dependencies. If this works, we can get rid of the docs to install them separately.
47ce721
to
4eedc25
Compare
65bae11
to
864a64a
Compare
1d95d79
to
8763c4f
Compare
d5dcc90
to
4f38402
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on my local setup, both the build
and dev
a79b16f
to
019dcd5
Compare
5c09b82
to
c230e67
Compare
- Adds prettier - Adds lint-staged and husky - Adds bin scripts - Adds initial react app
- Uses WP formatting patterns - Adds bin/start-vite - Moves React app to main.tsx temporarily
- Removes toplevel package.json - Moves configuration files down into the goodbids plugin - Adjusts config to handle new structure
- Adds packages for WP Script blocks - Adjust TS Config
1445722
to
6348802
Compare
* [#93] React Init - Adds prettier - Adds lint-staged and husky - Adds bin scripts - Adds initial react app * [#93] React Init WordPress Block Changes (#153) - Custom React Block for Bidding - Adds packages for WP Script blocks - Adjust TS Config * [#94] Metrics but WP (#155) - Adds driver and metrics component - Adjusts Tailwind content paths - Adds inputs for new components - Adds script to handle components in dev mode - Moves metrics into the WP block * [#95] Countdown Timer (#148) - Adds countdown timer component and functions - Adjusts initial state for demo - Adjusts font styles - Fixes gitignore build * [#96] Bid Button (#149) - Adds clsx - Adds bid button * [#97] Free Bids (#150) - Adds free bids button - Adds demo data * [#100] Participation (#151) - Adds participation component * [#101] Free Bids (#152) - Adds free bids promo - Adds temporary hand icon * [#140] Websocket Connection (#167) - Installs zod and zustand - Adds attributes to block.json - Adds auction store - Adds types - Changes initial state to data attributes - Adjusts use of data attributes and useAuction - Adds websocket connection - Hardcodes WS URL for now.
* [#93] React Init - Adds prettier - Adds lint-staged and husky - Adds bin scripts - Adds initial react app * [#93] React Init WordPress Block Changes (#153) - Custom React Block for Bidding - Adds packages for WP Script blocks - Adjust TS Config * [#94] Metrics but WP (#155) - Adds driver and metrics component - Adjusts Tailwind content paths - Adds inputs for new components - Adds script to handle components in dev mode - Moves metrics into the WP block * [#95] Countdown Timer (#148) - Adds countdown timer component and functions - Adjusts initial state for demo - Adjusts font styles - Fixes gitignore build * [#96] Bid Button (#149) - Adds clsx - Adds bid button * [#97] Free Bids (#150) - Adds free bids button - Adds demo data * [#100] Participation (#151) - Adds participation component * [#101] Free Bids (#152) - Adds free bids promo - Adds temporary hand icon * [#140] Websocket Connection (#167) - Installs zod and zustand - Adds attributes to block.json - Adds auction store - Adds types - Changes initial state to data attributes - Adjusts use of data attributes and useAuction - Adds websocket connection - Hardcodes WS URL for now.
Coming Soon!
This is a feature branch for the React work since there are a lot of moving parts. We'll have a more descriptive PR description once we finish merging in all of those pieces.
PRs
Issues