1371 Commits

Author SHA1 Message Date
Alexandra Betouni
14c15ebbfa fix(StatusTagSelector): move suggestions popup inside component
Closes https://github.com/status-im/StatusQ/issues/531
2022-03-24 18:06:45 -04:00
Jonathan Rainville
a20686324e fix(emoji-icon): fix emoji icon position and saving on edit
Fixes #5045
2022-03-24 15:38:01 -04:00
Sale Djenic
94e1511644 fix(@desktop/chat): cannot create a group chat by hitting Confirm
Fixes #5094
2022-03-23 10:14:56 -04:00
Jonathan Rainville
43e58e357c feat(community): add emoji for channel header and identifier as well 2022-03-23 09:56:30 -04:00
Patryk Osmaczko
e74de32296 chore: adapt to StatusBaseInput changes 2022-03-22 19:53:30 +01:00
Jonathan Rainville
c2818536ad chore(GroupChatPopup): remove GroupChatPopup as it is no longer used 2022-03-22 13:19:55 -04:00
Stefan Dunca
5a4dde1d5c feat(chat): members availability and settings change
Don't show members in public chat
Show members in communities by default
Enable Gif Widget by default and remove settings entry
Enable Online users by default and remove settings entry

fixes #4906
2022-03-17 15:48:42 -04:00
Stefan Dunca
ddeda6c106 fix(chat): fix wrong copy-pasta
ChatColumnView: ReferenceError: chatLoader is not defined
2022-03-17 15:48:42 -04:00
Patryk Osmaczko
7994faf756 fix(@desktop): add missing visual identity elements 2022-03-17 15:32:25 +01:00
Patryk Osmaczko
e130953634 feat(@desktop): use emoji hash and identicon ring
Closes: #4782
2022-03-16 18:34:57 +01:00
Khushboo Mehta
4c677d55e8 feat(@desktop/wallet): Add emoji to Wallet accounts.
Support added to:
1. Wallet list
2. Adding a new account
3. Editing an account

fixes #4926
2022-03-15 11:41:29 +01:00
Jonathan Rainville
aef8d0c4ab feat(community): enable choosing and changing community channel color
Fixes #4953
2022-03-11 16:01:22 -05:00
Richard Ramos
8183d4e317 chore: add status.prod fleet 2022-03-11 15:52:47 -05:00
Alexandra Betouni
8cab96fd24 feat(desktop/chat): Updated create new chat/group flow
As per new designs

Closes #4781
2022-03-11 14:31:51 -05:00
Sale Djenic
9821e160c1 fix(@dekstop/chat): editing a message does not update the reply
Fixes #4891
2022-03-11 14:44:44 +01:00
Sale Djenic
b9cc6c7d8e fix(@dekstop/chat): clicking on a mention or reply in the activity centre notifications list, does not take the user to the correct Community chat window
Fixes #4966
2022-03-10 16:51:24 -05:00
Sale Djenic
ba18a2b247 chore(@dekstop/chat): issue with adding members to already created group and max members count fixed 2022-03-10 16:51:24 -05:00
Richard Ramos
3c7779305b feat: move stickers business logic to status-go 2022-03-09 12:16:42 -04:00
Jonathan Rainville
68a4498d11 feat(privacy): reimplement show only contact pfp using status-go setting
Fixes #4900
2022-03-08 15:50:15 -05:00
Michal Iskierko
ada9501fb9 fix(desktop/chat): Remove unused comments
Issue #3520
2022-03-08 15:29:42 -05:00
Michal Iskierko
aefa7d8e26 fix(desktop/chat): Update copy button tooltip text in communities
Change copy buttons tooltip text from “Copy to clipboard” into “Copied!” in panels: "Add members" and "Manage community"

Fixes #3520
2022-03-08 15:29:42 -05:00
Jonathan Rainville
be9d2f94e2 feat: enable emojis as channel icons
Fixes #4809
2022-03-08 15:15:25 -05:00
Alexandra Betouni
c2977e468f feat(onboarding): Added SplashScreen
- Added SplashScreen as initial screen before
onboard as per new designs.
- Also moved all onboarding related code from
main to onboarding section and switched to
import this and all other sections as
qml modules, exposing this way only
necessary files.
- Cleaned up unecessary qmldir files and
imports.

Closes #4954
2022-03-08 14:02:24 -05:00
Jonathan Rainville
e5e6914947 refactor(ChatColumnView): put ChatContentViews in Loaders
This makes the initial loading of the app faster as well as reducing the memory usage until the user clicks on a channel
2022-03-08 13:40:36 -05:00
Jonathan Rainville
a99c66ca8b refactor(ChatColumnView): move duplicated code to function 2022-03-08 13:40:36 -05:00
Stefan Dunca
72e67159fc fix(group-chats): Fix wrong group name in a subsequent edit attempt
Root cause: the name used as input for the naming edit field was sourced
from the active group entry which is updated only when switching
the active group.

fixes #4910
2022-03-07 23:12:52 +01:00
Jonathan Rainville
35e50d186b fix(drag-zone): make drag zone only work in correct chats
Fixes #4904

Moves drag zone to the AppMain so that we can check if the current chat accepts the images
Also disables the Input Connection if the channel is not active
2022-03-03 13:01:53 -05:00
Stefan D
3549273307 Keep secondary sidebar at a fixed width. 2022-03-02 22:58:47 +01:00
Jonathan Rainville
6fa74b7ba9 refactor: re-hook disconnected and re-connected signals and banner 2022-03-02 09:27:45 -05:00
Sale Djenic
ca20e77534 fix(@dekstop/chat): increase the hard limit from 10 to 20 members in a group chat
Fixes #4728
2022-03-01 08:41:49 +01:00
Sale Djenic
d0e0df1e3b fix(@dekstop/chat): clicking on enable in settings redirects to network settings
Fixes #4890
2022-02-25 12:11:57 -05:00
Sale Djenic
40d10b0cbb fix(@dekstop/chat): timestamp for Fetch messages is wrong
Fixes #4850
2022-02-25 12:11:26 -05:00
Jonathan Rainville
a51aee1683 fix(community): re-hook kick user from community
Fixes #2274
2022-02-24 17:04:56 -05:00
Jonathan Rainville
6c5594b576 fix(community): fix community edits not always working
Fixes #4842
2022-02-24 16:54:05 -05:00
Alexandra Betouni
5c30daab07 fix(chat/mentions) fixes in mentions behavior
Changed cursor behavior to jump over text when it
reaches a mention, either on left or right side.
Also made mention to behave as link when hovered
with mouse so that it cannot be clicked and place
cursor inside it.

Also fixed keyboard focus to navigate only in the
suggestions list when this is opened.

Closes #4423
2022-02-24 11:10:33 -05:00
Jonathan Rainville
3985272037 fix(invitation): fix community invite not showing in 1-1 chats
Fixes #4851
2022-02-24 10:58:26 -05:00
Sale Djenic
52fb195b39 fix(@dekstop/chat): trying to unblock a contact by hitting 'Unblock' via the chat view does not do anything
Fixes #4835
2022-02-24 16:19:51 +01:00
Jonathan Rainville
18374a16d4 fix(user-list): use the same userlist for community and chats 2022-02-23 16:15:41 -05:00
Jonathan Rainville
c2378e24aa fix(user-list): fix user list section labels
Fixes #4805 and #4806
2022-02-23 16:15:41 -05:00
Richard Ramos
d4f8b63292 feat: add status.test fleet 2022-02-23 15:48:06 -05:00
Sale Djenic
c855de98b6 fix(@dekstop/chat): higher cpu usage after opening gif selector
Fixes #4829
2022-02-23 15:43:21 -05:00
Jonathan Rainville
58935b82d7 fix(search): fix profile popup opened on search title clicked
Fixes #4795

Makes sure to only open the profile popup if the click is a pubkey.
Also opens the popup on ctrl+f
2022-02-23 15:17:51 -05:00
Sale Djenic
6186bf9c8c fix(@desktop/general): app/os notifications
Fixes #4409
2022-02-21 22:01:19 +01:00
Boris Melnik
7bfec141eb fix(groups): Fix members count
Closes: #4822
2022-02-21 10:48:40 +03:00
Boris Melnik
4c0b09e9f5 fix(Groups): block add members button is you not group admin
Closes: #4840
2022-02-19 15:06:49 +03:00
Richard Ramos
fc24f16525 fix: continue showing loading indicator when store fetching failed
Fixes #4733
2022-02-17 14:53:39 -04:00
Boris Melnik
ea5b5716e5 refactoring(groups): Refactor groups popups
Closes: #4719 #4615
2022-02-17 21:04:29 +03:00
Jonathan Rainville
713e6685ca fix: make mentions work with ensname, alias and nickname
Fixes #3707
2022-02-17 11:59:23 -05:00
Sale Djenic
9ed6c6235c fix(@desktop/chat): can't join to group chat by clicking [Join chat] or decline invitation with [Decline invitation]
Fixes #4766
2022-02-17 11:28:59 -05:00
Khushboo Mehta
52e96e904b fix(@desktop/chat): enable transactions over chat
fixes #4610
2022-02-15 21:22:21 +01:00