-
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
[#91] Auction style #107
[#91] Auction style #107
Conversation
c7ee40c
to
985d450
Compare
client-mu-plugins/goodbids/blocks/reward-product-gallery/block.css
Outdated
Show resolved
Hide resolved
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}; |
cc @bd-viget ☝️ |
@nick-telsan nice ya I did not get too far with setting up TW thanks for flagging that! |
523a1fc
to
7099433
Compare
7ba449a
to
e506ae4
Compare
I think we'll also need to update the
|
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.
Ok, I think I've gone through everything from a code perspective. I'm going to pull down this branch and test everything out next. Nice job getting all this working!! I'm so pumped!
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
65bae11
to
864a64a
Compare
5c4b5be
to
571a511
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.
Hey @nathan-schmidt-viget, thanks for your patience with me to follow up on this review. Just a few stragglers to address, and I think this'll be good to go!
client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php
Outdated
Show resolved
Hide resolved
32815ba
to
1d95d79
Compare
1d95d79
to
8763c4f
Compare
@bd-viget got those small edits in. I have re-requested a review. |
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.
Very minor formatting notes, but again, don't want be a blocker, so approved after that!! Thanks again for your patience!
<div class="flex flex-col text-center"> | ||
<p class="m-0 uppercase font-thin has-x-small-font-size"><?php esc_html_e( 'Auction Goal', 'goodbids' ); ?></p> | ||
<?php |
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.
Looks like we lost the indention formatting here.
); | ||
?> | ||
</div> | ||
</div> |
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.
Same here.
<div class="flex flex-col text-center"> | ||
<p class="m-0 uppercase font-thin has-x-small-font-size"><?php esc_html_e( 'Auction Goal', 'goodbids' ); ?></p> | ||
<?php |
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.
Also here.
printf( | ||
'<p class="m-1 font-extrabold">%s</p>', | ||
wp_kses_post( wc_price( $estimated_value ) ) | ||
); | ||
?> | ||
</div> | ||
</div> |
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.
And here.
<div class="flex flex-col text-center"> | ||
<p class="m-0 uppercase font-thin has-x-small-font-size"><?php esc_html_e( 'Auction Goal', 'goodbids' ); ?></p> | ||
<?php | ||
<div class="flex flex-col text-center"> |
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.
Lastly here.
printf( | ||
'<p class="m-1 font-extrabold">%s</p>', | ||
wp_kses_post( wc_price( $expected_high_bid ) ) | ||
); | ||
?> | ||
</div> | ||
</div> |
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.
Lastly here-final-final-v3
@bd-viget looks like php linter quit working after I updated my computer over the break. I am going to merge this and then fix the spacing in another PR once I fix the linting today. |
Summary
This does the style pass of the Auction page.
Sets up Vite and Tailwind in the plugin (very basic setup). @nick-telsan has the full set up with React, linter, and Prettier in his PR #115.
This is a simple pass on the mobile view, we may need to do more styling later. There are a few other items in the theme that need to be pull into TW, as well as some cleanup in the theme for TW. But that will be in another PR in order to get this PR out for Friday's client work demo.
Issues
Testing Instructions
Screenshots