mobile-friendly-shop-editor #92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/mobile-friendly-shop-editor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update shop_products.j2
Update meta.py
Update common.css
Added the mobile-only Status column markup with class="col-status".
Combined visibility emoji plus bundle/physical/ready indicators into stacked status rows.
Wrapped price and size values so decimal points render through span.decimal-dot for bold dots.
Summary by CodeRabbit
New Features
Style
requested review from @russellballestrini
Walkthrough
Updates the products editor table UI to display a comprehensive Status column showing visibility, bundle, physical, and ready indicators. Adds responsive CSS to hide/show columns on mobile devices and capitalizes visibility level labels from lowercase to title case.
Changes
make_post_sell/models/meta.pyVISIBILITY_INT_TO_HUMANfrom lowercase ("private", "public", "unlisted") to title case ("Private", "Public", "Unlisted")make_post_sell/static/css/common.cssmake_post_sell/templates/shop_products.j2Estimated code review effort
🎯 3 (Moderate) | ⏱️ ~20 minutes
Poem
📜 Recent review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Free
📥 Commits
Reviewing files that changed from the base of the PR and between
fd8e8b6b4fandf539323fb0.📒 Files selected for processing (3)
make_post_sell/models/meta.py(1 hunks)make_post_sell/static/css/common.css(1 hunks)make_post_sell/templates/shop_products.j2(1 hunks)Comment
@coderabbitai helpto get the list of available commands and usage tips.changed the description
mentioned in commit
789acae6fa