Skip to content

fix(activity): rename Pending chip to Processing and realign row columns#27

Open
adr-sk wants to merge 1 commit into
mainfrom
fix/activity-chip-and-alignment
Open

fix(activity): rename Pending chip to Processing and realign row columns#27
adr-sk wants to merge 1 commit into
mainfrom
fix/activity-chip-and-alignment

Conversation

@adr-sk

@adr-sk adr-sk commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

GC-110

Changes

In the main page's Your activity transaction list:

  1. Chip text: renamed the processing-state chip from "Pending" to "Processing" so it matches the status chips on /dashboard.
  2. Arrow alignment: moved the expand/collapse chevron out of the status-chip column into its own right-aligned grid column (justify-self: end), so it sits flush right.
  3. Chip alignment: center-aligned the status-chip column (justify-content: center).

Also updated the ≤520px responsive rule so the now-separate chevron places correctly — chip on the left, arrow on the right of the second row — instead of relying on the old full-width activity-row__meta span.

Files

  • src/components/YourActivity.tsx: STATUS_LABEL.pending → "Processing"; chevron moved to its own grid child.
  • src/index.css: activity-row grid gains a 4th column; activity-row__meta centered; activity-row__chev right-aligned; mobile rule updated.

Verification

  • tsc --noEmit passes clean.
  • Ran the Vite dev server locally and verified the chip label, centered chip column, and right-aligned arrow on both desktop and the ≤520px layout.

🤖 Generated with Claude Code

Assisted-By: Claude Opus 4.8

- Rename the "Pending" status chip to "Processing" so Your activity
  matches the chips on /dashboard.
- Move the expand chevron into its own right-aligned grid column
  instead of sharing the status-chip column.
- Center the status-chip column.

Also updates the <=520px layout so the now-separate chevron places
correctly (chip left, arrow right on the second row).

Assisted-By: Claude Opus 4.8
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gnoland-bridge Ready Ready Preview, Comment Jul 15, 2026 10:20am

Request Review

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