mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
This commit replaces the `TopBar` components with StatusQ's `StatusChatToolBar` and touches a few other things as part of this refactoring, namely: 1. `ChannelContextMenu` has been renamed to `ChatContextMenu` and is now a `StatusPopupMenu` 2. Leftover components have been removed: `StatusChatInfo`, `StatusChatInfoButton` and `TopBar` 3 `ActivityCenter` has been moved into `ChatColumn.qml` because `StatusChatToolBar` doesn't provide it 4. `Share chat` option in `ChatContextMenu` has been removed as it wasn't doing anything. Closes #2746