### Description ### TODO - [ ] do not pass stores in `BrowserWalletMenu` instantiation in BrowserLayout.qml, pass properties needed inside - [ ] Move content of `onOpenWalletMenu` in BrowserLayout.qml to an [adaptor layer](https://github.com/status-im/status-desktop/blob/master/guidelines/QML_ARCHITECTURE_GUIDE.md#adaptors) - [ ] refactor browser stores: - [ ] move files to `ui/app/AppLayouts/stores/Browser` - [ ] instantiate inside `ui/app/AppLayouts/stores/RootStore.qml` - [ ] research possibility to simplify TransactionDelegate as described in [this comment](https://github.com/status-im/status-app/pull/19405#discussion_r2598173346)