Skip to content

Refine mobile channel and home UI#2651

Merged
klopez4212 merged 2 commits into
mainfrom
kennylopez-mobile-hot-reload
Jul 24, 2026
Merged

Refine mobile channel and home UI#2651
klopez4212 merged 2 commits into
mainfrom
kennylopez-mobile-hot-reload

Conversation

@klopez4212

Copy link
Copy Markdown
Contributor

Summary

  • Align mobile messages, system events, replies, dividers, timestamps, and mention chips with desktop
  • Refine the channel header and Home spacing, icons, and typography
  • Morph the Home plus button into a full-width quick-actions panel

Validation

  • just mobile-check
  • just mobile-test (549 passed, 1 skipped)
  • iOS simulator snapshots

@klopez4212
klopez4212 marked this pull request as ready for review July 24, 2026 00:14
@klopez4212
klopez4212 requested a review from a team as a code owner July 24, 2026 00:14
@klopez4212
klopez4212 requested a review from square-tomb July 24, 2026 00:15
klopez4212 added a commit that referenced this pull request Jul 24, 2026
@klopez4212

Copy link
Copy Markdown
Contributor Author

🤖 Mobile snapshots

Channel timeline

Desktop-aligned message, system-event, reply, mention, and divider styling.

01-channel-timeline

Home

Aligned Home typography, community avatar, and navigation content.

02-home-closed

Quick actions

The plus morphs into a full-width quick-actions panel.

03-home-quick-actions

@klopez4212
klopez4212 marked this pull request as draft July 24, 2026 00:15
@klopez4212
klopez4212 marked this pull request as ready for review July 24, 2026 00:16
Comment thread mobile/lib/features/channels/channel_detail_page/system_rows.dart Outdated
Comment thread mobile/lib/features/channels/date_formatters.dart

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4deb38ab8a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +283 to +285
child: GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => quickActionsOpen.value = false,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Handle back presses for quick actions

When the quick-actions panel is open, this tap handler is the only dismissal path; unlike the previous modal bottom sheet, the panel is not a route, so Android/system Back is still handled by the surrounding Navigator and can leave ChannelsPage or exit the app instead of closing the open menu. Please intercept back while quickActionsOpen is true (for example with PopScope) and clear the state there.

Useful? React with 👍 / 👎.

@klopez4212
klopez4212 merged commit cfdea81 into main Jul 24, 2026
26 checks passed
@klopez4212
klopez4212 deleted the kennylopez-mobile-hot-reload branch July 24, 2026 17:32
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.

3 participants