mobile-friendly-shop-editor #92

Merged
Groupr merged 3 commits from fix/mobile-friendly-shop-editor into master 2025-11-01 09:58:50 -04:00

3 commits

Author SHA1 Message Date
f539323fb0 Update meta.py
Capitalized the human-readable visibility labels (Public, Private, Unlisted).
2025-10-28 23:03:54 +00:00
42da9d35fa Update common.css
Added .col-status { display: none; } and mobile portrait media rules to hide columns 3–6, show the new Status column, and size Sellable/Price/Size for mobile.

Enabled title wrapping, ensured consistent header fonts, tuned column widths (Sellable wider, Status fixed, Size narrower), and added status-line spacing plus decimal-dot styling.
2025-10-28 23:03:05 +00:00
0565342c8c Update shop_products.j2 - 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.
2025-10-28 23:00:26 +00:00