telegramdesktop / telegramdesktop/tdesktop
Add alternative style of talks like Telegram Web
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 33k
- Forks
- 7.2k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 12
Description
The mobile style left to right message bubbles are not appropriate for the desktop due to the size of the screens.
It makes it much harder to follow a conversation because of the amount of space (left to right) between the messages. Please keep the messages left aligned in the desktop implementation.
For a comparison see the web vs the desktop implementation. The web one is much easier to follow.
Web

Desktop

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the desktop conversation layout with the linked web and desktop screenshots, then trace the desktop message-view entry point responsible for horizontal bubble placement. Confirm the intended scope with the existing issue discussion before making changes; done means the desktop conversation follows the requested left-aligned presentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100