Jeroen Leenarts
a338b9b95f
Fix a couple Vale linter warnings
2022-12-06 15:41:05 +01:00
Jeroen Leenarts
dbbb2f26be
Add GitHub Action workflow file
2022-12-06 15:40:29 +01:00
Jeroen Leenarts
749b7144c3
Add vale config
2022-12-06 15:40:17 +01:00
Sahil Kumar
dca4447645
Merge pull request #1391 from GetStream/fix/onReply-in-attachment-action-modal
2022-12-06 14:32:46 +05:30
Sahil Kumar
acc5cbedf9
Merge branch 'develop' into fix/onReply-in-attachment-action-modal
2022-12-06 14:32:32 +05:30
Sahil Kumar
0ee5a0ad16
Merge pull request #1389 from GetStream/chore/bump-connectivity-plus-dependency
2022-12-06 14:28:53 +05:30
Sahil Kumar
217e46aa73
Merge branch 'develop' into chore/bump-connectivity-plus-dependency
2022-12-06 14:28:45 +05:30
Sahil Kumar
8b6a6c8099
Merge pull request #1388 from GetStream/chore/bump-desktop-drop-version-v0.4
2022-12-06 14:28:12 +05:30
Sahil Kumar
fa98f968b0
Merge branch 'develop' into chore/bump-desktop-drop-version-v0.4
2022-12-06 14:27:51 +05:30
Sahil Kumar
6364b92738
Merge pull request #1383 from GetStream/chore/bump-lottie-to-v2
2022-12-06 14:26:37 +05:30
Sahil Kumar
5c8abfbdfc
Merge branch 'develop' into chore/bump-lottie-to-v2
2022-12-06 14:26:25 +05:30
Sahil Kumar
b5b6fa1f62
Merge pull request #1381 from GetStream/fix/image-attachment-web
2022-12-06 14:25:14 +05:30
Gordon
55ea292770
Merge branch 'develop' into fix/image-attachment-web
2022-12-02 17:51:48 +01:00
Gordon Hayes
5a53106797
chore: add deprecation warning
2022-11-25 18:07:58 +01:00
Gordon Hayes
16615705b1
fix: on reply callback not used
2022-11-25 17:58:03 +01:00
Gordon Hayes
5a471f9356
chore: update connectivity plus dependency
2022-11-23 17:05:31 +01:00
Gordon Hayes
ffbdbded7d
chore: update changelog
2022-11-23 15:53:23 +01:00
Gordon Hayes
a0016cae91
chore: update desktop_drop dependency
2022-11-23 15:36:15 +01:00
Gordon
ddd8310b96
Merge pull request #1382 from GetStream/fix/render-overflow-in-MessageSearchListTileTitle
...
fix(ui): render overflow in message search title
2022-11-23 14:59:59 +01:00
Gordon
f8e757533d
Merge pull request #1385 from GetStream/fix-broken-links
...
docs(doc): fix broken links
2022-11-22 15:42:29 +01:00
Jeroen Leenarts
8f17a10814
Fix broken links.
2022-11-18 14:11:23 +01:00
Gordon Hayes
c6ef158377
chore: update changelog
2022-11-17 17:45:09 +01:00
Gordon Hayes
74c61105a1
chore(ui): upgrade lottie to v2
2022-11-17 17:39:20 +01:00
Gordon Hayes
41f20f7895
docs: update changelog
2022-11-17 17:24:01 +01:00
Gordon Hayes
48e7adaba0
fix: render overflow using richtext instead of row
2022-11-17 16:55:45 +01:00
Gordon Hayes
0d6362e5d5
fix: cached attachment image not showing on web
2022-11-17 16:19:04 +01:00
Salvatore Giordano
6f0645d879
Merge branches 'master' and 'develop' of https://github.com/GetStream/stream-chat-flutter into develop
2022-11-09 12:12:22 +01:00
Salvatore Giordano
1fdb72f6f2
fix(doc): move initialize_stream_chat_widget_tree to proper folder
2022-11-04 10:33:04 +01:00
Jeroen Leenarts
d5df42c755
Put migrations guides back on their old slugs. ( #1374 )
2022-11-04 10:14:29 +01:00
Jeroen Leenarts
02e912eb2c
Put migrations guides back on their old slugs. ( #1374 )
2022-11-04 10:14:01 +01:00
Sacha Arbonel
d0e06d96d8
Docs: reorganize sidebar docs + fix broken links ( #1369 )
...
* reorganize sidebar docs
* fix broken links
* tweaks
2022-10-31 15:06:21 +01:00
Sacha Arbonel
5267c0193e
Docs: reorganize sidebar docs + fix broken links ( #1369 )
...
* reorganize sidebar docs
* fix broken links
* tweaks
2022-10-31 15:05:30 +01:00
Salvatore Giordano
5669841a32
upgrade deps ( #1368 )
2022-10-26 15:37:21 +02:00
Salvatore Giordano
6cae1364a1
fix analysis
2022-10-26 10:42:14 +02:00
Salvatore Giordano
7fa39c9474
feat(ui): add enableActionAnimation flag to StreamMessageInput ( #1367 )
...
* feat(ui): add enableActionAnimation flag to StreamMessageInput
* chore(ui): update changelog
* fix(ui): add doc
2022-10-26 09:41:48 +02:00
Salvatore Giordano
d09d3817b5
fix(persistence,llc,core,ui): deprecated sort, add channelStateSort s… ( #1366 )
...
* fix(persistence,llc,core,ui): deprecated sort, add channelStateSort sorting the channels offline using the state
* update changelogs
* update tests
* remove deprecated test
* change threashold
* minor fixes
* remove tests
* fix(persistence): minor changes.
Signed-off-by: xsahil03x <xdsahil@gmail.com >
Signed-off-by: xsahil03x <xdsahil@gmail.com >
Co-authored-by: Sahil Kumar <xdsahil@gmail.com >
2022-10-25 17:07:02 +02:00
Salvatore Giordano
5784c53e6b
fix(persistence): fix offline message pagination ( #1361 )
...
* fix(persistence): fix offline message pagination
* chore(persistence): update changelog
* fix(persistence): fix pagination offline
* fix test
2022-10-24 12:49:25 +02:00
lightrabbit
9369defe11
feat(ui): show custom action on context menu ( #1353 )
...
* fix(ui): Show message custom actions on desktop context menu.
* fix(ui): don't handle keyboard shortcut when callback is null.
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com >
2022-10-24 11:28:28 +02:00
Sahil Kumar
1e9e942c46
feat(llc, ui): add support for thumbUrl in video attachment. ( #1362 )
...
* feat(llc, ui): add support for thumbUrl in file attachment.
Signed-off-by: xsahil03x <xdsahil@gmail.com >
* chore(ui): use widget.fit instead of hardcoded fit.
Signed-off-by: xsahil03x <xdsahil@gmail.com >
* fix analysis
Signed-off-by: xsahil03x <xdsahil@gmail.com >
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com >
2022-10-24 11:27:46 +02:00
Salvatore Giordano
8b6c59929f
fix changelog
2022-10-24 10:28:44 +02:00
Spencer Connaughton
1d6a566647
feat(ui): expose widthFactor in MessageWidget ( #1357 )
2022-10-24 10:28:08 +02:00
Dawid
144d517dea
fix(persistence): bring back experimental indexedDB on web ( #1348 )
...
* fix(persistence): bring back experimental indexedDB on web
* chore(persistence): update changelog to be upcoming
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com >
2022-10-10 13:38:45 +02:00
Daniel
37e01b118b
fix(llc): channel clean up after dispose from cache ( #1342 )
...
* fix: channel clean up after dispose from cache
* chore(llc): update changelog
* fix(llc): refactor setter in add/remove methods
* fix tests
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com >
2022-10-10 12:59:35 +02:00
Salvatore Giordano
25bc504125
Create dependabot.yml
2022-10-07 09:33:11 +02:00
Salvatore Giordano
7629eae3be
fix(ui): remove unused member
2022-10-05 17:45:31 +02:00
Salvatore Giordano
5db668f7d2
Merge branch 'develop'
2022-10-05 17:21:29 +02:00
Salvatore Giordano
fdac6f2b03
chore(ui): bump to 5.0.1 ( #1345 )
2022-10-05 17:19:37 +02:00
Salvatore Giordano
ef19421913
Merge branch 'develop'
2022-10-05 17:15:00 +02:00
Salvatore Giordano
08295e5290
docs: v5 ( #1341 )
...
* feat: version docs and add stream_member_list_controller docs
* feat: add member list and grid doc
* exported extensions on ui package
* feat: add first version of v5 migration guide
* docs: grammar fixes and other v5 release details
* docs: add additional v5 migration info
* update WrapAttachmentWidget doc
* add back v4 migration guide
* docs(doc): add customize_attachment_picker_modal.mdx guide. (#1343 )
Signed-off-by: xsahil03x <xdsahil@gmail.com >
Signed-off-by: xsahil03x <xdsahil@gmail.com >
* update link for attachment picker guide
* update share_plus
Signed-off-by: xsahil03x <xdsahil@gmail.com >
Co-authored-by: Gordon Hayes <pggordonhayes@gmail.com >
Co-authored-by: Sahil Kumar <xdsahil@gmail.com >
2022-10-05 17:08:45 +02:00
Salvatore Giordano
54a0e29fb6
Merge branch 'develop'
2022-09-30 17:56:15 +02:00