Show pretty date with raw ts in recent messages picker - #125
Merged
Conversation
…messages Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Deploying with
|
| 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 |
… 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 rawtsin parentheses for reference.Notes
new Date(Number(m.ts) * 1000).toLocaleString(); thetskeeps its monospace styling inside parens.🤖 Generated with Claude Code