Skip to content

Show pretty date with raw ts in recent messages picker - #125

Merged
StephenTangCook merged 4 commits into
mainfrom
claude/goofy-gould-c92448
Jun 30, 2026
Merged

Show pretty date with raw ts in recent messages picker#125
StephenTangCook merged 4 commits into
mainfrom
claude/goofy-gould-c92448

Conversation

@StephenTangCook

Copy link
Copy Markdown
Contributor

What

In the load-message dialog's recent-messages list, each row showed only the raw Slack ts (e.g. 1719713944.123456). This shows a human-readable local date/time with the raw ts in parentheses for reference.

6/29/2026, 9:12:24 PM (1719713944.123456)

Notes

  • One-line formatting via new Date(Number(m.ts) * 1000).toLocaleString(); the ts keeps its monospace styling inside parens.

🤖 Generated with Claude Code

…messages

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
block-kitchen de947a6 Commit Preview URL

Branch Preview URL
Jun 30 2026, 05:43 AM

StephenTangCook and others added 3 commits June 29, 2026 22:34
… preview

- Toolbar Load-message button no longer hides once a message is loaded, so
  you can re-load a different message at any time.
- Recent-message rows always show a one-line preview, falling back to
  header/section text derived from blocks when the host omits `label`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…h icon

- Send-to-Slack modal now shows "Post as" above "Channel".
- Load-message button uses the MailSearch icon instead of Pencil.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…aded

Drop the !editBadge gate so the button stays available to re-load a
different message at any time.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@StephenTangCook
StephenTangCook merged commit 24db7f6 into main Jun 30, 2026
13 checks passed
@StephenTangCook
StephenTangCook deleted the claude/goofy-gould-c92448 branch June 30, 2026 05:44
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