Status Desktop client made in Nim & QML https://status.app
Go to file
Lukáš Tinkl eafee302d8 fix: pasting a user's profile link in the ad-hoc chat search
... doesn't work in the community section

Extract the `Chat.RootStore` as a toplevel/shared property and pass it
down to ChatLayouts, instead of cross referencing it between different
components. This was also problematic since the ChatLayouts now live
inside a Loader, so it's more appropriate to refer to the
`Chat.RootStore` directly, instead of
`personalChatLayoutLoader.item.rootStore`, since the
`personalChatLayoutLoader.item` might not be visible (due to it being
inside a Loader and a StackLayout) or it might even be a different
component (`loadingStateComponent` or `errorStateComponent`).

This also caused similar problems for other components, such as
ActivityCenterPopup or StatusStickersPopup.

Fixes #9513
2023-02-10 11:23:26 +01:00
.github
app chore(cpp): apply clang-format 2022-10-19 17:34:23 +02:00
ci ci: revert to using Squish 6.7.2 for Qt 5.14.x 2023-02-08 16:19:52 -05:00
cmake
libs fix(@desktop/cpp): Fix chatDto json serialization. 2022-11-18 16:38:32 +01:00
monitoring feat(Monitoring): Backend's properties and models visualization 2023-01-16 14:46:58 +01:00
resources feat(@desktop/cpp): Use env variable WAKUV2_PORT 2022-11-17 09:18:32 +01:00
scripts ci: add missing dependencies for Qts libqxcb.so 2023-02-03 11:39:51 -05:00
spellchecking@f1a88d1147
src fix(wallet) SendModal layout 2023-02-10 10:15:53 +01:00
storybook feat(storybook/JoinCommunityViewPage): Created new storybook page 2023-02-10 10:45:38 +02:00
test fix(tests): The user can manage and observe a watch only account 2023-02-10 10:16:27 +01:00
test-scripts
ui fix: pasting a user's profile link in the ad-hoc chat search 2023-02-10 11:23:26 +01:00
vendor fix: panic when enr's multiaddr is empty 2023-02-09 10:25:30 -05:00
.clang-format
.clang-tidy
.gitignore
.gitmodules Remove submodule vendor/DOtherSide 2023-02-09 12:48:11 +01:00
.npmrc
.yarnrc
AppRun
AppRun-cpp
CMakeLists.txt
I18N.md
Info.dev.plist
Info.plist
LICENSE.md
Makefile fix(Makefile): Fixed ANSI coloring 2023-01-25 11:08:40 +03:00
QtWebEngineProcess.plist
README.md
VERSION chore: bump git master version post 0.9 release 2023-02-01 16:55:30 +01:00
build-linux.sh chore(Qt5.15.2): Update linux CI to use docker image with Qt5.15.2 installed 2023-01-31 19:10:28 +01:00
cacert.pem
conanfile.txt
config.nims
docker-linux-app-image.sh
env.sh
fleets.json
nim-status.desktop
nim.cfg
nim_status_client.nimble
package-lock.json
package.json
screenshot.png
status-dev.icns
status-dev.svg
status-macos-dev.svg
status-macos.ico
status-macos.svg
status.desktop
status.icns
status.ico
status.iss
status.svg
windows-install.txt