Commit Graph
146 Commits
Author SHA1 Message Date
Salvatore Giordano 935f4bcc03 chore(llc,core,ui): update pubspec and changelogs 2022-03-15 17:20:01 +01:00
geweald 3583b79789 fix(ui): overflow of mentions overlay & input focus node 2022-03-02 13:31:41 +01:00
Sahil Kumar a191e7f325 fix(ui): fix unban command not working in MessageInput
Signed-off-by: xsahil03x <[email protected]>
2022-02-15 16:26:41 +05:30
Salvatore Giordano 3b6a4ba36b chore(repo): fix analysis 2022-01-31 12:35:29 +01:00
Sahil Kumar be54f4e610 fix(ui): fix cast error while compressing video.
Signed-off-by: xsahil03x <[email protected]>
2022-01-24 15:17:50 +05:30
Salvatore Giordano 3bd545e504 minor fixes 2021-11-29 16:29:22 +01:00
Salvatore Giordano b9378517fe fix(llc): do not use withData: true property 2021-11-24 15:38:53 +01:00
Deven Joshi 78145d7746 fixed analysis 2021-11-24 13:54:00 +05:30
Deven Joshi d923b01df7 fix for unfocusing bug 2021-11-15 17:00:00 +05:30
Sahil KumarandGitHub ed43d53c5a Merge branch 'develop' into repo/dart-code-metrics 2021-10-07 18:13:34 +05:30
Salvatore Giordano ef3cbe3833 chore(ui): update dependencies 2021-10-05 09:51:05 +02:00
Sahil Kumar 1b4b4cdf00 chore: fix analysis checks
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 17:30:47 +05:30
Sahil Kumar 32d8b5573c chore: flutter format
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar bf21f7b350 chore(repo): finish adding dart_code_metrics.yaml
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar ca7cf541a7 chore(repo): fix lints
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:16 +05:30
a7175b0b2c Update packages/stream_chat_flutter/lib/src/message_input.dart
Co-authored-by: Deven Joshi <[email protected]>
2021-09-30 16:12:06 +05:30
Sahil Kumar ade9bc3810 chore(ui): fix analyzer warning.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 21:25:59 +05:30
xsahil03x 82f2a0ad4a Merge branch 'overlay-portal' of github.com:GetStream/stream-chat-flutter into overlay-portal 2021-09-29 21:18:25 +05:30
Sahil Kumar b831ba4973 refactor(ui): deprecate MentionTileBuilder.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 21:15:55 +05:30
Salvatore Giordano aa6fc06402 fix analysis 2021-09-29 16:53:29 +02:00
Sahil Kumar 2bf88bfe0d fix(ui): fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 19:59:46 +05:30
Salvatore GiordanoandGitHub e0c7584bd7 Merge pull request #707 from GetStream/feat/improve-mentions
feat(ui): improve mentions autocomplete and local-search experience
2021-09-29 14:06:47 +02:00
Sahil Kumar 599c824fc0 fix(ui): fix early command check
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 17:06:11 +05:30
Sahil Kumar 6686cc1af6 feat(ui): improve add support for mentionAllAppUsers in UserMentionsOverlay.
Signed-off-by: xsahil03x <[email protected]>
2021-09-27 16:27:17 +05:30
Sahil Kumar f345fa1d36 ref(ui): minor improvements
Signed-off-by: xsahil03x <[email protected]>
2021-09-27 14:05:56 +05:30
Salvatore Giordano 9a1cb38e2a refactor(ui): rename portal to overlays 2021-09-22 09:24:36 +02:00
Salvatore Giordano 152adfc8b0 refactor(ui): added MultiPortal and customPortalOptions 2021-09-21 16:44:03 +02:00
Salvatore Giordano 3da495a872 refactor(ui): use portal 2021-09-21 09:46:46 +02:00
Salvatore Giordano 829c7042cc fix(ui): fix ios 2021-09-20 13:35:49 +02:00
Salvatore Giordano a4efbbaa9f feat(ui): add customOverlays to MessageInput 2021-09-20 12:07:08 +02:00
Salvatore Giordano 92f5153b6b refactor(ui): refactor overlays 2021-09-20 11:33:42 +02:00
Salvatore Giordano d8774a2bbd Merge branch 'develop' into overlay-alt 2021-09-17 11:32:14 +02:00
Salvatore GiordanoandGitHub 4aed0542a2 Merge pull request #672 from GetStream/fix/668
fix(ui): fix `MessageInput` rendering errors
2021-09-17 11:25:59 +02:00
Salvatore Giordano 145685be4b wip 2021-09-16 16:15:41 +02:00
Gordon Hayes ec6c663289 fix(ui): render overflow for image attachements 2021-09-16 14:05:27 +02:00
Gordon Hayes 2b0588c9d8 fix(ui): flickering loading indicator 2021-09-16 14:04:07 +02:00
Gordon Hayes 58d8b08433 feat: update attachment buttons animation curve 2021-09-16 14:02:40 +02:00
Gordon Hayes 28b8d3bac0 fix: attachment buttons render overflow 2021-09-16 14:01:44 +02:00
Sahil Kumar 6af4e07787 ref(ui): Use titleLink instead of ogScrapeUrl for handling link attachment.
Signed-off-by: xsahil03x <[email protected]>
2021-09-16 16:41:17 +05:30
Deven Joshi eb3d356407 general fixes 2021-09-13 15:16:04 +05:30
Sahil Kumar 874002e8e7 fix(ui): Remove FittedBox from actions widget.
Signed-off-by: xsahil03x <[email protected]>
2021-09-10 18:19:23 +05:30
Salvatore Giordano 377789c421 refactor(ui): remove context from Commands and Mentions overlays 2021-09-10 10:52:59 +02:00
Salvatore Giordano 19472027cc refactor(ui): remove context and add size property to EmojiOverlay 2021-09-09 17:01:36 +02:00
Deven Joshi b3fa3aea45 added new overlays and replaced impls in message_input.dart 2021-09-08 16:04:27 +05:30
Deven Joshi 1170a3cb48 removed comment 2021-09-07 14:57:55 +05:30
Deven Joshi d0d791b511 Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into overlay-alt 2021-09-07 14:39:51 +05:30
Deven Joshi 0af7b1a0e6 added new overlays and docs 2021-09-07 14:31:48 +05:30
Gordon Hayes aa950a0054 fix: doc image file paths 2021-09-06 18:03:17 +02:00
Deven Joshi ae2e8b740f corrected overlay positions 2021-09-06 16:46:15 +05:30
Deven Joshi 0a384f3c45 changed over to the new overlays 2021-09-03 16:34:47 +05:30