- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
[PART-2] TW-1690: Show external channel after search #1775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PART-2] TW-1690: Show external channel after search #1775
Conversation
| 
           This PR has been deployed to https://linagora.github.io/twake-on-matrix/1775  | 
    
          
 
  | 
    
        
          
                lib/pages/search/public_room/empty_search_public_room_widget_style.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/empty_search_public_room_widget_style.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/empty_search_public_room_widget_style.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/search_public_room_controller.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/search_public_room_controller.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/empty_search_public_room_widget.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                lib/pages/search/public_room/search_public_room_controller.dart
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | 
           Hi @hieutbui , I have a few more comments: 
 screen-20240523-170838.mp4 | 
    
          
 Hi @Te-Z, I tested it: 
  | 
    
          
 Hi @hieutbui I retried and I'm not able to reproduce the search bug. I had it multiple times the last time but looks like it's gone now.  | 
    
| _publicRoomInteractor | ||
| .execute( | ||
| filter: _filter, | ||
| limit: _limitPublicRoomSearchFilter, | ||
| server: getServerName(_filter?.genericSearchTerm), | ||
| ) | ||
| .listen( | ||
| (searchResult) => _handleListenSearchPublicRoom(searchResult), | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a streamSubscription, then dispose it when done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
| return null; | ||
| } | ||
| 
               | 
          ||
| void joinRoom( | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO: should use Future<void>
| 
               | 
          ||
| void _viewRoom(BuildContext context, String roomId) { | ||
| context.go('/rooms/$roomId'); | ||
| if (!PlatformInfos.isMobile) { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why need to pop for platforms other than mobile?
| 
           not in roadmap  | 
    


Ticket
DOD:
joinroomviewjoined roomjoin/viewbuttonsResolved:
public.web.mp4
public.android.mp4