Skip to content

Commit

Permalink
refactor: migrate right-sidebar-to-react (#13613)
Browse files Browse the repository at this point in the history
* refactor: Migrate ConversationDetails component to React (#ACC-258)

* cr fixes

* prepare fixes

* cr fixes

* Add TODO messages

* refactor: migrate right-sidebar-to-react

* refactor: migrate Guest and Services Options to React (#13618)

* refactor: migrate Guest and Services Options to React

* Prepare tests for guest options

* Remove unecessary code

* refactor: migrate GroupParticipantService to react (#13615)

* refactor: migrate GroupParticipantService to react

* update group participant service

* refactor: migrate AddParticipants to React (#13614)

* refactor: migrate AddParticipants to React

* Replace useCallback with useMemo

* refactor: migrate message-details to react (#13704)

* Migrate message details

* CR fixes

* refactor: migrate conversation participants to react (#13606)

* refactor: migrate ConversationParticipants to React (#ACC-269)

* Migrate conversation participants

* Fix for 400 error

* change number of max visible users

* right-sidebar changes

* Right panel animations

* CR changes

* Cr changes

* Cr changes

* Fix tests

* build fixes

* cr fixes

* Fixes

* undo contentViewModel variables

* change animation time

* replace contentViewModel states with enum
  • Loading branch information
przemvs committed Oct 5, 2022
1 parent 25ce6fe commit 409f582
Show file tree
Hide file tree
Showing 97 changed files with 3,394 additions and 2,606 deletions.
67 changes: 0 additions & 67 deletions src/page/template/panel/add-participants.htm

This file was deleted.

22 changes: 0 additions & 22 deletions src/page/template/panel/conversation-participants.htm

This file was deleted.

42 changes: 0 additions & 42 deletions src/page/template/panel/group-participant-service.htm

This file was deleted.

50 changes: 0 additions & 50 deletions src/page/template/panel/group-participant-user.htm

This file was deleted.

58 changes: 0 additions & 58 deletions src/page/template/panel/guest-options.htm

This file was deleted.

69 changes: 0 additions & 69 deletions src/page/template/panel/message-details.htm

This file was deleted.

7 changes: 0 additions & 7 deletions src/page/template/panel/notifications.htm

This file was deleted.

Loading

0 comments on commit 409f582

Please sign in to comment.