Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add message bubbles #6174

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
311c229
Initial implementation of messages bubbles for Element
su-ex Jun 10, 2021
43d7e16
A lot of wobbling around
su-ex Jun 10, 2021
541b5bf
Bubble layout: Remove tail
su-ex Jun 11, 2021
fbcac68
Hide new layout switcher behind feature flag
su-ex Jun 11, 2021
4a12d62
Add some strings that sprinkled away
su-ex Jun 11, 2021
57ffed4
Apply suggestions from code review round 1
su-ex Jun 11, 2021
3b25e31
Leave strings to Weblate
su-ex Jun 11, 2021
48d38b3
Regenerate base strings
su-ex Jun 11, 2021
5248c05
Change div back to li
su-ex Jun 11, 2021
540fca4
Get rid of some prefixes (no css classes yet)
su-ex Jun 11, 2021
050a5a2
Apply suggestions from code review round 2
su-ex Jun 11, 2021
44f82b0
Make singleSideBubbles optional in EventTile
su-ex Jun 11, 2021
0f43c83
Appease linter
su-ex Jun 11, 2021
0b61faf
Switch prefix (sc_ --> mx_)
su-ex Jun 11, 2021
e9b80e6
Slightly reduce left gutter due to missing tail
su-ex Jun 11, 2021
8d64cca
Apply suggestions from code review round 3
su-ex Jun 12, 2021
c18f168
Use createRef()
SimonBrandner Jun 13, 2021
3800125
Be more reacty
SimonBrandner Jun 13, 2021
5f6c624
Add @ts-ignore and Travis-style comment
SimonBrandner Jun 13, 2021
41b1ced
Remove unused code
SimonBrandner Jun 13, 2021
afdfa64
Fix missing layout passdown to MessageComposer
su-ex Jun 13, 2021
029a1bb
Assimilate image and video border radius
su-ex Jun 13, 2021
23d7147
Scope compact layout
su-ex Jun 13, 2021
a8cb061
Merge remote-tracking branch 'upstream/develop' into bubbling-element
su-ex Jun 16, 2021
7833088
Merge branch 'develop' into bubbling-element
su-ex Jun 18, 2021
8c60fcd
Merge branch 'develop' into bubbling-element
su-ex Jun 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
@import "./views/rooms/_EntityTile.scss";
@import "./views/rooms/_EventTile.scss";
@import "./views/rooms/_GroupLayout.scss";
@import "./views/rooms/_BubbleLayout.scss";
@import "./views/rooms/_IRCLayout.scss";
@import "./views/rooms/_JumpToBottomButton.scss";
@import "./views/rooms/_LinkPreviewWidget.scss";
Expand Down
Loading