matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

WIP: Implement `Knocking`

Open ankur12-1610 opened this issue 2 years ago • 3 comments

Checklist

  • [x] Tests written for new code (and old code if feasible)
  • [x] Linter and other CI checks pass
  • [x] Sign-off given on the changes (see CONTRIBUTING.md)

Demo for Creating Room:

https://user-images.githubusercontent.com/76884959/180643752-ea90d1e4-8c23-47fb-b3fb-2ce2704a4860.mp4

Demo for Room Settings:

https://user-images.githubusercontent.com/76884959/184091618-28b0603b-526a-4314-af4d-e5e62e460314.mp4

Related PR: vector-im/#22926


This PR currently has none of the required changelog labels.

A reviewer can add one of: T-Deprecation, T-Enhancement, T-Defect, T-Task to indicate what type of change this is, or add Type: [enhancement/defect/task] to the description and I'll add them for you.

ankur12-1610 avatar Jul 23 '22 20:07 ankur12-1610

Looking great! Just a few nits mainly regarding the desings

@SimonBrandner I've resolved nits and added one more commit, also I;ve updated the video can you please look into it?

ankur12-1610 avatar Jul 24 '22 11:07 ankur12-1610

@turt2live I've made the recent push and I've also uploaded the video of the updated code which conditionally renders the room settings option according to labs flag, can you verify it? :sweat_smile:

ankur12-1610 avatar Aug 08 '22 15:08 ankur12-1610

looks to be in the right direction :)

please try to avoid force-pushing (rebasing) after review has already been given - it makes things a bit harder to review. We don't mind merge commits when updating the branch because we'll squash them all down to 1 when we merge the PR.

Agh! sorry for it I just do it in order avoid one extra merge commit everytime I update my branch :sweat_smile: I'll keep it in mind

ankur12-1610 avatar Aug 10 '22 07:08 ankur12-1610

This has been superseded by PRs from Nordeck

t3chguy avatar Aug 04 '23 13:08 t3chguy