Bruno Windels
|
69672dd99c
|
copy Daniel's conversion of html.js to TypeScript from microui
|
2021-09-16 10:45:06 +02:00 |
|
Bruno Windels
|
f4b4638ea8
|
actually, pass in just the tile instances for expressing the range
|
2021-09-07 19:10:53 +02:00 |
|
Bruno Windels
|
b3cd2a0e03
|
express the visible range with EventKeys rather than list indices
This is less ambiguous in case the DOM and the ObservableList would be
out of sync.
|
2021-09-07 17:48:49 +02:00 |
|
Bruno Windels
|
632d29795a
|
convert ListView to typescript
|
2021-09-06 17:12:14 +02:00 |
|
Bruno Windels
|
c3177b06bf
|
Merge pull request #418 from vector-im/replies
Sending replies
|
2021-08-06 21:28:42 +00:00 |
|
Danila Fedorin
|
065b1789be
|
Remove interactive condition on continuation
|
2021-08-06 10:44:35 -07:00 |
|
RMidhunSuresh
|
1ce111c317
|
Css fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-06 21:07:30 +05:30 |
|
RMidhunSuresh
|
b97b9da14a
|
Link to member-panel from avatar
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-06 20:51:39 +05:30 |
|
Danila Fedorin
|
f0b6384ad7
|
Rename 'disabled' to 'interactive' in BaseMessageView
|
2021-08-03 13:27:33 -07:00 |
|
Danila Fedorin
|
28248722a3
|
Fix incorrect conditions for showing avatar
|
2021-07-28 16:17:25 -07:00 |
|
Danila Fedorin
|
e2ad589aa3
|
Go through and clean up affected files.
|
2021-07-27 16:51:34 -07:00 |
|
Danila Fedorin
|
013f187dc2
|
Avoid inserting li tags outside a list
|
2021-07-22 12:51:24 -07:00 |
|
Danila Fedorin
|
94ae5faa3c
|
Add a disabled flag to message view.
|
2021-07-22 11:16:34 -07:00 |
|
Danila Fedorin
|
d33d55376a
|
Put reply into its own view model.
Otherwise, we re-render the reply message on
every keystroke.
|
2021-07-20 16:51:36 -07:00 |
|
Danila Fedorin
|
fdcafaf6d3
|
Add _replyTo field to ComposerViewModel that can be set from a message
|
2021-07-19 16:10:35 -07:00 |
|
Bruno Windels
|
f000e98619
|
no point in reacting to redacted messages
|
2021-06-17 16:48:58 +02:00 |
|
Bruno Windels
|
64f1abdfed
|
show quick reactions in message menu
|
2021-06-17 16:46:06 +02:00 |
|
Bruno Windels
|
099f99a96b
|
check power levels to see if we can react
|
2021-06-17 09:41:25 +02:00 |
|
Bruno Windels
|
2878208e94
|
keep the DOM small, avoid a node for reactions on every message
|
2021-06-04 10:08:07 +02:00 |
|
Bruno Windels
|
20abb01ee8
|
very basic way of sending a reaction
|
2021-06-03 19:16:53 +02:00 |
|
Bruno Windels
|
b722691e85
|
show reactions as ListView of buttons if present
|
2021-06-03 19:16:19 +02:00 |
|
Bruno Windels
|
15f6ab8b7e
|
only show cancel option if not already sending
|
2021-06-02 11:56:15 +02:00 |
|
Bruno Windels
|
606d40c9d4
|
simplify canRedact logic in view by overriding in RedactedTile
|
2021-05-31 13:55:08 +02:00 |
|
Bruno Windels
|
23459aad52
|
check if you are allowed to redact a message
|
2021-05-31 13:52:03 +02:00 |
|
Bruno Windels
|
57288f75b0
|
add avatar & sender as first element in message so they don't occlude
|
2021-05-31 13:03:41 +02:00 |
|
Bruno Windels
|
447b98ce6c
|
don't use subviews for showing/hiding avatar & sender on continuation
|
2021-05-31 11:57:17 +02:00 |
|
Bruno Windels
|
6a5d856093
|
add destructive flag to delete menu option
|
2021-05-28 16:25:23 +02:00 |
|
Bruno Windels
|
5b0675b711
|
fix lint
|
2021-05-28 16:25:06 +02:00 |
|
Bruno Windels
|
43c082475b
|
unify cancel option for various tiles in menu option
|
2021-05-28 15:27:02 +02:00 |
|
Bruno Windels
|
2b0fa22c8a
|
open menu when clicking ... button on message with delete/cancel option
|
2021-05-28 13:14:55 +02:00 |
|
Bruno Windels
|
63e948fc80
|
change renderMessage fn to base class
as preparation to create menu items in subclasses
|
2021-05-28 12:32:19 +02:00 |
|