Michael Telatynski
|
bf6a3470b4
|
Merge branch 'develop' of github.com:vector-im/riot-web into set_default_federate_by_settings
|
2017-10-04 22:35:58 +01:00 |
|
Luke Barnard
|
a9d308004e
|
Factor out EditableItemList component from AliasSettings
|
2017-10-04 10:30:09 +01:00 |
|
Luke Barnard
|
195395e7ee
|
Adjust CSS for groupRoomTile and add QuestionDialog right padding
(The confirmation dialog for removing a room needed padding)
|
2017-10-03 11:14:43 +01:00 |
|
Travis Ralston
|
2d153a72c1
|
Split up CSS; use .catch instead of .then
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 13:33:14 -06:00 |
|
Travis Ralston
|
078ee54edf
|
Move the PinnedEventsPanel to the react-sdk
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 13:15:21 -06:00 |
|
Luke Barnard
|
014464d82b
|
CSS for "remove" button on GroupRoomTile
|
2017-09-29 17:58:42 +01:00 |
|
Travis Ralston
|
59a253af37
|
Don't show the unpin button if the user can't unpin the message.
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 10:53:44 -06:00 |
|
Travis Ralston
|
9b11f576fe
|
Add action bar to pinned event tiles; support unpinning from the panel
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 10:42:58 -06:00 |
|
Travis Ralston
|
fa5a23e0df
|
Permalink pins to their original events
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 10:42:58 -06:00 |
|
Travis Ralston
|
5daa16ab53
|
Add panel for pinned messages.
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-29 10:42:58 -06:00 |
|
Luke Barnard
|
d3b8d8bf9d
|
Create basic icon for the GroupRoomList tab and adding rooms to groups
|
2017-09-29 17:03:58 +01:00 |
|
Luke Barnard
|
9c86a655ca
|
Add button to get to MyGroups
|
2017-09-27 17:46:53 +01:00 |
|
Luke Barnard
|
1740319b7a
|
Add margin to flair avatars to separate them
|
2017-09-27 14:15:21 +01:00 |
|
Luke Barnard
|
2adf08dee0
|
CSS for GroupView: align "save"/"cancel" buttons in settings
|
2017-09-27 10:31:35 +01:00 |
|
Luke Barnard
|
888e3abc75
|
Implement "Add room to group" feature
This step needs to be taken before adding a room to a group summary
|
2017-09-26 14:35:38 +01:00 |
|
Luke Barnard
|
75fef3f21a
|
Merge pull request #5104 from vector-im/dbkr/publicity_toggle
CSS for publicity status & toggle button
|
2017-09-25 14:53:23 +01:00 |
|
David Baker
|
813615610f
|
CSS for publicity status & toggle button
|
2017-09-22 19:27:36 +01:00 |
|
Luke Barnard
|
1b67e7d606
|
CSS for "X" in top right of features users/rooms
|
2017-09-22 15:58:36 +01:00 |
|
Luke Barnard
|
96bb804eb8
|
Redesign membership section of GroupView
|
2017-09-21 15:11:57 +01:00 |
|
Luke Barnard
|
0d4b3b41f9
|
CSS for GroupView: Add a User
codep matrix-org/matrix-react-sdk#1402
|
2017-09-20 17:07:32 +01:00 |
|
Matthew Hodgson
|
fbe1c82dfa
|
Merge pull request #5074 from vector-im/t3chguy/devtools-1
T3chguy/devtools 1
|
2017-09-19 22:14:52 +01:00 |
|
David Baker
|
8fc69198b1
|
Merge pull request #5085 from vector-im/luke/fix-separate-sender-profile
Alter opacity for flair
|
2017-09-19 17:21:57 +01:00 |
|
Luke Barnard
|
0d6b09a5f6
|
Merge branch 'develop' into luke/fix-ugly-integ-button
|
2017-09-19 17:03:06 +01:00 |
|
Luke Barnard
|
7469ab5ed9
|
Alter opacity for flair
Apply 0.7 opacity to flair, but keep name and aux at 0.5
|
2017-09-19 16:56:46 +01:00 |
|
Luke Barnard
|
fbcccd8be0
|
Merge pull request #4830 from vector-im/dbkr/group_userlist
Group Membership UI
|
2017-09-19 13:26:02 +01:00 |
|
Luke Barnard
|
d25c3be627
|
CSS to fix ugly integrations button
See matrix-org/matrix-react-sdk#1399
|
2017-09-19 11:59:51 +01:00 |
|
Luke Barnard
|
38c0d62478
|
Fix typo for integs error button error
|
2017-09-19 10:46:00 +01:00 |
|
Michael Telatynski
|
dccee6d419
|
add ability to filter room state types/results
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-09-18 12:03:11 +01:00 |
|
Matthew Hodgson
|
828e9d5eb4
|
Merge pull request #4735 from vector-im/t3chguy/devtools
T3chguy/devtools
|
2017-09-17 23:15:28 +01:00 |
|
Travis Ralston
|
ac0f593c7c
|
CSS for unignore button in UserSettings
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-14 15:34:45 -06:00 |
|
Travis Ralston
|
7d033e1c0e
|
Bring back dark theme code block border
This fixes https://github.com/vector-im/riot-web/issues/5013 and https://github.com/vector-im/riot-web/issues/4416 by only showing the border when the code block is hovered, and that the border is actually visible. The !important is needed to override the default border behaviour.
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-09-14 10:03:53 -06:00 |
|
David Baker
|
06fe240be2
|
Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist
|
2017-09-13 16:35:37 +01:00 |
|
David Baker
|
38575a653d
|
Revert "Implement sticky date separators"
|
2017-09-06 17:36:43 +01:00 |
|
David Baker
|
b8d9276f29
|
Merge pull request #4939 from vector-im/luke/feature-sticky-date-separators
Implement sticky date separators
|
2017-09-05 14:16:21 +01:00 |
|
Michael Telatynski
|
3aa12246ea
|
Merge branch 'develop' into t3chguy/devtools
|
2017-08-31 17:11:53 +01:00 |
|
Michael Telatynski
|
b84f258f87
|
add bottom margin to navigation buttons of room state explorer
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-08-31 13:49:52 +01:00 |
|
Nostradamos
|
861b6a2c6c
|
Changed padding to 0px 11px and added word-break: break-word
|
2017-08-30 22:25:09 +02:00 |
|
Luke Barnard
|
88228a5a3f
|
Implement sticky date separators
Codep https://github.com/matrix-org/matrix-react-sdk/pull/1353
|
2017-08-30 14:06:50 +01:00 |
|
Nostradamos
|
3726926776
|
added padding-left/padding-right: 12px to login/register buttons
|
2017-08-25 18:23:56 +02:00 |
|
Nostradamos
|
1dfa8361c5
|
Fixed https://github.com/vector-im/riot-web/issues/4804
|
2017-08-23 22:12:02 +02:00 |
|
David Baker
|
bbe00b2f54
|
Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist
|
2017-08-22 11:08:58 +01:00 |
|
David Baker
|
013f2ce66a
|
More CSS for group membership lifecycle
|
2017-08-21 19:34:31 +01:00 |
|
Richard Lewis
|
e0bc1133d7
|
Position add app widget.
|
2017-08-21 11:30:05 +01:00 |
|
Richard Lewis
|
94877b0ac4
|
App drawer bottom margin.
Minimised app drawer margin.
Make app body content full width.
|
2017-08-21 11:10:21 +01:00 |
|
David Baker
|
07b6e215a1
|
CSS for group invite tiles
|
2017-08-18 11:24:52 +01:00 |
|
Matthew Hodgson
|
3664a86722
|
center apps
|
2017-08-17 23:55:24 +01:00 |
|
Matthew Hodgson
|
4981723cea
|
expand auxPanel when showing apps
|
2017-08-17 19:06:05 +01:00 |
|
Richard Lewis
|
48b3075e44
|
Merge branch 'develop' of https://github.com/vector-im/riot-web into rxl881/appFixes
|
2017-08-17 17:20:21 +01:00 |
|
Michael Telatynski
|
befc9b7a66
|
Merge branch 'develop' of github.com:vector-im/riot-web into set_default_federate_by_settings
|
2017-08-17 13:31:31 +01:00 |
|
Michael Telatynski
|
f0967d4f18
|
split css out as the modal is no longer generic
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-08-17 13:31:09 +01:00 |
|