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
a95348b289
fix(ActivityCenterMessageComponentView): ensure popups and model expressions are working
...
Those most likely broke as part of the refactor.
2021-10-25 11:25:11 +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
845640bd13
refactor(ActivityCenter): use StatusButton from StatusQ
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
04523a0e85
refactor(SignTransactionModal): make use of StatusModal and other StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
85065b8d33
refactor(ChatCommandModal): use StatusModal instead of ModalPopup
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
2d89a815f4
refactor(SelectAccountModal): use StatusQ components to build modal
2021-10-21 09:22:35 -04:00
Pascal Precht
1de75c514e
refactor(LinksMessage): use StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
37861bf853
refactor(AccessExistingCommunityPopup): use StatusQ components to create 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
572c039a7d
cleanup: remove unused shared import in community components
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
Pascal Precht
b3883f9b47
refactor(NicknamePopup): use StatusModal and StatusButton from StatusQ
2021-10-21 09:22:35 -04:00
Pascal Precht
20ac29c6c4
refactor(PinnedMessagePopup): use StatusQ StatusButton
2021-10-21 09:22:35 -04:00
Pascal Precht
f244de248c
refactor(ContactRequestPopup): use StatusQ StatusButton
2021-10-21 09:22:35 -04:00
Pascal Precht
ffe072a90d
refactor(PublicChatPopup): make use of StatusQ StatusButton
2021-10-21 09:22:35 -04:00
Pascal Precht
a87568e7c2
refactor(RenameGroupPopup): use StatusQ components
2021-10-21 09:22:35 -04:00
Pascal Precht
ce792a1300
refactor(ChooseBrowserPopup): 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
Khushboo Mehta
d8c388c9b8
refactor: Remove StatusLetterIdenticon from ui/shared/status and use existing one from StatusQ
...
closes #3845
2021-10-18 17:05:38 -04:00
Pascal Precht
94cea6d741
refactor: move TransactionPreview
to ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
87ea584b62
refactor: move Timer
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
e6df5c8b12
refactor: move StyledTextEdit
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
a13c9d6675
refactor: move StyledTextArea
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
61ccf9c757
refactor: move StyledText
to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
ed73651db8
refactor: move SplitViewHandle
and StatusTabButton
to ui/shared/panels|controls respectively
2021-10-14 12:51:27 -04:00
Pascal Precht
638e91717e
refactor: move Separator
to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
4bb4708528
refactor: move SearchBox
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
322a071aa3
refactor: move SVGImage
to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
4003f30d68
refactor: move `RoundedImage to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
37e71ca431
refactor: move RecipientSelector
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
fa3adb30e4
refactor: move PopupMenu
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
e14616ee57
refactor: move NoFriendsRectangle
to ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
cbfe90947e
refactor: move ModalPopup
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
25421facbf
refactor: move InviteFriendsPopup
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
bdc7c799d2
refactor: move Input
to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
c74e00379d
refactor: move ImageCropperModal
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
1f8b4563e5
refactor: move ContactsListAndSearch
into ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
5d05b415ba
refactor: move view and panels components into controls if they belong there
2021-10-14 12:51:27 -04:00
Pascal Precht
ae31f7e1cb
refactor: move ConfirmationDialog
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
9fbf1587e1
refactor: move BlockContactConfirmationDialog
to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
37d9cc1da2
refactor: move AssetAndAmountInput
to ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
2d47223e1c
refactor: move AccountSelector
into ui/shared/panels
2021-10-14 12:51:27 -04:00