Bruno Windels
|
8a5c46ead0
|
Merge branch 'experimental' into bwindels/memberlistmakeover
|
2018-10-24 11:06:08 +02:00 |
|
Bruno Windels
|
56ed38ad13
|
WIP
|
2018-10-23 21:38:04 +02:00 |
|
Bruno Windels
|
466062e872
|
Merge pull request #2239 from matrix-org/bwindels/topleftmenu1
Redesign: 1st go at top left menu & restyling context menus
|
2018-10-23 19:37:05 +00:00 |
|
Bruno Windels
|
4b90fd5c11
|
move TopLeftMenu to context_menus folder
|
2018-10-23 15:42:28 +02:00 |
|
Bruno Windels
|
cad0fa05e5
|
hide name when collapsed
|
2018-10-23 15:33:45 +02:00 |
|
Bruno Windels
|
97789a8858
|
event handlers need to be bound with es6 react classes
|
2018-10-23 15:33:24 +02:00 |
|
Bruno Windels
|
8b38af856a
|
put settings and sign out in top left menu for now
|
2018-10-23 15:25:20 +02:00 |
|
Bruno Windels
|
863d89f6fd
|
show profile in topleftmenu button for now (will be current community)
|
2018-10-23 15:25:10 +02:00 |
|
Bruno Windels
|
7b8e96723e
|
support contextual menus without chevron
|
2018-10-23 15:21:30 +02:00 |
|
Bruno Windels
|
5f1cf07543
|
rename TopLeftMenu to TopLeftMenuButton
so the former can be the actual menu
|
2018-10-23 13:29:44 +02:00 |
|
Bruno Windels
|
521e035bf0
|
add vertical space above and below room section
|
2018-10-22 18:17:14 +02:00 |
|
Bruno Windels
|
91a2ee1779
|
tweak badges
|
2018-10-22 18:16:36 +02:00 |
|
Bruno Windels
|
5c843acc10
|
fix room lists growing taller than screen height in FF
sections with flex-basis don't seem to shrink smaller in FF,
so use flexGrow which is unitless/proportional but works as well
|
2018-10-22 11:16:33 +02:00 |
|
Bruno Windels
|
f42ab32e05
|
Merge branch 'experimental' into bwindels/roomsectionheadercleanup
|
2018-10-22 10:31:07 +02:00 |
|
Bruno Windels
|
73d9a71b29
|
Merge pull request #2226 from matrix-org/bwindels/resizeroomsublists
Redesign: 1st go at resizing room sublists
|
2018-10-19 13:33:28 +00:00 |
|
Bruno Windels
|
f2ee8307dc
|
Merge pull request #2224 from matrix-org/bwindels/removedndmore
Redesign: remove room list truncation and DND
|
2018-10-19 13:30:18 +00:00 |
|
Bruno Windels
|
7ece134b4e
|
dont cause rerender with anon func
|
2018-10-19 15:22:28 +02:00 |
|
Bruno Windels
|
e4276d9378
|
don't show notification count in expanded room section header
|
2018-10-19 14:50:35 +02:00 |
|
Bruno Windels
|
acd383c6a9
|
move closer to usage
|
2018-10-19 14:44:37 +02:00 |
|
Bruno Windels
|
d48f19bc19
|
remove alwaysShowHeader, as now onAddRoom prop determines this
|
2018-10-19 14:43:02 +02:00 |
|
Bruno Windels
|
5091aa3b43
|
get rid of emptyContent, also cleanup sublist render method
also assume empty list in css by default and add nonEmpty class
|
2018-10-19 14:41:51 +02:00 |
|
Bruno Windels
|
57a9d3ca98
|
remove obsolete resizer
|
2018-10-19 14:37:23 +02:00 |
|
Bruno Windels
|
14cdd723f7
|
only show chevron for non-empty lists
|
2018-10-19 14:33:51 +02:00 |
|
Bruno Windels
|
0386a1e048
|
get rid of obsolete showEmpty prop
|
2018-10-19 14:32:49 +02:00 |
|
Bruno Windels
|
ae8723451a
|
remove onShowMoreRooms, as room tiles & scrollbar rendered at same level
|
2018-10-19 14:27:36 +02:00 |
|
Bruno Windels
|
07799f609f
|
fix lint
|
2018-10-19 12:34:55 +02:00 |
|
Bruno Windels
|
798be2d514
|
remove room count leftovers
|
2018-10-19 12:08:05 +02:00 |
|
Bruno Windels
|
6af61ebb09
|
add plus button for rooms and people
|
2018-10-19 12:07:36 +02:00 |
|
Bruno Windels
|
197dd57461
|
also set max-height so you can't make a sublist bigger than the content
|
2018-10-18 16:58:23 +02:00 |
|
Bruno Windels
|
44b92eb071
|
set sub list height with flex-basis to make it ... well, grow less
|
2018-10-18 16:58:17 +02:00 |
|
Bruno Windels
|
d264687796
|
don't scroll sub list header
|
2018-10-18 16:25:22 +02:00 |
|
Bruno Windels
|
0b615b21e2
|
fix lint
|
2018-10-18 15:53:27 +02:00 |
|
Bruno Windels
|
3552326003
|
more lint fixes
|
2018-10-17 16:20:38 +02:00 |
|
Bruno Windels
|
6906d5a5f9
|
remove DND for room tiles
|
2018-10-17 16:02:35 +02:00 |
|
Bruno Windels
|
874ef50273
|
don't truncate room lists
|
2018-10-17 14:45:36 +02:00 |
|
Bruno Windels
|
c926aa2bfe
|
remove .collapsed class on mx_LeftPanel as the container already has it
|
2018-10-17 14:01:45 +02:00 |
|
Bruno Windels
|
110e4526b8
|
store/load lhs & rhs sizes to/from localStorage
|
2018-10-16 18:43:40 +02:00 |
|
Bruno Windels
|
1d2e1d4b6b
|
make it work for now, probably want to rename this back later on
|
2018-10-16 17:45:53 +02:00 |
|
Bruno Windels
|
30003d8f91
|
turn resizer into class to make programmatic interaction/cleanup easier
|
2018-10-16 15:16:10 +02:00 |
|
Bruno Windels
|
c095e30ae4
|
provide collapsed callback to also collapse on react side of things
|
2018-10-16 14:56:49 +02:00 |
|
Bruno Windels
|
c56975d93d
|
dont base collapse toggle size on min-width, as it's not available in collapsed state
|
2018-10-16 12:26:08 +02:00 |
|
Bruno Windels
|
01471abdc5
|
Merge branch 'bwindels/redesign' into bwindels/resizehandles
|
2018-10-16 11:57:59 +02:00 |
|
Bruno Windels
|
6878ce3c6a
|
Merge branch 'develop' into bwindels/redesign
|
2018-10-16 11:57:44 +02:00 |
|
Bruno Windels
|
4f006b033e
|
collapse left panel when 50px past min-width
|
2018-10-11 15:40:59 +02:00 |
|
Bruno Windels
|
bba04a6820
|
Merge pull request #2205 from matrix-org/dbkr/lazy_load_check_before_sync
Handle InvalidStoreError from js-sdk
|
2018-10-10 18:35:36 +02:00 |
|
David Baker
|
655627209a
|
unused function
|
2018-10-10 17:25:32 +01:00 |
|
David Baker
|
0abcb5c78d
|
Handle InvalidStoreError from js-sdk
js-sdk now emits sync state ERROR with an InvalidStoreError if the
store needs to be cleared before it can be used.
Requires https://github.com/matrix-org/matrix-js-sdk/pull/759
|
2018-10-10 17:07:17 +01:00 |
|
Bruno Windels
|
dfb4c594a8
|
Merge pull request #2204 from matrix-org/bwindels/rrfallbackavatars
Fall back to default avatar in RR when member isn't loaded yet
|
2018-10-10 16:58:59 +02:00 |
|
Bruno Windels
|
5128386160
|
allow read receipts without an existing member in MessagePanel
|
2018-10-10 16:15:20 +02:00 |
|
Bruno Windels
|
0767c278e7
|
put userId next to member in read receipt, fall back when member missing
|
2018-10-10 16:14:09 +02:00 |
|