fix(tickets): keep Created and SLA Due on one line (PMS-181) #105

Merged
longjacksonle merged 1 commit from fix/mapps-181-ticket-detail-oneline into main 2026-06-11 04:28:43 +02:00

What

On the ticket detail sidebar, the Created and SLA Due values wrapped onto a second line. Keep each on one line (PMS-181).

Changes

  • DetailItem gains a nowrap option: when set, the value is whitespace-nowrap and right-aligned.
  • The row now uses items-baseline + gap with a non-shrinking label, so the value sits on the same line as its label.
  • nowrap: true set for Created and SLA Due (the two long timestamps); other detail rows are unchanged in behaviour.

Verification

cargo check --target wasm32-unknown-unknown and cargo fmt --check clean. (The one host clippy hit is clippy::manual_checked_ops on pre-existing projects.rs:685, a lint that only exists in host rust 1.95; CI runs rust 1.94 where it does not fire.)

🤖 Generated with Claude Code

## What On the ticket detail sidebar, the **Created** and **SLA Due** values wrapped onto a second line. Keep each on one line (PMS-181). ## Changes - `DetailItem` gains a `nowrap` option: when set, the value is `whitespace-nowrap` and right-aligned. - The row now uses `items-baseline` + `gap` with a non-shrinking label, so the value sits on the same line as its label. - `nowrap: true` set for **Created** and **SLA Due** (the two long timestamps); other detail rows are unchanged in behaviour. ## Verification `cargo check --target wasm32-unknown-unknown` and `cargo fmt --check` clean. (The one host clippy hit is `clippy::manual_checked_ops` on pre-existing `projects.rs:685`, a lint that only exists in host rust 1.95; CI runs rust 1.94 where it does not fire.) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix(tickets): keep Created and SLA Due values on one line (PMS-181)
All checks were successful
Check / clippy + fmt + tests (pull_request) Successful in 46s
Create release / Create release from merged PR (pull_request) Has been skipped
df3701fee6
On the ticket detail sidebar the Created and SLA Due timestamps wrapped onto a second line under the flex justify-between row. Add a nowrap option to DetailItem (whitespace-nowrap + right-aligned value) and set it for Created and SLA Due. The row now uses items-baseline + gap with a non-shrinking label so the value stays on the same line as its label.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
longjacksonle deleted branch fix/mapps-181-ticket-detail-oneline 2026-06-11 04:28:43 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-apps!105
No description provided.