Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add right panel with Room information #365

Merged
merged 91 commits into from
Jun 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
c7ba472
Add view and vm for RoomInformation
MidhunSureshR May 23, 2021
c7fd0fa
Allow details to be child of room
MidhunSureshR May 23, 2021
986271d
Add code to toggle RoomInformation panel
MidhunSureshR May 23, 2021
e39572b
Create RoomInformationView on toggle
MidhunSureshR May 23, 2021
96959a3
Put name of property in emitChange
MidhunSureshR May 23, 2021
439910f
Handle case when path.get() may be null
MidhunSureshR May 23, 2021
98d8d44
Allow details to be child of rooms
MidhunSureshR May 23, 2021
7e38c3e
Remove right panel on grid update if needed
MidhunSureshR May 23, 2021
ddaa9b4
Dispose vm preemptively
MidhunSureshR May 24, 2021
c3333f5
Extract method
MidhunSureshR May 24, 2021
9a605cc
Remove unnecessary check
MidhunSureshR May 24, 2021
0d11f85
Add CSS to display sidebar to the right
MidhunSureshR May 24, 2021
191eb09
Fallback to canonical alias if no names found
MidhunSureshR May 24, 2021
0ea2843
Add background for sidebar
MidhunSureshR May 25, 2021
6f1b77b
Add room avatar to RoomInfoView
MidhunSureshR May 25, 2021
aece82d
Make room avatar larger in RoomInfoView
MidhunSureshR May 25, 2021
d502a7f
Make display name bold
MidhunSureshR May 25, 2021
a23e2c3
Better styling
MidhunSureshR May 25, 2021
0a4f8af
Create method to add sidebar element
MidhunSureshR May 26, 2021
653fcbb
Add method to create avatar section
MidhunSureshR May 26, 2021
ee29d7f
Bring in icon assets
MidhunSureshR May 26, 2021
f42553f
Add avatar size for design
MidhunSureshR May 26, 2021
c96abc8
Add css to place items appropriately
MidhunSureshR May 26, 2021
b0535b5
Add styling for RoomInfoView
MidhunSureshR May 26, 2021
91f083a
Add close button to RoomInfoView
MidhunSureshR May 26, 2021
c65e26e
Position the close button to right end
MidhunSureshR May 26, 2021
20a250d
Style close button
MidhunSureshR May 26, 2021
37367cd
Make close button close the view
MidhunSureshR May 26, 2021
ecd5505
Bring in info icon
MidhunSureshR May 26, 2021
4edc58e
Add button in Room header to open details
MidhunSureshR May 26, 2021
b5480b0
Style open button
MidhunSureshR May 26, 2021
9ac415f
Show panel when first visit contains /details
MidhunSureshR May 26, 2021
eab6ca3
Make side-bar responsive
MidhunSureshR May 26, 2021
d782c9e
Justify content to flex-end instead
MidhunSureshR May 26, 2021
2dcec63
Info icon should open/close view alternatively
MidhunSureshR May 27, 2021
02d79b5
Prefer canonical alias over room_id if available
MidhunSureshR May 28, 2021
426d077
Keep RoomInfoView open across room/grid changes
MidhunSureshR May 31, 2021
1e96b58
Add link support to menu
MidhunSureshR May 31, 2021
00dbd3d
Add menu entry to launch RoomInfoView
MidhunSureshR May 31, 2021
040c744
Style links and buttons similarly in menu
MidhunSureshR Jun 1, 2021
f1fe17f
Make font-size equal to that of room-header
MidhunSureshR Jun 1, 2021
d3d65d8
Put sidebar rows into container
MidhunSureshR Jun 1, 2021
3273682
Do not show room id instead of canonical alias
MidhunSureshR Jun 1, 2021
8d254c9
Undo formatting/stylistic changes
MidhunSureshR Jun 3, 2021
a3271fb
Fix Menu: Use t instead of tag to get events
MidhunSureshR Jun 3, 2021
98ef6f4
Use optionWithButton
MidhunSureshR Jun 3, 2021
65bd744
Make menu-items uniform
MidhunSureshR Jun 3, 2021
9074caf
Change Room Details --> Room details
MidhunSureshR Jun 3, 2021
986f04a
Move Room details menu entry to top
MidhunSureshR Jun 3, 2021
a3587a8
Use internationalization for user facing strings
MidhunSureshR Jun 3, 2021
04933ac
Add missing checks
MidhunSureshR Jun 3, 2021
7f922af
Reduce duplication in code
MidhunSureshR Jun 3, 2021
a4bcb21
Move details handling to separate function
MidhunSureshR Jun 4, 2021
37e052c
details do not need to be child of rooms
MidhunSureshR Jun 4, 2021
b2448e1
Calculate path when button is clicked
MidhunSureshR Jun 4, 2021
5b74038
Check value of details everywhere
MidhunSureshR Jun 4, 2021
0d63ce9
Change SideBarActive --> right-shown
MidhunSureshR Jun 4, 2021
4c96294
Modify setters in MenuOption to support chaining
MidhunSureshR Jun 4, 2021
4700009
Add new test for parseUrlPath
MidhunSureshR Jun 4, 2021
c6f3b1f
Do not use private props from room summary
MidhunSureshR Jun 4, 2021
0406584
Remove unused getter
MidhunSureshR Jun 4, 2021
fcc2afb
Do not compute link in getter
MidhunSureshR Jun 4, 2021
eb870cf
Use url instead of link
MidhunSureshR Jun 4, 2021
7fbcf89
Remove unncessary empty line
MidhunSureshR Jun 4, 2021
332fbdd
Move variable to scope of conditional
MidhunSureshR Jun 4, 2021
008f360
Remove link support from Menu
MidhunSureshR Jun 4, 2021
efd37d8
Update on changes to vm
MidhunSureshR Jun 6, 2021
f917730
Stick to naming convention for css/html classes
MidhunSureshR Jun 6, 2021
f3f1436
Rename room info to room details everywhere
MidhunSureshR Jun 6, 2021
2c0176f
Remove unwanted width
MidhunSureshR Jun 6, 2021
6086d15
Make value multiple of 4
MidhunSureshR Jun 6, 2021
95512b5
Remove margin from top
MidhunSureshR Jun 6, 2021
fa67c5e
Refactor function
MidhunSureshR Jun 7, 2021
4005d70
Increase height to make element more centered
MidhunSureshR Jun 7, 2021
dd9a19b
Make formatting consistent
MidhunSureshR Jun 7, 2021
0c5d118
Add rule to warn on wrong formatting
MidhunSureshR Jun 7, 2021
b2f2d51
Make formatting consistent with the codebase
MidhunSureshR Jun 7, 2021
e2443a8
Undo spillover from earlier formatting havoc
MidhunSureshR Jun 7, 2021
e10b455
Rename method
MidhunSureshR Jun 14, 2021
7b811aa
Remove space after brace in two places
MidhunSureshR Jun 14, 2021
88a1e34
Unsubscribe on dispose
MidhunSureshR Jun 14, 2021
e50b503
Undo lint config change
MidhunSureshR Jun 14, 2021
97e484b
Rename toggle --> open
MidhunSureshR Jun 15, 2021
4f05d9a
Make navigation changes in one go
MidhunSureshR Jun 15, 2021
1772fc0
Remove text(..)
MidhunSureshR Jun 15, 2021
5e4db2f
Change font size
MidhunSureshR Jun 15, 2021
e161f61
Remove selector list
MidhunSureshR Jun 15, 2021
e2fd90b
Remove Segment import
MidhunSureshR Jun 24, 2021
a273b25
Remove css assumption
MidhunSureshR Jun 24, 2021
eb35f46
Make sure room does exist before creating vm
MidhunSureshR Jun 24, 2021
09aba78
Merge branch 'master' into room-info
bwindels Jun 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/platform/web/ui/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ the layout viewport up without resizing it when the keyboard shows */
.middle .close-middle { display: none; }
/* mobile layout */
@media screen and (max-width: 800px) {
.SessionView:not(.middle-shown, .right-shown) {
.SessionView:not(.middle-shown) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the .right-shown not needed then in here?

grid-template:
"status" auto
"left" 1fr /
Expand Down