Skip to content

fix: inbox status section, empty-state copy, badge casing#18

Merged
eurobuddha merged 1 commit intomasterfrom
fix/inbox-status-modal-empty-state
Mar 23, 2026
Merged

fix: inbox status section, empty-state copy, badge casing#18
eurobuddha merged 1 commit intomasterfrom
fix/inbox-status-modal-empty-state

Conversation

@eurobuddha
Copy link
Copy Markdown
Owner

Summary

  • #status-section now hidden for sent/buyer-reply modals — prevents stale selector values and accidental status DB writes on non-order messages; shown explicitly for regular orders
  • Empty-state copy includes active status filter: "No unread orders with status Confirmed"
  • Status badge text lowercased in JS ("Pending" not "PENDING"); text-transform: capitalize removed from CSS as it had no effect on all-caps values

🤖 Generated with Claude Code

…fix badge casing

- Hide #status-section in sent/buyer-reply modal paths to prevent
  stale selector values and accidental status updates on non-orders
- Show #status-section explicitly in the regular order path
- Empty-state message now includes active status filter name
  (e.g. "No unread orders with status Confirmed")
- Status badge text lowercased in JS so "PENDING" renders as "Pending";
  remove redundant text-transform: capitalize from CSS

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@eurobuddha eurobuddha merged commit 5646dde into master Mar 23, 2026
5 checks passed
@eurobuddha eurobuddha deleted the fix/inbox-status-modal-empty-state branch March 23, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant