Skip to content

Fix window size on first launch + show phone number in conversation list - #249

Open
fiveclankers wants to merge 2 commits into
shrimqy:masterfrom
fiveclankers:master
Open

Fix window size on first launch + show phone number in conversation list#249
fiveclankers wants to merge 2 commits into
shrimqy:masterfrom
fiveclankers:master

Conversation

@fiveclankers

@fiveclankers fiveclankers commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #248

The conversation list was only showing the contact name (or falling back to the raw number if no name existed), but there was no way to see both at the same time. So if you had a contact saved you'd see their name but have no idea which number it actually was.

Wrapped the DisplayName TextBlock in a StackPanel and added a smaller subtitle TextBlock underneath that binds to SubtitleAddress (which is already on the Conversation model - it just pulls PrimaryContact.Address). Used the existing EmptyObjectToVisibilityConverter to hide the subtitle row when there's no address so it doesn't break group chats or anything weird.

Pretty much the same pattern that ContactSearchSuggestionTemplate was already doing, just applied it to the list items too.


Also fixes #243

The window had no default size set so on a fresh install it'd open tiny and you'd have to drag-resize it manually every time. Added AppWindow.Resize(1100x700) inside EnsureWindowIsInitialized() which only runs when the window content hasn't been set yet, so it won't override your size on subsequent launches.

The window had no default size set so it'd launch tiny on a fresh install and you'd have to manually resize it every time.

Added an AppWindow.Resize call inside EnsureWindowIsInitialized() which only runs when the window content hasn't been set yet (i.e. first launch). Went with 1100x700 which feels like a reasonable starting point for the layout.
@fiveclankers fiveclankers changed the title Show phone number alongside contact name in conversation list Fix window size on first launch + show phone number in conversation list Jul 8, 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.

Sefirah App UX: Window size on first launch too small

1 participant