Commit Graph

820 Commits

Author SHA1 Message Date
John Preston cfa132ce97 Fix double divider in community group profile. 2026-07-11 15:12:33 +04:00
John Preston b4f2fed420 Add Search button to the community info page 2026-07-10 14:04:32 +04:00
John Preston 7ad96f25df Support bots as community linked peers 2026-07-10 14:04:30 +04:00
John Preston 8e431519dc Show clickable Hidden mark on group info cover 2026-07-10 14:04:28 +04:00
John Preston eef22271e0 Support pin/folder actions for community. 2026-07-10 14:04:27 +04:00
John Preston b9ee72158c Show a cover on the community info page. 2026-07-10 14:04:26 +04:00
John Preston c6d51dfeb9 Show community content on the channel info page instead of a box. 2026-07-10 14:04:26 +04:00
John Preston 6a4e9e9ee3 Improve design and icons in community UIs. 2026-07-10 14:04:26 +04:00
John Preston 502a9d9a71 Show community button in group info page. 2026-07-10 14:04:26 +04:00
23rd 1a2e455850 Excluded animating member rows from peer list scroll cache. 2026-07-10 14:04:25 +04:00
23rd 94af158923 Fixed extra empty space below short member lists in info profiles. 2026-07-01 13:41:30 +03:00
23rd 40b3f62813 Added swipe-back gesture to info profile section. 2026-06-30 13:29:25 +04:00
23rd 76120b7135 Replaced custom scroll processing in profile top bar with regular one. 2026-06-30 13:29:25 +04:00
23rd c255a97f9b Added a shadow to the action buttons in the profile top bar. 2026-06-26 15:22:28 +03:00
23rd 145e580b52 Added animated icons to copy-to-clipboard toasts. 2026-06-26 15:22:28 +03:00
23rd a2f2db30f6 Made discussion group open in same non-primary window as its channel. 2026-06-24 09:04:54 +03:00
23rd 0cf37ddfb1 Replaced gift button with call button for channel owner in info top bar. 2026-06-22 11:51:49 +03:00
John Preston a2b18e3400 Use MakeWrappedEmoji which forwards nullptr-s. 2026-06-09 14:27:37 +04:00
23rd d6d8373e58 Added hiding phone number under spoiler in profile and edit sections. 2026-06-09 07:49:26 +03:00
23rd 0384edf191 Allowed dragging profile id as plain number. 2026-06-09 07:49:25 +03:00
23rd 0d50917e67 Fixed missing story outline on first profile open.
Fixed #30760.
2026-06-09 07:49:25 +03:00
John Preston fc1fc694ec Once again try fixing separators in profiles. 2026-06-05 10:36:43 +04:00
John Preston 134b1be406 Stick the unofficial client section to the cover. 2026-06-01 21:24:15 +04:00
John Preston 19fe799bd1 Improve bot verification profile display. 2026-06-01 21:24:15 +04:00
John Preston 37ea206108 Remove redundant skips in personal channel section. 2026-06-01 21:24:15 +04:00
23rd cdcaf8265c Added birthday celebration effect to info profile. 2026-05-29 14:49:51 +03:00
John Preston c0bffa30ab Beta version 6.8.4: Fix build with GCC. 2026-05-27 12:57:18 +04:00
23rd 610d1bcecd Switched bot webview button in profile to full radius. 2026-05-26 21:54:48 +04:00
John Preston 0bfd2bd0d5 SavedMusic not participating in profile sections. 2026-05-26 10:52:50 +04:00
23rd 9ed0b1e6ef Fixed build on macOS. 2026-05-25 21:56:40 +03:00
John Preston 43373c8584 Use structured approach to Info::Profile content. 2026-05-25 14:07:15 +04:00
23rd ea30e2fc0b Added ability to open personal channel and "view channel" in window. 2026-05-18 07:57:52 +03:00
23rd f74b1d56ef Added drag support for username and link rows in profile info. 2026-05-14 18:27:01 +03:00
John Preston 4b9a877fb9 Remove "NEW" from affiliate program. 2026-05-11 14:39:32 +04:00
John Preston 553ecdd5f7 Delete reactions from menu / list. 2026-05-05 10:45:45 +04:00
23rd c8f316302b [img-editor] Split crop shape role into visual hint and output mask. 2026-04-28 18:16:19 +07:00
23rd e0461b89fb Slightly improved empty gap before block button in info profile. 2026-04-24 12:07:32 +03:00
John Preston d9649bc8d9 Fix nice rounding quality in two cases. 2026-04-24 11:56:49 +07:00
John Preston 4f89780cfe Fix topic icon in new topic about view. 2026-04-21 15:10:06 +07:00
23rd 88404cfddb Removed unused private fields. 2026-04-09 12:36:51 +03:00
23rd 9cb41f4517 Replaced RoundButton text transform constructor arg with setter. 2026-04-06 16:58:16 +03:00
23rd 494833236f Defaulted RoundButton text transform to no-transform. 2026-04-06 16:58:16 +03:00
23rd 7c26a251cf Added text transform to RoundButton as mandatory argument. 2026-04-06 16:58:15 +03:00
John Preston 00bd28278d Show unofficial app warning. 2026-04-06 15:43:44 +07:00
23rd 5d557b44e4 Replaced heavy Qt opacity effect with FadeWrap in info profile top bar. 2026-04-06 15:41:42 +07:00
23rd 2119dae0b5 Added simple radial upload progress overlay to userpic widgets. 2026-04-02 19:58:57 +03:00
23rd a29acd4882 Brought non-sprite shadows revolution. 2026-03-28 11:50:50 +03:00
23rd 2b89fb9d40 [poll-shared] Added Polls section.
- Introduced SharedMediaType::Poll and registered poll messages
as shared media in data_media_types.

- Added Data::PollMessagesViewer — a producer that loaded poll
message slices for a given history/topic/monoforum peer.
(data_poll_messages.cpp/h)

- Implemented Info::Polls::ListWidget and ListMemento — a new content
widget that rendered poll messages using HistoryView::ListWidget
with a custom chat theme, similar to existing shared media sections.

- Connected the new section into info_memento, info_controller,
info_media_buttons, and info_media_widget so it appeared as a button
in the Shared Media panel.
2026-03-28 10:29:08 +03:00
John Preston c64f175b19 Fix custom bot verification description show. 2026-03-27 12:54:56 +07:00
John Preston d455d6ee32 Improve managed bot creation. 2026-03-25 13:08:50 +07:00