c3a355097d
Initial Countly work
2020-10-29 15:57:16 +00:00
0170fa608e
Fix User Menu avatar colouring being based on wrong string
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-10-21 14:11:39 +01:00
30adc98a15
Fix excessive hosting link padding
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-10-19 12:34:25 +01:00
f5a40eff4b
updated TagFilterStore
2020-10-10 18:02:58 +05:30
26b18811ce
Add some permission checks to the communities v2 prototype
...
Prototype behaviour:
* If you can't create a room in the community, say so.
* The UX for this could probably be improved, but for now the intention is to not break muscle memory by hiding the create room option.
* If you can't change settings in the community, or can't invite people, don't show those respective options.
* Breaking muscle memory here is moderately okay.
2020-09-18 16:04:19 -06:00
04d7aebad0
UI Feature Flag: Disable feedback button
2020-09-16 10:59:14 +01:00
92c184385c
Merge branch 'develop' into travis/communities/proto/userinfo
2020-09-01 10:51:42 -06:00
fdbaddbace
Add a simple edit dialog for communities
2020-08-31 10:52:08 -06:00
724e3f6905
Run all selected prototype community logic through one store
2020-08-31 10:19:05 -06:00
93d67a6689
Wire up members button to member view
...
Ideally this would open up the group members panel, but that's exceedingly difficult. Instead, we switch to the general chat and rename the button to be a bit more helpful.
2020-08-31 10:12:12 -06:00
275ff6b41e
Wire up the invite button
2020-08-28 20:08:12 -06:00
35e4d89545
Add aria labels to menu options
2020-08-28 20:04:19 -06:00
9ba33c7f80
Fix eslint ts override tsx matching and delint
2020-08-29 01:11:08 +01:00
02095389e7
Add structure for mixed prototype UserMenu
2020-08-28 17:03:17 -06:00
01b0acbe62
Make the UserMenu echo the current community name
2020-08-28 16:14:08 -06:00
c9e967f05c
Don't override UserMenu with group changes
2020-08-25 21:21:16 -06:00
81a7be29aa
Show the selected community in the top left menu
2020-08-20 19:45:54 -06:00
4799f0ee43
Merge pull request #5085 from matrix-org/t3chguy/notifications11
...
Factor out Iconized Context menu for reusability
2020-08-08 11:41:28 +01:00
fee808a75e
fix indentation
2020-08-08 11:16:28 +01:00
b30ce0355e
Factor out Iconized Context Menu for reusabilit
2020-08-04 21:42:39 +01:00
ce226ab534
Replace Riot with Element in docs and comments
...
This only covers the simple cases of references to issues and repos. More
complex areas, such as deployment scripts, will be handled separately.
Part of https://github.com/vector-im/element-web/issues/14864
2020-08-03 18:33:36 +01:00
1f7f40736b
Fix imports for SettingLevel to point at new file
2020-07-28 11:53:43 -06:00
0a846cb1b5
Don't hammer on the layout engine with avatar updates for the background
...
Changing the property on every render of the left panel (which is basically all the time) is super bad on the GPU and for our CPU. We should only do that when something changes.
2020-07-21 15:02:59 -06:00
b1444146e6
rename traces of element(-dark) theme in code
2020-07-14 18:40:32 +02:00
4fe4788c2e
Merge branch 'develop' into element
2020-07-14 14:31:31 +02:00
bdb136e24e
Clean up TODOs, comments, and imports in the new room list
...
Fixes https://github.com/vector-im/riot-web/issues/14412
2020-07-13 20:25:02 -06:00
3a3bfb39ee
Make the theme switcher switch between Element themes
2020-07-10 09:18:53 -06:00
d90fc57469
Merge branch 'develop' into element
2020-07-09 17:59:56 +02:00
3abf1586f9
Merge pull request #4930 from matrix-org/t3chguy/room-list/14380
...
Don't render the context menu within its trigger otherwise unhandled clicks bubble
2020-07-08 19:13:20 +01:00
e2d65222a2
Don't render the context menu within its trigger otherwise unhandled clicks will re-trigger
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-08 18:59:27 +01:00
fe2bb355ab
Hide archive button
2020-07-08 18:02:20 +01:00
7dad56ca86
Merge branch 'develop' into element
2020-07-08 15:50:17 +02:00
afac330143
Merge branches 'develop' and 't3chguy/room-list/3' of github.com:matrix-org/matrix-react-sdk into t3chguy/room-list/3
...
Conflicts:
src/components/structures/ContextMenu.tsx
src/components/structures/UserMenu.tsx
src/components/views/rooms/RoomSublist2.tsx
src/components/views/rooms/RoomTile2.tsx
2020-07-07 15:01:27 +01:00
3e5664de7b
update user menu icons
2020-07-06 16:12:36 +02:00
08c44333cf
Update develop
2020-07-06 09:29:23 +02:00
2d09ac9f88
Improve UserMenu label
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-06 01:01:40 +01:00
599cc9c9ed
Merge pull request #4882 from matrix-org/t3chguy/room-list/6
...
First step towards a11y in the new room list
2020-07-03 20:17:33 +01:00
3f62f20a85
Fix theme selector bubbling out its click events and causing context menu to float away
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-03 16:29:48 +01:00
9b0c711837
Make the UserMenu more accessible
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-03 14:34:43 +01:00
404009c8cb
Merge branches 'develop' and 't3chguy/room-list/3' of github.com:matrix-org/matrix-react-sdk into t3chguy/room-list/3
...
Conflicts:
src/components/structures/ContextMenu.tsx
src/components/views/rooms/RoomSublist2.tsx
2020-07-02 23:46:12 +01:00
df05273225
Merge remote-tracking branch 'origin/joriks/room-list-tooltips' into develop
2020-07-02 15:20:27 -06:00
07e0a017e7
fix types
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-01 23:56:57 +01:00
6424ffb22a
fix repeated context menu interaction by not erroring
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-01 23:13:54 +01:00
5c2b291510
Support right click context menu interactions on Room List 2
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-01 23:06:26 +01:00
b5014282a4
Iterate PR based on Figma design and feedback
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-07-01 13:59:50 +01:00
aab372c648
Add tooltips
2020-07-01 01:50:31 +01:00
198958dcdd
Iterate to match figma
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-06-30 22:32:59 +01:00
cbd2a9cd35
Redo Iconized Context Menu styling to match Figma and simplify future a11y work by flattening the DOM
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-06-30 22:11:12 +01:00
2a12fd1f6e
Fix User context menu alignment to match Figma
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2020-06-30 21:58:54 +01:00
6fc4be386a
add blurred, blended avatar background to left panel
2020-06-30 13:28:19 +02:00