Preet Mishra

Results 14 comments of Preet Mishra

@zulipbot add "message rendering" "UI" "good first issue"

@neiljp I pulled the https://github.com/neiljp/zulip-terminal/tree/rebased-348-for-contextual-help and played with it a bit. I was able to show `stream_list` keys whenever the user presses `q` to search streams. It is a good...

> It is possible that we will want to separate the help description from the actual contexts to apply it to, and certainly that multiple contexts may apply to particular...

@neiljp We could potentially have a specific variety for this in #782.

I am inclined towards a separate document that we could link to FAQ.

Current behaviour: Nothing happens when `SEND_MESSAGE` key is pressed.

Update: `4: List links at end of message (and/or in popup?)` has been resolved in #703 and #708.

I suspect that the reason is the following code block in `model.py`. There are two key issues here: * it removes all the reactions (we could warrant a `break`), *...

This is also evident in 64724949d9816cb452b3ef4d1d812af8cddbf1f8, i.e., the invalid stream name check can be bypassed currently.