This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 822
Add right panel chat timeline #7112
Merged
toger5
merged 80 commits into
develop
from
toger5/maximised_widgets_rightPanel_timeline
Nov 29, 2021
Merged
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
0a6c20c
add maximise widget functionality
toger5 a9a2c41
fix linter issues
toger5 cb4ae5f
fix style lint issues
toger5 e68c8f1
Update src/components/structures/RoomView.tsx
toger5 8608c59
fix typo
toger5 bb543a2
typo
toger5 4cc316d
Remove caps "AND "
toger5 4a3b48d
fix spelling
toger5 5d14783
improove readibility for continue in for
toger5 74f9b93
review fixes
toger5 cfbdf40
reuse already added icons
toger5 ffb0af8
more container comment fixes
toger5 1155ae9
fix app options button
toger5 cd9d193
remove error message
toger5 a76e7ec
fix issue not beeing able to maximise
toger5 04e0b42
remove maxmimisedDrawer
toger5 21b9549
fix centering and overflow of appDrawer
toger5 38f8cfe
fix hover label "Minimise widget"->"Close"
toger5 4aa18f7
right panel chat timeline
toger5 0df2b82
automatically switch to TimelineCard on maximise
toger5 bddb05f
fix style and compile errors
toger5 2ffd836
fix highlighting and labels
toger5 c3a6409
rename timelinePanel-> timelineCard
toger5 6fb6e6d
simplify previous phase access
toger5 98adc21
close right panel chat if no widget is maximised
toger5 7d8879f
fix linter
toger5 0831b60
review fixes
toger5 fdf7b9f
add jest test for WidgetLayoutStore
toger5 afef1d0
Merge branch 'develop' into toger5/maximised_widgets
toger5 b06490e
change accent-color
toger5 b3c6526
another try
toger5 03ec030
Merge branch 'develop' into toger5/maximised_widgets
toger5 a23931b
I think I have it now...(accent related commit)
toger5 0bcb881
fix room state always overriding user settings
toger5 b1ef33b
fix container border width
toger5 ba4d09c
change icons, change border width
toger5 26d5cd1
Merge branch 'toger5/widget_container_border_width' into toger5/maxim…
toger5 2a8bba6
use $container-border-width where needed
toger5 6f3a1c0
fix style lint
toger5 fa35b44
add !important for widget card AppTileFullWidth
toger5 7f0c5d6
fix bug where a widget can be open twice
toger5 a8d2e5e
review fixes
toger5 3743b74
fix awkward ternary stack
toger5 c6e9c82
Merge branch 'develop' into toger5/maximised_widgets
toger5 704ddc8
remove the now deprecated collapse button url after merge
toger5 0b9a544
Merge branch 'toger5/maximised_widgets' into toger5/maximised_widgets…
toger5 ad183fb
fix styling and move TimelineCard to the views
toger5 d3218f3
Merge branch 'develop' into toger5/maximised_widgets_rightPanel_timeline
toger5 6e1f1fe
clean up TimelinCard class
toger5 585ffa8
fix maximised state being loaded correctly
toger5 583d754
enable Read Receipts and sendReadReceiptOnLoad for timelineCard
toger5 d782c06
Merge branch 'develop' into toger5/maximised_widgets_rightPanel_timeline
toger5 d66a411
Update src/components/structures/RightPanel.tsx
toger5 6aa2e9b
fix position of dispatcher
toger5 596af16
fix header styles (make them prettier and simpler)
toger5 90e331f
fix up event tile
toger5 8dfa940
rename RightPanelPhases.TimelineCard -> Timeline
toger5 89b6266
Merge remote-tracking branch 'origin/toger5/maximised_widgets_rightPa…
toger5 304e788
fix style
toger5 d6ad1ae
code cleanup for previous phase logic
toger5 65c752d
remove artifacts from the previousPhase logic.
toger5 5a3cf2b
remove unecassary imports
toger5 20ff205
Merge branch 'develop' into toger5/maximised_widgets_rightPanel_timeline
toger5 3acb7a3
fix settings layout path
toger5 786cff8
timeline panel header fixups
toger5 842150c
only enable new back button behaviour if feature enabled
toger5 f8ae27e
prevent double timeline
toger5 77b9c03
disable RR's
toger5 d097136
remove unread indicator fragments HeaderButton
toger5 1e3b157
dont go to room info when widget gets closed
toger5 7999cdf
styling stuff
toger5 92d8895
solve "never show two timelines" more properly
toger5 d5a0652
hello linter ;)
toger5 1bf0704
Update src/components/structures/RoomView.tsx
toger5 f03de71
Update src/components/structures/RoomView.tsx
toger5 bd0d989
Merge branch 'develop' into toger5/maximised_widgets_rightPanel_timeline
toger5 4f4b185
remove unused var (showNewMessages)
toger5 9251b03
add comment about RR's
toger5 d21dc8f
fix feature flag check
toger5 bfdb6d1
remove viewInRoom button if a widget is maximised
toger5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/* | ||
Copyright 2021 The Matrix.org Foundation C.I.C. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
.mx_TimelineCard { | ||
.mx_TimelineCard__header { | ||
margin-left: 6px; | ||
|
||
span:first-of-type { | ||
font-weight: 600; | ||
font-size: 15px; | ||
line-height: 18px; | ||
color: $secondary-content; | ||
} | ||
} | ||
|
||
.mx_BaseCard_header { | ||
margin: 5px 0 9px 0; | ||
.mx_BaseCard_close { | ||
margin: 8px; | ||
right: 0; | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.