mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
a69c2aea73
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