Commit Graph
906 Commits
Author SHA1 Message Date
Deven Joshi 00e211f9fe fix: Fixed separator width 2021-01-01 18:59:38 +05:30
Deven Joshi e837b9b0e5 feat: Fixed issues with alignment in group info screen and dark theme 2021-01-01 18:35:25 +05:30
Deven Joshi dc643c0f71 feat: Fixed conflicts, added group info screen 2021-01-01 14:04:33 +05:30
Deven JoshiandGitHub 3006725ad7 Merge branch 'feature/new-ui' into feature/group-info-screen 2021-01-01 13:53:41 +05:30
Salvatore Giordano 0afae55f2e fix light theme on ios 2020-12-31 17:18:30 +01:00
Deven Joshi 0ff6b437dd feat: Converted completely to dark theme 2020-12-31 21:23:00 +05:30
Deven Joshi fe38ba8a56 fix: review fixes 2020-12-31 21:14:11 +05:30
Salvatore Giordano 35adbde641 fix shimmer size 2020-12-31 16:36:53 +01:00
Salvatore Giordano 0fea3ab64a fix preview read indicator 2020-12-31 16:31:39 +01:00
Salvatore Giordano 7f2dadb60d update unread count 2020-12-31 16:25:11 +01:00
Salvatore Giordano a61b64e0b8 Merge branch 'feature/new-ui' into feature/home-screen-fixes 2020-12-31 16:12:59 +01:00
Deven Joshi 7c8d5a643f feat: fixed overflow 2020-12-31 20:27:51 +05:30
Deven Joshi 08d07e4425 feat: review fixes 2020-12-31 20:19:59 +05:30
Deven Joshi d1883d8f14 Merge branch 'feature/new-ui' of https://github.com/GetStream/stream-chat-flutter into feature/group-info-screen
 Conflicts:
	example/lib/chat_info_screen.dart
	example/lib/main.dart
	example/pubspec.yaml
	lib/src/image_footer.dart
	lib/src/stream_svg_icon.dart
2020-12-31 18:53:13 +05:30
Deven Joshi 1a6d575e5a fix: fixes for review 2020-12-31 18:38:38 +05:30
Salvatore Giordano c1149bc808 fix attachment text 2020-12-31 13:58:07 +01:00
Deven Joshi 607a51daad feat: added themes 2020-12-31 18:01:55 +05:30
Deven Joshi 1f99dcf398 Merge branch 'feature/new-ui' of https://github.com/GetStream/stream-chat-flutter into feature/home-screen-fixes
 Conflicts:
	lib/src/channel_bottom_sheet.dart
2020-12-31 17:40:31 +05:30
Deven Joshi bb9052c331 fix: fixed alignment and font weight 2020-12-31 17:37:20 +05:30
Salvatore Giordano da3f9e7dae apply theme to edit message 2020-12-31 12:13:20 +01:00
Sahil Kumar 88ba902ee3 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 16:38:20 +05:30
Sahil Kumar 6e35bb2f7e Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/theme
 Conflicts:
	lib/src/message_widget.dart
	lib/src/sending_indicator.dart
2020-12-31 16:35:56 +05:30
Deven Joshi ca6bd62084 fix: Added confirmation dialogs and fixed alignment 2020-12-31 16:32:45 +05:30
Sahil Kumar f59db043c1 minor ui fixes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 16:15:16 +05:30
Sahil Kumar ab6a741183 [Message Widget] fix error icon stack position
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 15:59:51 +05:30
Salvatore Giordano dde32437c8 fix messageinput send 2020-12-31 11:10:03 +01:00
Salvatore Giordano cf31f704d4 hide bubbles 2020-12-31 10:53:56 +01:00
Salvatore Giordano f011bf32fc apply theme to rest of the sdk 2020-12-31 10:24:25 +01:00
Salvatore Giordano a8171f7314 ui fixes 2020-12-31 09:57:21 +01:00
Deven Joshi f02f8a27cb fix: fixed group member list 2020-12-31 14:19:03 +05:30
Sahil Kumar ef0bad1192 [Message Widget] Modify read indicator as per new design v2
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 14:18:12 +05:30
Sahil Kumar 168630fcad flutter format
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 13:11:05 +05:30
Sahil Kumar 7f696236c4 [Message Widget] Add message error state
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 13:05:32 +05:30
Deven Joshi f8ea853486 fix: fixed channel media issue 2020-12-31 12:41:05 +05:30
Salvatore Giordano 4f9b75392f apply theme to group info screen 2020-12-30 18:30:52 +01:00
Salvatore Giordano 911581e094 apply theme to new chat screens 2020-12-30 18:26:24 +01:00
Salvatore Giordano 1b0d117ea4 Merge branch 'feature/new-ui' into feature/theme 2020-12-30 17:16:18 +01:00
Deven Joshi 2026058d30 fix: Corrected icon 2020-12-30 21:23:35 +05:30
Deven Joshi a766e404c5 fix: fixed for all chats 2020-12-30 21:22:03 +05:30
Salvatore Giordano 60d9abe8fe fix messageinput color 2020-12-30 16:23:33 +01:00
Salvatore Giordano cb518db1a2 apply colors and ui fixes 2020-12-30 16:22:14 +01:00
Deven Joshi 8a390347a7 feat: Added fixes and modal for group 2020-12-30 20:50:33 +05:30
Deven Joshi cbf21f669f Added 99 limit for unreads and changed logic for date implementation 2020-12-30 17:13:17 +05:30
Sahil Kumar 7047f3d9a4 [Image Attachment] Add a property to hide/show image title
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-30 15:06:40 +05:30
Sahil Kumar 4e7fb6123c fixes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-30 14:50:13 +05:30
Deven Joshi d794a40b4b fix bg 2020-12-30 14:22:40 +05:30
Deven Joshi e8afb3e9a9 Removed type 2020-12-30 14:00:42 +05:30
Deven Joshi bf839e9bce Added theme to main app 2020-12-30 13:49:25 +05:30
Sahil Kumar 1419027acd Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/group-info-screen 2020-12-30 12:57:15 +05:30
Sahil Kumar 27578c7a0a Minor ui fixes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-30 12:45:16 +05:30