Zeeshan Equbal

Results 12 issues of Zeeshan Equbal

- **What does this PR do?** This PR fixes #100, when user clicks backspace in an element the focus will now remain in the current element instead of going to...

This PR disables cycling from the recipient box to any other box inside the `WriteBox` view using arrow keys, if the recipient name is invalid. This is very similar to...

bug
enhancement
has conflicts
size: XL
PR blocks other PR
PR awaiting update

After the recent merge of #996, ZT added content-length restrictions for the compose box, which is fine as a v1, but there are potential scope for improvement particularly in the...

enhancement
area: UI
area: message compose

The commit structure is as follows: - **helper/model: Copy unread mentioned messages from initial_data to Index.**: Creates a new field in `index` as `unread_mentioned_msg_ids` which stores the message ids of...

bug
size: XL
PR needs review
area: event handling

We recently added support for reacting to messages with Emojis (other than the previously `:thumbs_up:`), ending at 19f1396. This was a combined effort of multiple contributors and multiple PR's (#913,...

enhancement
high priority
further discussion required
missing feature: user
TRACKING
area: popup: emoji

Currently, when ZT is opened in a terminal with a large enough size, the popups do scale with the terminal up to a minimum dimension as defined in #1005. But,...

bug
area: UI
further discussion required
area: terminal: small sizes
area: terminal: layout

This issue extends PR #880 and should work towards improving the Stream Info view in ZT. Currently, there are just two checkboxes in `StreamInfoView`(mute_stream & pin_to_top). These are fine but...

area: event handling
area: notifications
area: popup: stream

This PR fixes the mismatch between stream settings if the `StreamInfo` popup is opened in ZT and subscription events are received from the server. The current approach registers a callback...

further discussion required
size: M
has conflicts
feedback wanted
PR needs review
area: event handling
area: popup: stream

The `spring-boot-2-rest-service-with-swagger` has a dependency error in `pom.xml`, where several IDE report of missing artifact `io.springfox:springfox-boot-starter:jar:3.0.0-SNAPSHOT`, and the project cannot not be built. The exact error on running `mvn clean...