J. Ryan Stinnett
|
44e9ca6c52
|
Extract isContentActionable to a separate helper
This moves the check about whether an event is actionable (for the purpose of
replies, edits, reactions, etc.) to shared utils module.
|
2019-05-02 12:05:17 +01:00 |
|
J. Ryan Stinnett
|
739c8c0314
|
Promote reply button up to message action bar
This moves the reply action out of the existing options menu and up to the
message action bar for easier access.
|
2019-04-29 15:53:03 +01:00 |
|
J. Ryan Stinnett
|
c38a7e6756
|
Pass correct args when creating event permalink in context menu
After the permalink API was changed in
https://github.com/matrix-org/matrix-react-sdk/pull/2671, it seems we forgot to
update this call site, so it was creating `<room>/<room>` links, instead of
`<room>/<event>`.
Fixes https://github.com/vector-im/riot-web/issues/9110
|
2019-03-11 15:05:05 +00:00 |
|
Bruno Windels
|
31dda34e6b
|
use new permalink class in share dialog & context menu
|
2019-02-25 18:43:08 +01:00 |
|
Travis Ralston
|
2b9b07c29d
|
Merge pull request #2696 from matrix-org/t3chguy/pretty_view_source
make ViewSource less awkward
|
2019-02-24 17:55:07 -07:00 |
|
Michael Telatynski
|
7b88d5d21c
|
make ViewSource less awkward
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-02-24 03:43:44 +00:00 |
|
Michael Telatynski
|
f2624beca4
|
Change Share Message to Share Permalink if !m.room.message||redacted
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2019-02-24 02:03:20 +00:00 |
|
Bruno Windels
|
158e949165
|
add context menu option to show "event e2e info dialog"
|
2019-02-12 19:10:42 +01:00 |
|
Bruno Windels
|
eba91d3edc
|
initial restyle of context menus with drop shadow
|
2018-10-23 15:23:59 +02:00 |
|
Matthew Hodgson
|
efdc5430d7
|
merge develop
|
2018-07-09 17:50:07 +01:00 |
|
Michael Telatynski
|
6e0db5bfb6
|
use enum constants for EventStatus and correct isSent check
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-06-23 17:41:50 +01:00 |
|
David Baker
|
e67dae704a
|
Take replies out of labs!
|
2018-06-20 09:57:11 +01:00 |
|
Michael Telatynski
|
7d7a6f3d9c
|
ShareDialog share Message, link to timestamp and permalink in ctx menu
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-06-14 13:35:35 +01:00 |
|
Matthew Hodgson
|
7de45f8b7b
|
make quoting work
|
2018-05-21 03:48:59 +01:00 |
|
Michael Telatynski
|
97fecaedc2
|
improve wording
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-04-27 11:26:42 +01:00 |
|
Michael Telatynski
|
06408f843b
|
post BigMerge fixup - merge in stuff from riot-web PR
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-04-20 09:23:27 +01:00 |
|
Matthew Hodgson
|
40a67ca8fe
|
point imports at the new locations
|
2018-04-13 00:43:44 +01:00 |
|
Matthew Hodgson
|
8ab8f76254
|
move non-Riot-specific components over from riot-web
|
2018-04-11 23:58:04 +01:00 |
|