Khushboo Mehta
b7bc528552
fix(@desktop/communities): Can't copy to clipboard the link to community
...
Also fixed some minor bugs in the community popups.
fixes #3959
2021-11-05 11:02:45 -04:00
Pascal Precht
b6d41b67d8
fix(@desktop/appearance): ensure placeholder message doesn't render context menu
...
Fixes #3983
2021-11-05 11:02:45 -04:00
Alexandra Betouni
aa5d6e0ce3
Fix setting user as offline doesn’t show user offline in the client
2021-11-05 11:02:45 -04:00
Sale Djenic
3f6bb66536
refactor(@desktop/general): `globalSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00
Pascal Precht
5fd317a6e1
fix(GroupChatPopup): fix ui elements
...
This corrects the call to action button in the modal footer
as well as the "no friends" rectangle, which was wrongly rendered.
2021-10-27 11:50:26 -04:00
Pascal Precht
72b46c3b94
refactor: remove/replace StatusContextMenuButton with StatusQ components
2021-10-27 09:52:40 -04:00
Alexandra Betouni
23811dc7e4
refactor(desktop/chat) Cleaning up views
2021-10-26 16:20:31 -04:00
Alexandra Betouni
22429689e3
refactor(desktop/chat) Cleaning up panels
2021-10-26 16:16:37 -04:00
Khushboo Mehta
be7a56cc27
refactor: replace all the StatusImageIdenticon with StatusQ's StatusSmartIdenticon
...
closes #3848
2021-10-26 19:23:33 +02:00
Khushboo Mehta
173943f1be
refactor: replace StatusIdenticon with StatusSmartIdenticon
...
closes #3882
2021-10-26 09:30:18 -04:00
Khushboo Mehta
14b49b800a
refactor: remove StatusIconButton from ui/shared/status
...
fixes #3832
2021-10-26 08:27:11 -04:00
Khushboo Mehta
b59e4c0b93
refactor: remove StatusToolTip.qml from ui/shared/status
...
Updated path to use StatusQ StatusToolTip.
closes #3819
2021-10-26 13:37:09 +02:00
Pascal Precht
59109e1318
fix: make `getLinkStyle` work again
...
Probably slipped through in the refactor: `getLinkStyle` was defined
in to places, was probably meant to live only in `Utils`.
In addition, it expected a `wrapper` expression which wasn't defined.
This commit fixes it by removing the second declaration of that function
and passing a third parameter to the one defined in `Utils`.
2021-10-25 11:25:38 +02:00
Pascal Precht
193b42ed54
fix(ActivityChannelBadgePanel): ensure loading badge components works
...
QML is complaining that it can't assign the types to `sourceComponent`,
so this commit wraps them in `Component` types to mitigate that.
2021-10-25 11:25:27 +02:00
Pascal Precht
419c4e8cbd
fix(ChatRequestMessage): add missing Theme import
2021-10-21 09:22:35 -04:00
Pascal Precht
7f1b62fe32
refactor(ActivityCenterTopBar): make use of StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
cf1fc38304
refactor(ChatRequestMessage): use StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
0739f78388
refactor(InvitationBubble): make use of StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
d2232cd5c2
refactor(BackupCommunityBanner): use StatusQ components in banner
2021-10-21 09:22:35 -04:00
Pascal Precht
414a933263
refactor(CommunityWelcomeBanner): use StatusQ StatusButton and others
2021-10-21 09:22:35 -04:00
Pascal Precht
f86a55f0b1
refactor(EmptyView): use StatusQ components
2021-10-21 09:22:35 -04:00
Alexandra Betouni
9cc361c40a
refactor(desktop/chat) Moving chat to new architecture
...
Closes #3710
2021-10-20 15:29:38 -04:00