Noelia
751d61df8b
fix(Communities/Settings): Cropped bottom panel in Community Overview
...
Footer buttons anchored to `leftPanel` bottom.
Improved list view alignment.
Fixes #7322
2022-09-28 12:01:58 +02:00
Alexandra Betouni
d45230a6f7
fix(CreateChatView): disable confirm button if no tags added
...
Closes #7493
2022-09-28 12:53:16 +03:00
Igor Sirotin
c8bb6ae30e
fix(CommunitySettingsView): Fixed sending community invitations
2022-09-27 19:41:23 +03:00
Lukáš Tinkl
a209d39881
fix: ENS name issues
...
- don't display identicon rings for contacts with an ENS name
- prefer the at-form (@foo-user) whenever possible, and don't display their
username or pubkey unless they are locally given a nickname
- show compressed keys everywhere instead of the regular ones
Fixes : #7319
Fixes : #7515
2022-09-26 22:38:02 +02:00
Lukáš Tinkl
54c73b0be7
chore: cleanup, fix warning, remove dead code
2022-09-26 22:38:02 +02:00
MishkaRogachev
ac9d68b6f5
feat(ActivityCenter): Add ReplyBadge & review fixes
...
Close 7276
2022-09-26 15:49:46 +03:00
MishkaRogachev
d4d22f4094
feat(ActivityCenter): Notification badge with community info
2022-09-26 15:49:46 +03:00
PavelS
6a96bc93b3
fix(@desktop/chat): handle same name mentions
...
Fixes #7220
2022-09-22 15:01:55 +03:00
Lukáš Tinkl
19391d9052
fix(PinnedMessagesPopup): don't show empty replies and reactions
...
Fixes : #7498
2022-09-22 12:18:04 +02:00
Lukáš Tinkl
d7710ce135
fix(ChatMessagesView): unbreak closing reply bubble
...
there was a binding loop warning; but this one also fixes overlapping
messages
Fixes : #7481
2022-09-22 08:37:29 +02:00
Alexandra Betouni
311cf5332c
fix(Createchat/EditGroupChat view): fixed spacing all over
...
Closes #7369
2022-09-21 17:39:51 +03:00
Alexandra Betouni
b94beff89f
fix(TransferOwnershipPopup): copy button right margin
...
Closes #7412
2022-09-21 16:32:25 +03:00
Michal Iskierko
680dd39c76
fix(@desktop/community): Only admin can open community settings
...
Fix #7379
2022-09-21 14:25:09 +02:00
Lukáš Tinkl
58b56d831b
feat(PinnedMessagesPopup): enable Unpin context menu entry
...
and remove the context actions we do not actually use
Fixes : #7439
2022-09-21 10:48:20 +02:00
Lukáš Tinkl
c7c77b52eb
fix(ChatHeaderContentView): don't display "Contact" subtitle
...
for 1-to1 chats
Fixes : #7419
2022-09-20 18:02:34 +02:00
MishkaRogachev
edbd9adbb6
fix(ActivityCenter): Getting any of AC notifications visible
...
Close #7016
2022-09-20 16:43:21 +03:00
Michał Cieślak
648c943c53
feat(@desktop/communities) Permissions - 'is allowed to' dropdown
2022-09-19 22:00:03 +02:00
Michał Cieślak
34625ad1c4
feat(@desktop/communities) Permissions, 'who holds' section - handling localiezed amounts
...
Closes #7162
2022-09-19 21:46:44 +02:00
Lukáš Tinkl
9addf1221b
fix(PinnedMessagesPopup): “Jump to” button doesn’t work pinned messages popup
...
This was never implemented, eventhough a similar approach is used with
the global AppSearch. Expose the method `scrollToMessage(messageId)` so
that it can be called from QML directly.
Fixes #7375
2022-09-19 16:34:07 +02:00
Michał Cieślak
992bd01f83
fix(@chat/members): display member's picture according to settings
...
Closes : #7309
Two fixes:
- current user's picture is always visible
- hide pictures off all members (excluding self) when "noOne" options is
set
2022-09-19 14:53:48 +02:00
Michal Iskierko
62c2b56fc8
fix(@desktop/chat): Improving displaying user names in chat
...
1. Rename contactDetails.displayName -> defaultDisplayName
2. Add contactDetails.optionalName (filled in contact service)
3. Set in message_model defaultDisplayName and optionalName values
4. Adjust UI
Issue #7241
2022-09-19 11:24:35 +02:00
Michal Iskierko
a45770cc98
fix(@desktop/chat): Fix showing contact names after restoring account
...
Fixes #7241
2022-09-19 11:24:35 +02:00
Michal Iskierko
a0c145fbfc
fix(@desktop/community): Fix member icons in invite friends panel
...
Fix #7364
2022-09-19 10:02:36 +02:00
Lukáš Tinkl
9bbbdc828b
chore: sync StatusQ
...
- corrects the spacing in "Pinned by @author" message
- and fix a typo
Fixes : #7305
2022-09-16 15:26:11 +02:00
Lukáš Tinkl
781575c4b5
fix: Import Community panel fixes
...
Closes #7362
2022-09-16 14:11:40 +02:00
Lukáš Tinkl
a862c0672b
fix: community banners UI fixes
...
- fix spacing/padding/margins
- remove MouseAreas, they block hovering the buttons (not needed any
longer thanks to our new QQC2 buttons)
- some minor cleanups
Fixes #7366
2022-09-16 11:49:42 +02:00
Lukáš Tinkl
bd8a384d26
fix(CommunityColumnView): Mute button in the chat list is not working
...
Fixes #7370
2022-09-15 17:02:26 +02:00
MishkaRogachev
25c5be2f78
feat(ActivityCenter): Refactor AC from chat and place in mainui
...
Close #7338
2022-09-15 12:21:06 +03:00
Lukáš Tinkl
2dca7904b8
fix(PinnedMessagesPopup): pinned messages modal design issues
...
- align the dialog to design
- fix radio button logic (it was possible to uncheck a mutually exclusive
checked button eventhough it's inside the button group, leaving the Unpin
button in an undefined state)
- port to StatusDialog and layouts, dropping a lot of needless code
- remove dead code for passing around the `property Component
pinnedMessagesListPopupComponent`; the popup is being invoked via
`Global.openPopup()`
Fixes #7316
Fixes #7315
2022-09-15 10:55:56 +02:00
Lukáš Tinkl
0794736c36
fix(ChatHeaderContentView): port to StatusChatInfoButton changes
...
- `sensor` no longer exists
- no need to constrain the button width, it's used in a toolbar Loader
that fills the width
Closes : #7313
2022-09-14 13:29:23 +02:00
Lukáš Tinkl
010877e9b3
fix(CommunityColumnView): fix tooltip orientation and plural
2022-09-14 13:29:23 +02:00
Lukáš Tinkl
c800cbec44
fix(ChatView): unbreak setting community emoji
...
need to pass around the `emojiPopup`
2022-09-14 13:29:23 +02:00
Lukáš Tinkl
fda78a1003
fix(BackUpCommuntyBannerPanel): StatusButton port fix
...
the `clicked()` signal has no longer any parameter
2022-09-14 13:29:23 +02:00
Michal Iskierko
55cb3cbf33
test(group chat): Testing changing group chat's name, color and image.
...
Fixes #7065
2022-09-14 12:49:43 +02:00
Lukáš Tinkl
f4a78a1f10
fix: port to StatusButton changes in master
...
and pull in changes from StatusQ master
2022-09-14 09:16:58 +02:00
MishkaRogachev
ae4519a6be
feat:(@desktop/activity-center): AC notification categories according new designs
...
Close #7161
2022-09-13 17:58:31 +04:00
Patryk Osmaczko
52a34b21d0
fix(@desktop/chat): ensure proper limit when creating chat
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
7fad1ed5db
fix(@chat/members): display alias if displayName is empty
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
655af35958
chore(@desktop/chat): remove legacy GroupInfoPopup
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
740c5c3874
chore(@desktop/chat): remove unused GroupChatPanel
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
6760870dc9
fix(@desktop/chat): rework members selector
...
fixes : #5941
fixes : #7234
fixes : #7235
fixes : #7236
fixes : #7237
fixes : #7238
fixes : #7239
fixes : #7240
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
2d5c69bc6c
feat(@desktop/group-chat): adjust members permissions
...
closes : #7154
closes : #7155
2022-09-13 12:33:34 +02:00
Lukáš Tinkl
5e0d5a9f8c
fix(pinning): fix warnings
2022-09-13 09:05:15 +02:00
Lukáš Tinkl
326e9e09a5
fix: unbreak User List Panel context menu
...
StatusAssetSettings porting leftover
Closes #7302
2022-09-12 19:29:38 +02:00
Lukáš Tinkl
0d43852394
fix(UserListPanel): minor cleanup
...
- fix margins
- fix some warnings
- drop dead/duplicate code
2022-09-12 19:29:38 +02:00
Michal Iskierko
b782cd1c93
fix(@desktop): Fix icons regressions
...
Icons in LoginView accounts list and Community members list.
Fixes #7284
2022-09-12 10:48:21 +02:00
Michal Iskierko
235e5e86ac
fix(@desktop/chat): Fix showing groupchat image in a few places
...
Fix #7242
2022-09-12 10:45:27 +02:00
Igor Sirotin
b2485603de
fix(AppMain): Made all banners global and stacked
2022-09-08 20:47:54 +08:00
Michal Iskierko
2bb346a09e
fix(@desktop): Use colorId to find correct color of users&members
...
colorId is set in the model instead of using qml function.
Fix #6366
2022-09-08 13:56:27 +02:00
Michał Cieślak
0be30b5e54
feat(@desktop/communities) Permissions - holdings edit and remove
...
Closes #6339
2022-09-08 11:11:28 +02:00
Michał Cieślak
c2c2532986
feat(@desktop/communities) Permissions - ENS panel added to "Who holds" selector
...
Closes #6338
2022-09-07 22:33:36 +02:00
Michał Cieślak
b2d678c2c4
chore(HoldingsDropdown): Component refactor and split into smaller files
...
- decomposed into set of separate components
- reduced number of magic numbers
- minor adjustments with design
2022-09-07 22:33:36 +02:00
Alexandra Betouni
e1c548696f
feat(Desktop)!: Updating desktop app due to IconSettings refactor
...
As part of https://github.com/status-im/StatusQ/issues/781
2022-09-02 18:41:21 +03:00
Alexandra Betouni
b6ff7b9ded
feat(desktop): Made activity button be visible everywhere
...
Closes #6635
2022-09-02 10:29:23 +03:00
Michal Iskierko
d6a061a517
feat(@desktop/chat): Add setting image in group chat
...
Image and cropping information are sent to status-go.
Issue #6466
2022-09-01 12:25:53 +02:00
Lukáš Tinkl
24719c680f
fix(ChooseBrowserPopup): 'Choose browser' modal doesn't look good
...
- export a non-blurry browsers image from Figma
- bring the whole UI closer to the design
- sllight refactor to user StatusDialog and layouts
Fixes #7169
2022-08-31 15:04:34 +02:00
PavelS
3bd6fe0fdf
fix(@desktop/community): add online status to invite modal
...
Replace Contact component with StatusMemberListItem.
Add missing Nim functions to fill models with onlineStatus.
Adjust components paddings to match design.
Fixes #6985
2022-08-30 10:16:37 +03:00
Jonathan Rainville
7544bd6fb5
fix: change gateway and remove old code to decode the hash
...
Fixes:
- https://github.com/status-im/status-desktop/issues/6964
Depends on:
- https://github.com/status-im/status-go/pull/2795
- https://github.com/status-im/status-jenkins-lib/pull/44
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-26 19:47:02 +02:00
Noelia
3d6e40fd79
feat(CommunityPermission): Added `How holds` collectibles dropdown
...
- Added collectibles tab component.
- Added extended dropdown base content component
- Added filter popup option.
- Added collectibles model
- Added subitems in model
- Added thumbnails mode view
- Created `CommunitiesStore` and moved mock data to there.
- Added forward subitems navigation and selection.
- Updated `statusq`.
Closes #6337
2022-08-26 18:06:58 +02:00
Pascal Precht
3509de8673
feat(AdvancedView): introduce feature flag for discord import tool
...
This adds a feature flag for the discord import tool so we can start
landing individual pieces of the feature without it being fully
implemented.
It also introduces the modal chooser for creating new communities but
it doesn't do anything more than that, as of this commit
Closes #6843
2022-08-26 10:18:49 +02:00
Pascal Precht
e98a3b27fb
refactor: move CommunityBanner to shared namespace
2022-08-26 10:18:49 +02:00
Patryk Osmaczko
037937a04f
fix(@chat/groups): resolve undefined chatContentModule
...
fixes : #7146
2022-08-26 08:40:47 +02:00
Boris Melnik
7b77973b86
test(chat): Can clean chat history
...
Closes : #6876
2022-08-25 15:17:52 +03:00
Boris Melnik
4f2db08a75
fix(StatusListItem): fix `sensor.onClicked` to `onClicked`
...
Closes : #7135
2022-08-25 11:55:55 +03:00
Patryk Osmaczko
6339bd5782
feat(@desktop/chat): sort chat by lastMessageTimestamp
...
closes : #6634
2022-08-24 17:12:47 +02:00
PavelS
38c77095b8
fix(@desktop/chat): adjust add members default picture
...
Update colorForPubkey to check if colorId is in bounds
Replace userCustomizationColors array usage with Utils function call
Fixes #6971
2022-08-23 13:07:58 +03:00
Boris Melnik
41694a6e09
fix(ContactRequests): Fix `sensor.onClicked` to `onClicked`
2022-08-23 09:58:52 +02:00
PavelS
35d4a7c44d
fix(@desktop/chat): adjust start chat page
...
Fixes #6942
2022-08-22 16:00:23 +03:00
Michal Iskierko
346af7c245
feat(@desktop/chat): Add requests sections to members tab of the community management
...
Add tabs: "Pending requests", "Rejected"
Add getting declined requests from status-go
Issue #6279
2022-08-22 13:54:36 +02:00
MishkaRogachev
f45275bb1a
test(community): refactor and improve categary relates test cases
2022-08-22 13:25:33 +04:00
Igor Sirotin
42a1cf995c
fix(ChatMessagesView): Usage of `StatusMessage` WIP
2022-08-20 03:02:41 +03:00
PavelS
75ec2750b3
fix(@desktop/chat): adjust search member input
...
Fixes #6970
2022-08-19 19:05:16 +03:00
PavelS
ba50c69b76
fix(@desktop/community)!: missing error messages
...
Remove ValidationMode.Always for StatusInputs because by default they
are invalid and validate input when dirty
Remove condition from errorMessage of BackupSeedStepBase as not needed.
Fixes #6825
Requires https://github.com/status-im/StatusQ/pull/858
BREAKING CHANGE: StatusInputs are invalid by default and validate when
dirty.
2022-08-18 15:17:14 +03:00
MishkaRogachev
48b7f1c277
test(community): add a test that deletes a community category
...
Close #6750
2022-08-18 15:33:37 +04:00
Lukáš Tinkl
395d5548b4
feat(CreateCommunityPopup): Add Community Banner to Create Community Modal
...
as status-go already supports parsing the banner JSON string, just pass
it along the NIM backend
Closes #6726
2022-08-18 10:15:04 +02:00
MishkaRogachev
9e811838e8
test(community): add a test that creates a community category
...
Close #6752
test/ui-test/testSuites/suite_status/shared/scripts/sections/community_names.py
2022-08-16 20:57:12 +04:00
Stefan
057c0ee1c9
test(Communities): can change the emoji of a community channel
...
Closes #6887
2022-08-16 14:18:16 +02:00
Noelia
1334fbb5f4
test(chat): Can do a mention in a chat
...
`tst_chatFlow`:
- Commented out bc of `mailserver` issues and then weak.
- Added basic test scenario for sending a mention in a public chat with needed validations.
- Added basic test scenario to check a mention cannot be done if it is a non existing user.
`StatusChatScreen` updates:
- Updated join room method to validate the chat is loaded.
- Added methods for doing and verifying a mention.
`SquishDriver` updates:
- Added support in `SquishDriver` to click into a link in a text or label component.
- Minor function renames.
Closes #6879
2022-08-16 13:42:56 +02:00
Noelia
7b54bf31b4
feat(CommunitySettings / Permissions): Added `welcome` page and `How holds` tokens dropdown
...
- Added functionality as experimental advanced view button
feat(CommunitySettings / Permissions): Added welcome page
- Enabled new permissions tab.
- Created welcome page layout.
- Added permissions welcome image.
- Fixed top margin content in `SettingsPanelLayout` to fit designs.
Closes #6036
feat(CommunitySettings/Permissions): Created `new permission` page
- Added `new permission` page.
- Created first card layout.
- Added navigation between `welcome` and `newPermission` views.
- Improvements in base community settings layout pages.
Closes #6037
feat(CommunitySettings/Permissions): `Who holds` tokens dropdown component creation and integration
- Tokens dropdown component creation: main view, operators view and extended view.
- Logic to add new token and change operator.
Part of #6038
2022-08-16 13:42:11 +02:00
Stefan
5fb4c7f110
test(community): delete community channel
...
Also adds verify_equal helper function
Fixes #6751
2022-08-16 11:51:20 +02:00
Boris Melnik
6b0e29f2ea
fix(Communities): Fix membership requests popup
...
Closes : #6799
2022-08-15 17:32:10 +03:00
Boris Melnik
54687cc8cf
fix(ActivityCenter): Close activity center on click outside (via MouseArea)
...
Closes : #6628
2022-08-15 16:51:17 +03:00
Boris Melnik
fbc10e7665
fix(CreateChatView): Move `ActivityCenterPopup` to appmain
...
Closes : #6345
2022-08-15 14:10:27 +03:00
MishkaRogachev
e67d649c46
feat(desktop): New invite to community popup with message
2022-08-12 11:54:51 +04:00
PavelS
e0f051006a
fix(@desktop/community) adjust Image Upload popup
...
- update to fixed version of StatusQ
Fixes #6835
2022-08-11 12:49:28 +03:00
Jonathan Rainville
44cf440a05
test(community): add a test that edits a community
...
Fixes #6756
2022-08-10 16:24:26 -04:00
PavelS
1ab101c8b9
fix(@desktop/comminities) adjust Community members tab
...
Fixes #6786
2022-08-09 18:39:04 +03:00
Michal Iskierko
8b09eec506
feat(@desktop/chat): Handle group chat colors changes
...
Use new status-go function to update group chat details.
Changes in RenameGroupPopup to handle choosing colors and images.
Changes in EditCroppedImagePanel to handle background component.
Issue #5982
2022-08-08 11:10:54 +02:00
Jonathan Rainville
430c5eb0b7
Revert "fix(CreateChatView): Move `ActivityCenterPopup` to appmain"
...
This reverts commit f1651ce4aa
.
2022-08-05 13:46:32 -04:00
Boris Melnik
f1651ce4aa
fix(CreateChatView): Move `ActivityCenterPopup` to appmain
...
Closes : #6345
2022-08-05 18:38:28 +03:00
MishkaRogachev
3afa49a873
fix(@dektop/chat): Fix messages timestump update
...
Close #6543
2022-08-05 17:15:38 +03:00
PavelS
0e7e541a62
fix(@desktop/community) add delete button to edit channel popup
...
- update labels in edit channel popup
Fixes #6732
2022-08-05 15:10:59 +03:00
Alexandra Betouni
6c562580ba
fix(PublicChatPopup): sug channels were missaligned
...
Closes #6632
2022-08-05 13:22:21 +03:00
Alexandra Betouni
714434e61b
fix(CreateChannelPopup): fixed emoji popup position
...
Also
* updated popup to derive from StatusDialog
* removed emojilists.js duplicated file
Closes #6729
Closes #6730
2022-08-04 18:05:36 +03:00
Alexandra Betouni
6b63d8ee7a
fix(StatusModal): back button arrow was tiny
...
Closes #6727
2022-08-04 13:13:50 +03:00
Alexandra Betouni
d1577e4b75
fix(CreateChatView): activity center button issues
...
Also fixed create chat view width to follow its parent
Closes #6700
2022-08-04 11:49:52 +03:00
Lukáš Tinkl
6f1cf8bd74
fix(CreateCommunityPopup): Create Community modal adjustments
...
- fix initial input focus
- fix texts according to design
- fix TAB keys between the input fields
- fix input fields text and placeholders alignment
- make the community options checkboxes clickable
- adjust margins/spacing according to design
Closes : #6724
2022-08-03 12:01:28 +02:00
Michal Iskierko
92c1e9ce18
feat(@desktop/chat): Add sections to members tab of the community management
...
Add tabs: "All members" and "Banned"
Add unban functionality
Issue #5979
2022-08-03 09:48:09 +02:00
Khushboo Mehta
76d7ca089c
feat(@desktop/wallet): Send modal should work as a wizard and use StatusDialog instead of StatusModal
...
fixes #6587
2022-08-03 09:42:06 +02:00
Jonathan Rainville
b43d773a57
test(chat): add test to mark as read
...
Fixes #6671
2022-08-02 10:34:02 -04:00
Alexandra Betouni
cbb6cd70a8
fix(CommunityIntroMessageInput): input height was set to 0
...
Closes #6697
2022-08-02 17:18:39 +03:00
Jonathan Rainville
5fe0005e2b
fix(chat-test): fix ChatFlow test that blocked because of the inputs
2022-08-01 10:25:16 -04:00
Michał Cieślak
a2fd11a339
fix(community): Send community invitation fixed
2022-08-01 16:11:28 +02:00
Noelia
7b4802db83
test(CreateGroupChat): Create Group Chat
...
- Created new test case with basic create group chat scenario.
- Added specific data folder for `tst_groupChat`.
- Removed deprecated data folder.
- Added dynamic login (depending on the account).
- Added global account information in `suite_status/data` folder.
- Added new group chat validations, title, history texts, members added and send chat message.
- Replaced some ids by objectNames.
- Some improvements in `names.py`.
- Onboarding objects refactor.
Fixes #6444
2022-07-28 14:21:32 +02:00
Jonathan Rainville
3f10da868a
test(community): add test for the right click menu to create channel
...
Fixes #6609
2022-07-27 10:40:56 -04:00
Jonathan Rainville
e20929be4c
fix(CommunityColumnView): re-add right click menu on community column
...
Fixes #6609
The menu was lost because it used to be set as part of the ScrollView background, but it got changed to a Flickable as part of the fix to the scrolls being not smooth.
Anyway, background doesn't exist on Flickables, so I removed it and moved the MouseArea to the CommunityColumnView instead.
2022-07-27 10:40:56 -04:00
Patryk Osmaczko
5b51a7ce81
chore(settings): fix naming: locale->language
2022-07-27 14:22:50 +02:00
Alexandra Betouni
be64f60a86
fix(StatusInput): Updated status input custom height leftovers
...
Closes #6637
2022-07-26 14:45:41 -04:00
Jonathan Rainville
16aa4a57f8
test(community): add test that edits the community channel name
...
Fixes #6534
2022-07-25 13:20:10 -04:00
Jonathan Rainville
8e96e6879c
test(community): add test that creates a community channel
...
Fixes #6533
2022-07-25 13:07:46 -04:00
Lukáš Tinkl
120f6517c9
fix(CompactMessageView): disable hovering while scrolling
...
Fixes #6576
2022-07-25 18:21:14 +02:00
Alexandra Betouni
84522bd7fe
fix(CommunitiesPortal): fixed status input as per design
...
Closes #https://github.com/status-im/status-desktop/issues/6358
2022-07-25 15:07:27 +03:00
Anthony Laibe
6b9b5f20a8
fix(@community): Fix community join bubble
...
fixes #6133
When restarting the app, the community is not in the list
and data needs to be requested
2022-07-24 12:31:53 -04:00
Jonathan Rainville
1dfd1539f2
test(community): add e2e test that creates a community
...
Fixes #6445
2022-07-22 11:19:10 -04:00
Michał Cieślak
2847849de7
fix(@desktop/chat): chat content overlapping with Start Chat dialog
2022-07-22 16:30:52 +02:00
Patryk Osmaczko
f9b3f91bf1
fix(@desktop/chat): sort users by online status
...
Users model has to be sorted by online status first, otherwise
`UserListPanel` sections will be duplicated. That's because:
> Note: Adding sections to a ListView does not automatically re-order
the list items by the section criteria. If the model is not ordered by
section, then it is possible that the sections created will not be
unique; each boundary between differing sections will result in a
section header being created even if that section exists elsewhere.
fixes : #6563
2022-07-22 09:03:57 +02:00
Patryk Osmaczko
eeb77aeb51
fix(@desktop/chat): sort display names in UserListPanel
...
fixes : #6185
2022-07-22 09:03:57 +02:00
MishkaRogachev
58e0fce819
feat(@desktop): Fix twitchy scrolling issues
...
Close #6187
2022-07-21 18:44:30 +03:00
MishkaRogachev
0d3aed0611
fix(@desktop): Fix scrolling twitches using ScrollView amd Flickable items
...
Close #5781
2022-07-21 18:44:30 +03:00
Patryk Osmaczko
13cfe18665
fix(@desktop/chat): remove invalid argument from `showReplyArea`
...
- call arguments didn't match with prototype
fixes : #6407
2022-07-21 15:21:29 +02:00
Alexandra Betouni
44df79d671
fix(CreateChatView): updated layout spacing and sizes
...
Closes #6452
2022-07-19 19:55:32 +03:00
Michał Cieślak
3e6220dc90
fix(@desktop/chat): Remove notifications section from community management
2022-07-19 00:17:49 +02:00
Patryk Osmaczko
e7ac242f6f
chore(dialogs): adapt RenameGroupPopup
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Michał Cieślak
478b46f6b5
fix(@desktop/chat): Align message field placeholder with design
2022-07-18 12:45:36 +02:00
Michał Cieślak
4f114ec513
fix(@desktop/onboarding): Remove EmptyViewPanel component
2022-07-18 11:00:57 +02:00
Alexandra Betouni
2bd685943f
feat(chat): Removing dynamic scoping from chat section
...
Closes #4244
2022-07-15 17:00:36 +03:00
Alexandra Betouni
48229e94c8
fix(CreateChatView): Updated top margin based on designs
...
Closes #6352
2022-07-15 14:30:30 +03:00
Khushboo Mehta
35a5ab57f0
feat(@desktop/wallet): Implement the advanced/custom view with simple same network transfers
...
fixes #6268
2022-07-14 16:28:38 +02:00
Alexandra Betouni
8433ed9545
fix(CreateChatView): fixed no contacts text alignment
...
Closes #6354
2022-07-14 16:00:30 +03:00
Lukáš Tinkl
61ea1d41cd
fix(ContactsColumnView): fix layout issues to match design
...
Closes #6343 and #6344
- basically switch over to a column + row layout(s), bringing consistent
margins and paddings, scratches a lot of redundant code
- fix the icon colors
- fixed another bug when opening the create chat panel, and then clicking
on an existing channel in the list, doesn't close this create panel
- remove unused signals and connections
2022-07-12 09:39:22 +02:00
Jonathan Rainville
95407cc1e0
fix(contacts): remove isMutualContact, use isContact or isAdded indead
...
Fixes #6220
Fixes the issue with the mutual contact icon showing when just added.
It also does a huge cleanup of the codebase to remove isContact and replace it with either isAdded, when we care only about if we added, or isMutualContact if we want the contact to be mutual
Also fixes an issue with the MessageContextMenu not reflecting the added state correctly.
2022-07-11 09:34:29 -04:00
Pascal Precht
51b661386a
refactor: always request access to join community
...
We no longer send community invites to users, instead we just share the
community and let users request access.
That request will either be automatically or manually accepted by the owner/admin.
Depends on https://github.com/status-im/status-go/pull/2682
Closes #5115
2022-07-08 13:18:37 +02:00
Boris Melnik
edb014bf12
fix(Community): Add check for admin permissions for context menu
...
Closes : #6162
2022-07-08 13:02:41 +03:00
Lukáš Tinkl
aa804ffaef
fix(CreateChatView): hide the Contacts label when no contacts
...
- hide the TagSelector's `listLabel` and disable the `textEdit` when the
contacts model is empty
- add forgotten `qsTr()`
- remove some no-op positioniers/anchors/width/height bindings (these are
handled automatically for QQC2 Control's header and contentItem)
2022-07-08 09:40:02 +02:00
MishkaRogachev
6d72e19568
fix(@desktop): Refactor Backupseed modal
...
Close #6144
2022-07-07 14:47:12 +03:00
Jonathan Rainville
f5d2d9d0ac
fix(MessageView): slow chat switching because of height recalculation
2022-07-06 14:05:06 -04:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Boris Melnik
bb2c9e02c2
feat(communities): Add muting category methods
...
Closes : #5975
2022-07-06 19:48:44 +03:00
Jonathan Rainville
1e7c648300
feat: contact verification request and trust status
...
feat: contact verification
fix: add remove identity verified btn
fix: add toast message
feat: received verification request model
feat: finish identity verification flow
Fixes #4784
2022-07-06 10:43:33 -04:00
Michal Iskierko
45448db90a
feat(@desktop/general): Change user statuses
...
Handle user statuses from status-go: Always Online, Automatic, Inactive.
Handling updating own status on member list.
Issue #5886
2022-07-06 09:38:11 +02:00
Boris Melnik
42fca84c76
fix(chat): Fix chat screen for empty state visibility
...
Closes : #6199
2022-07-06 09:48:37 +03:00
MishkaRogachev
6fac00673f
Hotfix: Community settings tags
2022-07-05 19:29:50 +03:00
Sale Djenic
c9fe428940
fix(@desktop/chat): messages sometimes assigned to the wrong user
...
Fixes #6004
2022-07-05 17:10:15 +02:00
Patryk Osmaczko
51aa4a6d86
chore: extract Utils.elideText()
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
ff747c2a5f
chore(@desktop/community): refactor TransferOwnershipPopup
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
1b49fd4c35
fix(@desktop/community): make backup community key field readonly
...
fixes : #6104
2022-07-05 17:08:36 +02:00
Igor Sirotin
c7d2157d20
fix(MyProfileView): New design
2022-07-04 21:56:04 +04:00
MishkaRogachev
5c6b5f1f47
feat(Communities): support tags in community edit page
...
Close #6089
2022-07-04 18:53:48 +03:00
Jonathan Rainville
9d2862a602
fix(chat): fix gifs staying active in the background when switching chat
2022-06-29 16:48:01 -04:00
MishkaRogachev
3271aff7c7
fix(@desktop): Hotfix Popup's margins
...
This is a combination of 2 commits.
fix(@desktop): Hotfix Popup's margins
chore: bump statusq
2022-06-29 14:09:33 -04:00
Jonathan Rainville
8685ad92c9
fix(chat): fix switching back to chats is very slow
...
Fixes #5615
2022-06-28 16:24:49 -04:00
MishkaRogachev
a9b2459d79
fix(@desktop): Remove nested popups in create community
...
Close #6027
2022-06-27 13:12:52 -04:00
Noelia
70383a51bd
feat(CommunitiesPortal): Enable Communities portal & update chat menu
...
- Removed 'Communities Portal' toggle from the advanced settings and enable it by default.
- Removed dropdown menu. The button opens directly the join public chat modal.
- In the portal, "Import community" button is now clickable and opens the import community modal.
- In the portal, "Create community" button is now clickable and opens the create community modal.
- Enabled navigation to the clicked community.
Closes #6099
2022-06-27 10:28:36 +02:00
Noelia
65e91fac44
fix(ActivityCenter): Activity center button is not active when activity center is opened
...
The button is now in highlighted state when it's active.
Fixes #6119
2022-06-27 07:54:13 +02:00
MishkaRogachev
e30ba7e760
feat(@community): Add tags to communities
...
Close #5680
2022-06-24 19:44:35 +03:00
Alexandra Betouni
5ca9c9fadf
fix(chat): fixed missing pendingRequestsToJoin
2022-06-24 15:23:11 +03:00
Pascal Precht
84abcff65e
fix(CommunitySettingsView): add missing membership request modal
...
Fixes #6141
2022-06-23 15:20:45 -04:00
Anthony Laibe
2449c8840e
chores(@chat): bring back download messages
...
fixes #6163
2022-06-22 16:12:24 -04:00
MishkaRogachev
2251f870a0
feat(@desktop/chat): New profile context menu states
...
Close #6113
2022-06-22 15:50:59 -04:00
Jonathan Rainville
6f14921c9b
chore(community): replace plus button by adhoc btn
...
Fixes #5677
2022-06-22 09:01:45 -04:00
Alexandra Betouni
7acacee80e
fix(CreateChatView): clicking new group chat duplicates contacts
...
Closes #6135
2022-06-21 11:02:26 -04:00
Sale Djenic
22d5f2d126
fix(@desktop/chat): intermittent with community invites
...
Fixes : #6170
2022-06-21 10:56:46 -04:00
Sale Djenic
3aba152206
fix(@desktop/general): multiple ui issues fixed
...
- Channel is blank on first time joining - fixes : #6131
- Contacts list is empty when trying to invite/share community - fixes : #6139
- The same name is shown for all invited contacts - fixes : #6105
- The names and avatars of contacts are empty in the Contact requests - fixes : #6084
- 'Invite friends' dialog doesn't look good in the minimized app mode - fixes : #6106
2022-06-21 16:16:55 +02:00
Alexandra Betouni
af2f387961
fix(GroupChatPanel): drop down was showing empty entries
...
Closes #5955
2022-06-17 13:55:06 +03:00
Boris Melnik
d58c6eb577
feat(notifications): Add notification icon to create chat view
...
Closes : #5628
2022-06-15 13:04:31 -04:00
Patryk Osmaczko
6743bee1aa
fix(@desktop/chat): extract chat menu items
...
It removes duplication and unifies menu items across the app.
fixes : #5985
2022-06-15 12:56:32 -04:00
mishkarogachev
7a14cf5640
fix(@desktop/profile): Contact requests should support a message
...
Close #5846
2022-06-15 11:56:05 -04:00
Alexandra Betouni
a9dabe5df9
fix(Popups): Some modals are misaligned in master
...
Closes #6002
2022-06-14 17:10:11 -04:00
Patryk Osmaczko
52f5a0f4fd
fix(@desktop/chat): show compressed pubkey in members list
...
fixes : #5950
2022-06-14 16:49:53 -04:00
Patryk Osmaczko
cdd06b05eb
feat(@desktop/group-chat): remove explicit join for groups
...
closes : #5717
2022-06-14 15:21:56 -04:00
Boris Melnik
260f10a83e
feat(CommunityOverview): Add Community Overview banners
...
Closes : #5978
2022-06-14 14:31:39 -04:00
Boris Melnik
7cacadd9be
chore(experemantal_features): Remove activity center settings and enable by default
...
Closes : #5922
2022-06-14 13:03:51 -04:00
Boris Melnik
d6cc1ed1ab
chore(experemantal_features): Remove community settings and enable it by default
...
Part of: #5922
2022-06-14 13:03:51 -04:00
Patryk Osmaczko
19235e2b79
chore(CreateCommunityPopup): ensure popup occupies optimal height
...
Modal should go to the full height of the window if the window isn't
tall enough to display the content without scrolling.
2022-06-13 21:24:23 +02:00
Patryk Osmaczko
524c91dbab
fix(@desktop): post user model refactor issues
2022-06-13 10:53:58 +02:00
Patryk Osmaczko
4a4cee7da7
chore(commonuty/popups): remove needless CommunityProfilePopup features
...
CommunityProfilePopup is deprecated and will be removed. Members
list and notifications are already covered by new community settings.
2022-06-12 15:45:49 +02:00
Patryk Osmaczko
62183cf60b
chore: refactor/unify user_model and contact_model
...
This is first iteration. Models have been restructured and qml adapted
to the changes.
What is left to be done:
- populate new models with appropriate data (some fields were left
default)
- use new fields in qml, use StatusMemberItem where possible
- fix all #FIXMEs introduced by this commit
iterates: #5951
2022-06-12 15:45:49 +02:00
Patryk Osmaczko
9db111b0e6
chore(community/popups): remove padding workarounds
2022-06-12 13:07:08 +02:00
Boris Melnik
c7888f5aed
feat(chat): Add crow to admins in group chat
...
Closes : #5897
2022-06-09 18:38:55 +03:00
Anthony Laibe
00ed4f9c44
feat(@wallet): multi transaction simple view
2022-06-09 15:22:24 +02:00
Alexandra Betouni
f68e53bb38
fix(CreateChatView): icon color was not correct
...
Closes #5875
2022-06-08 16:33:18 +03:00
Patryk Osmaczko
2d73f5239a
fix(@community/popups): make CreateCommunityPopup adaptive to viewport
2022-06-04 12:00:11 +02:00
Patryk Osmaczko
c07a2feca7
chore(@community/settings): address PR suggestions
2022-06-04 12:00:11 +02:00
Patryk Osmaczko
51eefad5e5
feat(@community): add frontend for intro message
...
issue: #5746
2022-06-04 12:00:11 +02:00
Boris Melnik
49ca3e1c36
feat(Settings): Add communities settings
...
Closes : #4932
2022-06-02 18:58:50 +03:00
Noelia
7c92d39359
feat(GroupChat/Add-Remove-Contacts): Implement "Add / remove from group" button for group chats
...
Added new option add / remove contacts in dropdown and created navigation to modify the loaded component in the toolbar.
Enabled addition of new members into a group chat by the admin.
Enabled removal of members of a group chat by the admin.
Added into `ChatContentView` components related to chat toolbar:
- `StatusTagSelector` and its corresponding logic
- Moved `StatusChatInfoButton` from toolbar to content view.
Added `esc` key event to leave the group chat add / remove panel.
Updated `StatusQ` link.
Closes #5522
2022-06-01 08:47:21 +02:00
Stefan
7c74a0942d
feat(Community/Logo): use crop control for community Logo
...
Note that this doesn't refactor status-go to use CroppedImage
for the community logo.
fixes: 5404
2022-05-31 19:04:49 +03:00
Stefan
9f633f0fcc
feat(Communities/Settings): Communities banner editing
...
Use the generic EditCroppedImagePanel for banner cropping
- Depends on status-go IdentityImage banner extension
fixes #5118
2022-05-31 12:26:33 +03:00
Stefan
1bb19ba1de
fix(CommunityArchive): add community archive support to the new edit view
2022-05-31 12:26:33 +03:00
Stefan
73fcbc92bc
fix(CommunityEditSettingsPanel): fix wrong qsTrIds entries
2022-05-31 12:26:33 +03:00
Sale Djenic
70e770103e
feat(@desktop/profile): add ephemeral notifications
...
- ephemeral notifications implemented as toast messages
- old notifications added aligned with new toast messages
Fixes #5629
2022-05-26 21:27:55 +02:00
Boris Melnik
0b0fa51c89
feat(Communities): Add context menu to communities view
...
Closes : #5842
2022-05-26 07:01:45 -04:00
Boris Melnik
58a4d1eceb
fix(ChatContentView): Fix link to reply
...
Closes:#5420
2022-05-25 18:21:51 -04:00
Alexandra Betouni
7916f10a8e
fix(onboarding): cleaned up/imporved images
...
Closes #5829
2022-05-25 18:04:57 -04:00
Michal Iskierko
80cead9d6d
fix(@desktop/chat): Fix activity center icon badge displaying
...
Fix #5739
2022-05-25 17:49:52 -04:00
Boris Melnik
aa1dae9e20
fix(@desktop/warnings): Fix bunc of qml/nim warnings
...
Closes : #5162
2022-05-25 14:27:25 -04:00
Richard Ramos
e607b7e223
fix: code review
2022-05-25 14:01:39 -04:00
Richard Ramos
8143d3bf52
fix(communities) validate privkey when importing a community
...
Fixes #5346
2022-05-25 14:01:39 -04:00
Alexandra Betouni
56b182c50b
fix(communityMembers): Fixed member item width in list
...
Closes #5212
2022-05-25 13:01:20 +03:00
mishkarogachev
491abb7fda
fix(Community): Use design color picker
...
Close #2395
2022-05-24 12:23:50 +03:00