Skip to content

Chat Design Consistency#313

Closed
0PandaDEV wants to merge 4 commits into
Avi0n:mainfrom
0PandaDEV:feature/chat-ux
Closed

Chat Design Consistency#313
0PandaDEV wants to merge 4 commits into
Avi0n:mainfrom
0PandaDEV:feature/chat-ux

Conversation

@0PandaDEV

Copy link
Copy Markdown
Contributor

Updated the chat UI to be more consistent this includes making the time always visible on the bubble since I think that is pretty essential it also adds a spacer with the date between each new day and the general spacing is adjusted, so the content has more space to breathe.

I had the time turned on as optional field in the settings so its also visible on the before screenshot.

Before After

@Avi0n Avi0n left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I was debating on whether to accept this PR or not because I wasn't sure if I wanted the time to always show, but I ended up agreeing that it should always show.

There's some dead code clean up and L10n changes to the Settings footer, but I can do that in a followup. Please rebase your branch on dev and point the PR at dev, not main. Thanks!

inputs: MessageBuildInputs,
envInputs: EnvInputs
) -> MessageFooter {
let showHop = envInputs.showIncomingHopCount && message.isFloodRouted

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Add !message.isOutgoing to conditions. Hops are currently appearing for outgoing messages without it.

@bwees

bwees commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@0PandaDEV I was going to do some more changes to the chat interface in an upcoming PR. Not sure if you have time to work on getting this rebased and ready for merge. I was going to wrap your changes into my PR (ill pull the commits so you retain credit for it) if not.

@bwees bwees mentioned this pull request Jul 3, 2026
7 tasks
@Avi0n

Avi0n commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Closing in favor of #355

@Avi0n Avi0n closed this Jul 15, 2026
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