Skip to content

feat: show issue author in list rows (#130)#141

Merged
neonwatty merged 1 commit intomainfrom
feat/issue-author-display
Apr 19, 2026
Merged

feat: show issue author in list rows (#130)#141
neonwatty merged 1 commit intomainfrom
feat/issue-author-display

Conversation

@neonwatty
Copy link
Copy Markdown
Collaborator

Summary

  • Display issue.user.login in the meta row of ListRow for non-draft items, after the age span
  • Add .author CSS class with ellipsis truncation at 120px max-width for long usernames (e.g. dependabot[bot])
  • Use --paper-ink-faint design token to match .num styling in the meta row

Closes #130

Test plan

  • Typecheck passes (pnpm turbo typecheck)
  • Lint passes (pre-commit hook)
  • PR review toolkit: code-reviewer, test-analyzer, silent-failure-hunter, comment-analyzer, code-simplifier — all clean
  • CI passes
  • Visual check: author appears after age in list rows, truncates long names with ellipsis

@neonwatty neonwatty closed this Apr 19, 2026
@neonwatty neonwatty reopened this Apr 19, 2026
@neonwatty neonwatty force-pushed the feat/issue-author-display branch 2 times, most recently from 6a9bb56 to 62b6fee Compare April 19, 2026 02:05
@neonwatty neonwatty force-pushed the feat/issue-author-display branch from 62b6fee to 0f847a7 Compare April 19, 2026 02:09
@neonwatty neonwatty added this pull request to the merge queue Apr 19, 2026
Merged via the queue into main with commit 52f3b6c Apr 19, 2026
5 checks passed
@neonwatty neonwatty deleted the feat/issue-author-display branch April 19, 2026 02:13
neonwatty added a commit that referenced this pull request Apr 19, 2026
…in plan

PR #141 code review caught that var(--paper-ink-50) doesn't exist in the
design system. The fix (--paper-ink-faint) was applied in workstream D but
the same bad token appeared in workstreams B and E. Update all three
references so future workstreams pick up the correct token.
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.

Add the name of the person who created the issue to each issue for reference.

1 participant