32edbc155f
Merge remote-tracking branch 'origin/develop' into err
2021-05-07 19:16:00 +05:30
81f2e67443
Fixed Linting errors
2021-04-28 23:40:23 +05:30
8b644e783e
Finally fixes two todays
2021-04-28 23:23:51 +05:30
46bfbbadf9
Enable indent rule and fix indent
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-04-27 17:23:27 +02:00
43c236e8a5
Pass showReadReceipts from MessagePanel
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-04-14 12:24:33 +02:00
5e3a7c48f4
Fix edge case with redaction grouper messing up continuations
2021-03-25 19:37:55 +00:00
2f2bb9456f
Reduce code duplication
2021-03-23 18:17:41 -06:00
fa54ca615a
Appease the linter
2021-03-22 21:41:13 -06:00
026aa6f88d
Track next event [tile] over group boundaries
...
Fixes https://github.com/vector-im/element-web/issues/16745
2021-03-22 21:39:07 -06:00
497caf5645
Fix redaction event list summaries breaking sender profiles
2021-03-22 13:22:16 +00:00
98df2883d3
Merge pull request #5728 from matrix-org/t3chguy/fix/3657
...
Collapse redactions into an event list summary
2021-03-19 19:16:20 +00:00
7ac8fdea64
Don't call scrollToBottom() on scroll_to_bottom()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-03-18 18:02:33 +01:00
e5180a472f
Merge branch 'develop' into travis/skinning/pt3-easy-comps
2021-03-10 12:30:06 -07:00
9e43fca9b6
Merge pull request #5739 from matrix-org/travis/message-state-fixes/hidden-rr
...
Document behaviour of showReadReceipts=false for sent receipts
2021-03-10 07:23:51 -07:00
32f737e1ba
Tweak sent marker code style
2021-03-10 13:45:37 +00:00
78568d6a01
Document behaviour of showReadReceipts=false for sent receipts
2021-03-10 01:40:43 -07:00
ac1ce24b74
Fix sent markers disappearing for edits/reactions
...
Fixes https://github.com/vector-im/element-web/issues/16651
2021-03-09 20:52:30 -07:00
c230a75eda
Flag structural components as replaceable
2021-03-08 20:23:24 -07:00
fdea45ad74
Add a quick sender check to isLastSuccessful
2021-03-08 08:51:57 -07:00
6106e01ab4
Collapse redactions into an event list summary
2021-03-08 09:39:07 +00:00
f87f2b11ef
Appease the linter
2021-03-05 11:05:56 -07:00
ca63e937d3
Fix up logic to show sent receipts correctly
2021-03-05 10:56:13 -07:00
5072fb0608
Merge branch 'develop' into improve-layout-handling
2021-02-15 16:12:08 +01:00
69e81119e9
Don't jump to bottom on reaction
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-02-05 15:15:20 +01:00
f2d236d429
Use LayoutPropType
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-02-05 08:17:30 +01:00
972c947049
More generic layout setting
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-01-23 10:35:35 +01:00
c7ff0f302a
Scroll to bottom on message_sent
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-01-23 09:35:05 +01:00
252484fcd9
add key to make React happier
2020-11-05 17:01:20 +00:00
664079a127
Use MiniAvatarUploader for the new NewRoomIntro component
2020-11-05 15:50:42 +00:00
2fdfe9346f
Update copy on the Encryption Enabled bubble tile and room creation ELS to cater better in general but specifically for DMs
2020-11-04 17:50:59 +00:00
14a7b83988
Don't show a bottom border ahead of the date separator
2020-09-17 10:40:48 -06:00
9cc789756b
UI Feature Flag: Hide flair
2020-09-16 11:26:15 +01:00
7c1935a44e
Key EventTile's using txnId if it is set to prevent a remount
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-22 11:10:55 +01:00
51118863c7
Fix jumping to read marker for events without tiles
...
It is possible for your read marker to be set to an event without a tile (like a
reaction). We would still render the read marker at the position of those events
in the timeline, even though there's no matching tile, which breaks a core
assumption of jump to read marker path: it assumes that if the read marker node
is present in the DOM, then there must also be an event tile with a scroll token
matching the event ID.
This fixes the situation by setting a scroll token on the read marker so it can
always be scrolled to, no matter what kind of event it might represent.
Fixes vector-im/riot-web#10975
2020-06-30 18:40:52 +01:00
6d81337d92
Tidy up continuation algorithm and make it work for hidden profile change events
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-06-04 13:10:45 +01:00
5bba62c28b
Pass roomId to IRCTimelineProfileResizer
2020-06-01 18:27:10 +01:00
df18638164
useIRCLayout moved to props
2020-06-01 17:34:42 +01:00
fcbd197e7d
Fix file list regression
2020-05-26 15:56:16 +01:00
286828b3bb
Disable irc mode in notifiactions panel
2020-05-19 16:15:13 +01:00
7bb7f30b8f
missed one
2020-05-18 22:02:22 +01:00
4deeef5fca
Remove ability to remove avatars
2020-05-18 16:57:00 +01:00
5380e76b7b
lint
2020-05-18 16:43:47 +01:00
17f535e5f8
Fix review problems
...
- removed superfluous position and classes
- fixed compact view
- fixed event list summary avatar and text overlap
- fixed a problem where the mention list refuses to load.
2020-05-18 16:37:10 +01:00
5029c3f143
Implement IRC draggable display name width
2020-05-13 02:16:43 +01:00
bc5fc57dd6
Lint
...
This is why we shouldn't rely on regex
2020-05-07 14:22:15 +01:00
771ae5e18f
Fix encryption badge layouts and replies.
...
Begin removing dependence on slider.
Move settings to labs.
Username disambiguation.
2020-05-07 14:04:56 +01:00
10c8d253c8
Create irc layout
2020-05-07 14:04:33 +01:00
e0c89f6180
Add switch between layout classes
2020-05-07 14:04:33 +01:00
5ef06357f6
Merge branch 'develop' into foldleft/better-errors
2020-04-06 11:36:46 +01:00
86f39ee0ee
Fix read marker visibility for grouped events
...
The recent "groupers" which extracted out timeline grouping logic forgot to
pass through the last event state for read marker computation. This causes the
read marker to become visible when e.g. returning to room if it was last placed
inside a grouped set of events (currently room creation and membership events).
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/4059
Related to https://github.com/vector-im/riot-web/issues/12338
2020-04-03 01:14:31 +01:00