Sale Djenic
698374b91c
feat(desktop/general): app support for status-im:// URIs - mac
...
Fixes #3375
2022-06-01 08:42:57 +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
Anthony Laibe
e7dff15a97
fix(@wallet): send modal in browser/wallet
...
fixes #5937
The send modal reuse the asset list so it needs to be fully populated
with all token, but the token is only visible if the balance > 0
2022-05-31 14:57:37 +02: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
Sale Djenic
ca410a0e26
fix(@desktop/browser): settings -> Browser, connected dapps items do not follow figma
...
Fixes #5906
2022-05-31 09:13:27 +02:00
Sale Djenic
3a3b2c9dc9
fix(@desktop/wallet): show all tokens in wallet that have balance > 0
...
Fixes #5859
2022-05-30 17:11:51 +02: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
Michal Iskierko
8acb3c386a
feature(desktop/general): Display mentions number on tray icon badge.
...
Count all mentions from all chats and communities.
Send it to notifications object.
Issue #4922
2022-05-26 14:16:00 +02:00
Anthony Laibe
21fedcbb2b
feat(@wallet): aggregate token balance
2022-05-26 06:52:32 -04:00
Sale Djenic
aeba272ae4
fix(@desktop/notifications): move notifications settings to `status-go`
...
Fixes #5649
2022-05-26 12:07:19 +02:00
Michal Iskierko
80cead9d6d
fix(@desktop/chat): Fix activity center icon badge displaying
...
Fix #5739
2022-05-25 17:49:52 -04:00
Sale Djenic
8974d0a4df
fix(@desktop/settings): crash enabling/disabling communities
...
- A crash was happening because of emitting signal from the Q_PROPERTY slot,
fixed now.
- Checks added to `addChat` methods that only 1:1 and group chats participate
in notifications setting exemptions.
2022-05-25 17:48:26 -04:00
Boris Melnik
aa1dae9e20
fix(@desktop/warnings): Fix bunc of qml/nim warnings
...
Closes : #5162
2022-05-25 14:27:25 -04:00
Boris Melnik
5967ce6ce8
fix(Communities): Open `#general` channel by default on creation
...
Closes : #5841
2022-05-25 14:09:59 -04:00
Sale Djenic
e2cdff1a98
fix(@desktop/chat): adding a contact with chat key should not immediately open a 1 on 1 chat or should block input
...
Fixes #5767
2022-05-24 15:58:47 -04:00
Sale Djenic
88bbfef179
fix(@desktop/profile): changing username is not immediately updating
...
Fixes #5765
2022-05-24 15:57:39 -04:00
Anthony Laibe
db3722cd4f
fix(@general): user status go service to migrate account
2022-05-24 13:27:06 +02:00
Anthony Laibe
451e650b09
fix(@general): keystore management
2022-05-24 13:27:06 +02:00
mishkarogachev
0417105a03
fix(@desktop): Persist application window state & geometry
...
Close #3073
2022-05-23 16:36:57 +03:00
Pascal Precht
f14717da18
feat: handling `mailserver.not.working` signal
...
This makes Status Desktop aware of the `mailserver.not.working` signal.
When emitted by status-go, desktop will show a popup that informs the
user about the connection failure.
Furthermore, users can then decide to either retry (same as just closing
the popup as retrying already happens by default), or pick another
pinned mailserver, for which they'll get redirected to the messaging
settings panel.
Closes #5166
2022-05-20 13:03:47 +02:00
Anthony Laibe
ddb884fc37
fix(@community): List channel/Add channel/Remove channel from category
...
fixes #5801
2022-05-19 15:04:01 +02:00
Pascal Precht
8c496e0505
feat(CommunitySettings): add checkbox to allow members to pin messages
...
This adds a checkbox to configure whether or not community members are
allowed to pin any message of a community channel, based on the newly
introduced `CommunityAdminSettings` that are introduced in https://github.com/status-im/status-go/pull/2668
Closes #5662
2022-05-19 14:53:40 +02:00
Khushboo Mehta
86cfbec8f9
feat(@desktop/wallet): Add support for custom derivations path
...
Make getDerivedAddresses call async
Show pending and error states when gettting the derived addresses
fixes #5700 , #5699
2022-05-18 14:16:57 +02:00
Michal Iskierko
2e5f1c9c4d
fix(@desktop/chat): Show badge and message in activity center for reply elements
...
Fix #5523
2022-05-18 13:59:45 +02:00
Iuri Matias
1b417dc5fd
fix(@desktop/communities): #5797 ensure member list from status go is not empty
2022-05-17 16:33:01 -04:00
Pascal Precht
851228544b
fix(Chat): don't override chatdetails name with pubkey substr
...
The issue is that, after an account accepts a contact request, the
sender of the request receives a message signal where the
chat's name in the response is the first 8 characters of the chat's
public key. This is because status-go doesn't actually try to keep
the chat's `name` up-to-date if it's a one on one chat.
This results in chat details being updated with a name that is
incorrect. This commit ensures we only update the name of the chat
details if we indeed don't deal with a 1-on-1 chat.
Fixes #5738
2022-05-17 11:03:21 -04:00
Sale Djenic
c47f3f2692
feat(@desktop/wallet): redesigned wallet addresses are missing checksum
...
Fixes #5473
2022-05-17 16:04:59 +02:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Jonathan Rainville
12d99f7c96
fix(profile): set ens name correctly
...
Fixes #5574
2022-05-13 10:01:39 -04:00
Khushboo Mehta
1cf701a758
feat(@desktop/wallet): greying out already imported/derived addresses in address list and also choosing next available as default one
...
fixes #5539
2022-05-13 09:23:47 +02:00
Jonathan Rainville
254bda51ed
refactor(app_search): refactor app search to use new getChats API
...
Fixes #5184
2022-05-12 15:23:14 -04:00
Jonathan Rainville
72d726f250
refactor(chats): pass chat group to section to simplify UI build
...
Fixes #5183
2022-05-12 15:23:14 -04:00
Richard Ramos
3d9a2957de
fix: chat key validation
2022-05-12 15:02:53 -04:00
Jonathan Rainville
7c0dbb554a
fix(community): community would appear even if not activated
...
Fixes #5454
2022-05-12 14:19:01 -04:00
Jonathan Rainville
ddbe4e236d
fix(group-chat): fix changing group chat name
2022-05-12 14:13:13 -04:00
Jonathan Rainville
c58a656a52
fix(group-chats): fix context menu and pinned messages popup
2022-05-12 14:13:13 -04:00
Jonathan Rainville
6828055087
fix(group-chats): fix adding new member to group chat
2022-05-12 14:13:13 -04:00
Jonathan Rainville
1fdef43d18
fix(group-chats): remove user from user list when they leave chat
2022-05-12 14:13:13 -04:00
Patryk Osmaczko
a633d33ec5
fix(@desktop/messages): asssign user icon on contact update
...
fixes : #5463
2022-05-12 14:07:58 -04:00
Jonathan Rainville
24a662676e
fix(user-list): 1-1 mentions not updating nickname + rearrange events
...
Fixes #5462
2022-05-12 14:04:16 -04:00
Jonathan Rainville
0358b6bf80
feat(community): make on request comm a check box and remove ensOnly
...
Fixes #5660
2022-05-12 13:31:48 -04:00
Jonathan Rainville
63c8e972c0
feat(CommunityColumn): add channels and categories admin banner
...
Fixes #5664
2022-05-12 13:11:45 -04:00
Noelia
2154626a5b
feat(Language&Currency): Add Date & Time Format
...
Added Date & Time selectors in `Language & Currency" screen.
Added new properties in `local_app_settings` to set the date and time format.
Created all the chain from view to service to update date and time format.
Added date and time format functions in `Utils`.
Updated `FetchMoreMessagesButton`, `ChatTimePanel`, `AppSearch`, `TransactionBubbleView` and `TransactionDelegate` date and time text depending on the selected format.
Closes #5386
2022-05-12 18:42:06 +02:00
Patryk Osmaczko
a5be90761b
fix(@desktop/chat): fix chat member getter for community
...
fixes : #5582
2022-05-12 12:41:42 -04:00
Anthony Laibe
50fef581a5
fix(@wallet): apply order to token list
2022-05-12 09:52:01 +02:00
Anthony Laibe
538cd6ae06
feat(@wallet): prevent to duplicate token
...
fixes #5567
2022-04-21 11:51:37 +02:00
Sale Djenic
d94abcb31e
fix(@desktop/onboarding): the profile image doesn't look good on the onboarding page
...
Fixes #5241
2022-04-14 12:10:53 +02:00
Sale Djenic
3cdc1358ba
fix(@desktop/contacts): multiple contact related issues fixed
...
Fixes #5354 #5225 #5198
2022-04-13 16:40:34 -04:00
Anthony Laibe
6145b4b620
fix(@wallet): loading collectibles
2022-04-13 14:51:38 -04:00
Richard Ramos
717ca08d31
fix: don't save the node config twice when switching fleets
2022-04-13 14:51:07 -04:00
Pascal Precht
afecbc1796
fix(main/controller): ensure mailserversService is initialized
...
Fixes #5353
2022-04-13 17:16:46 +02:00
Khushboo Mehta
feaa91d062
feat(@desktop/wallet): Add derivation path to wallet account generation
...
fixes #5074
2022-04-13 11:17:53 +02:00
Pascal Precht
348516d5a5
chore: add safeguards when checking for community data in response
...
Also remove unnecessary signals
2022-04-13 10:22:55 +02:00
Anthony Laibe
3f71e1fe87
feat(@wallet): move visible token to status go
2022-04-13 10:12:58 +02:00
Anthony Laibe
159f90f48e
re-disable wallet & browser by default
...
Fixes #5476
2022-04-12 17:48:06 -04:00
Sale Djenic
9c9d633065
fix(@desktop/activity-center): mentions and replies in the activity centre does not display community icon
...
Fixes #5302
2022-04-12 20:08:33 +02:00
Pascal Precht
8d4aa7dd56
feat: introduce communities settings and history archive support UI
...
control
2022-04-12 11:25:46 +02:00
Pascal Precht
1d934c7b26
feat: introduce advanced option to enable/disable community archive
...
protocol
2022-04-12 11:25:18 +02:00
Boris Melnik
431348314d
fix(ContactRequests): Remove add myself to sent request model
...
Closes : #5460
2022-04-11 17:26:56 -04:00
Jonathan Rainville
8763238369
fix(community): re-hook banning users
...
Fixes #5383
2022-04-11 11:55:33 -04:00
Pascal Precht
10f6d9e89b
feat: reload community chats when history messages have been downloaded
...
This introduces the new signal types related to the community archive
protocol and makes Status Desktop listen to the download event which is
emitted by status-go every time history archives were downloaded.
If the downloaded archive covers data within the recent 7 days, it
causes Status Desktop to reload the corresponding chats.
2022-04-11 15:54:08 +02:00
Patryk Osmaczko
0038501eb2
fix(@desktop/appsearch): render mentions in app search module
...
fixes : #5423
2022-04-08 14:20:00 -04:00
Patryk Osmaczko
58d1319946
fix(@desktop): unify user avatar fallback color
...
issue: #5358
2022-04-08 14:04:21 -04:00
Patryk Osmaczko
bf530a6cc4
fix(@desktop/onboarding): show identicon ring and colors for profiles
...
issue: #5358
2022-04-08 14:04:21 -04:00
Patryk Osmaczko
f2898b6bf7
chore(@desktop): add utility to get color id for pubkey
2022-04-08 14:04:21 -04:00
Jonathan Rainville
4e8e2e681f
fix(chat): fix chat duplication
...
Fixes #5324
The problem was that signals sometimes came faster than the "normal" flow, so we added the chat without checking first for duplication
2022-04-07 10:51:02 -04:00
Anthony Laibe
b1775357c3
fix(@wallet): estimate gas fail when not enough fund
...
fixes #5267
2022-04-06 13:40:57 +02:00
Anthony Laibe
b84b56c3c0
refactor(@general): move all token related to status-go
2022-04-04 13:07:36 -04:00
Patryk Osmaczko
53c38624ef
chore: add utility to compress pubkey
2022-04-04 12:55:31 -04:00
Boris Melnik
1f82a784d1
fix(change_pasword): Add error message to change password popup
...
Closes : #5190
2022-04-04 12:15:21 -04:00
Patryk Osmaczko
ce36ee90ca
chore(@desktop): rename ambiguous fields `identicon`->`icon`
2022-04-04 17:50:48 +02:00
Patryk Osmaczko
08caca2a60
fix(@desktop): use identicon ring/letter instead of identicon
...
fixes : #5149
2022-04-04 17:50:48 +02:00
Patryk Osmaczko
25c6a5f5ca
chore(@desktop): remove identicon related code
2022-04-04 17:50:48 +02:00
Richard Ramos
c03f0b9d4c
fix: pubkey shown when importing a seedphrase
2022-04-04 11:13:52 -04:00
Richard Ramos
206c692845
fix: use correct pubkey during account generation
2022-04-04 11:13:52 -04:00
Anthony Laibe
87da64d70d
fix(@browser): move post message async
2022-04-04 12:58:34 +02:00
Jonathan Rainville
666c865112
feat(chat): implement new getChats API for the backend
...
Fixes #4878 but new issues will be created to split the implementation
2022-04-01 15:53:49 -04:00
Sale Djenic
57fb0882aa
fix(@desktop/chat): contact lists should only shown mutual contacts
...
Fixes #5117
2022-04-01 14:00:21 +02:00
Sale Djenic
149ff69310
fix(@desktop/contacts): contacts updated to match more closely to requested design
2022-04-01 14:00:21 +02:00
Jonathan Rainville
2d44d53bec
fix(users): user not added when joining group + only show joined users
...
Fixes #5202
2022-03-31 17:31:02 -04:00
Boris Melnik
dd9653bdec
fix(ActivityCenter): Hide pinned messages
...
Closes : #5205
2022-03-31 16:00:49 -04:00
Jonathan Rainville
e1b9332ab3
refactor(user-list): implement getMembers to populate user list
...
Fixes #5122
2022-03-31 14:01:47 -04:00
Sale Djenic
e83e5670a4
feat(@desktop/contacts): support sending contact request to chat key
...
Fixes #5175
2022-03-30 18:35:49 +02:00
Anthony Laibe
08131e1d2d
feat(@wallet): move suggested fees to status-go
2022-03-30 09:41:10 +01:00
Khushboo Mehta
4b9b93a873
fix(@desktop/chat): Downlaoding/Copying an image from chat crashes the app
...
The issue was caused because the data being passed to the UI is now a URL and not image data.
Added support to download/copy image by URL
fixes #5194
2022-03-30 10:06:52 +02:00
Anthony Laibe
b732ad6e5c
fix(@browser): deleted account with permission
...
fixes #5154
2022-03-29 17:13:30 -04:00
Boris Melnik
2a27aa17a7
feat(nodes): Add toggle to WakuNodesModal
...
Closes : #5000
2022-03-29 16:59:02 -04:00
Jonathan Rainville
d35344834e
fix(onboarding): show warning when trying to re-encrypt existing account
...
Fixes #5029
2022-03-29 16:48:09 -04:00
Anthony Laibe
4b22a709ba
feat(@wallet): link test/prod networks
2022-03-29 13:49:30 +01:00
Anthony Laibe
696e8aba29
fix(@browser): shared assets/history view
...
fixes #5129
2022-03-29 12:48:04 +01:00
Alexandra Betouni
dcab50fe09
feat(onboarding): ading create new keys screens
...
Closes #4956
2022-03-29 00:47:24 +03:00
Sale Djenic
da22517138
fix(@desktop/search): search popup UI breaks when clearing the input field
...
Fixes #5138
2022-03-28 12:25:56 -04:00
Jonathan Rainville
942066f8b4
feat(updates): implement new download update page
...
Fixes #4231
2022-03-25 10:32:31 -04:00
Khushboo Mehta
33e3d2377e
fix(@desktop/wallet): User stays on removed account view in wallet after account removal from settings
...
fixes #5037
2022-03-25 08:30:52 -04:00
Michal Iskierko
fd04833610
fix(desktop/chat): Notifies when the user is mentioned in edited message
...
Introduce new signal in message service: SIGNAL_MENTIONED_IN_EDITED_MESSAGE.
Keeping mentioned users public keys in message item/model.
When message is edited, message module sends request to message service to
check if the current user is mentioned and emit SIGNAL_MENTIONED_IN_EDITED_MESSAGE.
Fixes #4475
2022-03-25 09:23:17 +01:00
Jonathan Rainville
16f61db2f7
fix(group-chat): fix function call to join public chat
...
Fixes #5041
2022-03-24 17:05:32 -04:00
Noelia
8f996992b2
feat(onboarding / privacy): Integrate password validation (zxcvbn lib) in new password screens
...
Use new `PrivacyStore` method getPasswordStrengthScore and link it to the new password strength bar value.
Used backend/general to call to `status-go` method and services/general to define the common `GetPasswordStrengthScore` service.
Added onboarding chain to get password strength score information from `OnboardingStore` to `status-go` call.
Closes #5096
2022-03-24 18:17:04 +01:00
Sale Djenic
c5c92fcfd1
refactor(@desktop/general): remove interfaces for controllers, make a single module interface
...
Fixes #5093
2022-03-23 09:00:57 +01:00
Sale Djenic
1bf5882f25
refactor(@desktop/general): remove interfaces for services
...
Fixes #5093
2022-03-23 09:00:57 +01:00
Anthony Laibe
4b48bc69bd
fix(@browser): unlink wallet account and browser account
...
fixes #5034
2022-03-18 15:17:04 -04:00
Noelia
317ac06e43
feat(privacy): Added password strength calls
...
Added all necessary methods to call to a new `status-go` endpoint that allows to get the password strength quality info.
Closes #4980
2022-03-18 13:43:01 +01: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
Patryk Osmaczko
e244260c81
fix(@desktop): make get(Emoji/Color)Hash global utility
...
Removed instances of VisualIdentityService as it was stateless.
Removed (emoji/color)Hash models as they were reduntant, hashes are
obtained only from global utility now.
2022-03-17 15:32:25 +01:00
Boris Melnik
d4c4fe1f41
fix(Communities): Fix community duplications in model
...
Closes : #5002
2022-03-16 15:22:46 -04:00
Patryk Osmaczko
e130953634
feat(@desktop): use emoji hash and identicon ring
...
Closes : #4782
2022-03-16 18:34:57 +01:00
Khushboo Mehta
ade6a22fda
fix(@desktop/wallet): Disconnect button doesnt disconnect Wallet from Browser
...
fixes #4053
2022-03-16 12:36:58 +01:00
Anthony Laibe
6e453dbbba
fix(@browser): Fix etherscan link
...
fixes #4786
fixes #5014
also fixed simpledapp.eth due to need to resolve previous issue
2022-03-16 11:10:42 +01:00
Richard Ramos
b07910e27f
feat: display name
2022-03-14 15:17:04 -04:00
Anthony Laibe
0908b13ad5
feat(@settings): new dapp permissions view
2022-03-14 13:48:57 +01:00
Khushboo Mehta
6e0471c943
bash: py: command not found
...
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-13 08:54:28 -04: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
Boris Melnik
35bd8fb4ea
fix(Contacts): Exclude myself from contacts
...
Closes : #5018
2022-03-11 14:05:31 -05:00
Jonathan Rainville
f0d9eb9b04
fix(community): fix deleting community chat more reliable
...
Fixes #4913
The problem was that we relied only on the status-go signals, so there was a delay, and also they are not as reliable as deleting them ourselves from the array and calling the event
2022-03-11 09:52:39 -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
4ff700681f
fix(@dekstop/chat): mentioning oneself display the full key instead of username
...
Fixes #4897
2022-03-11 13:14:14 +01:00
Anthony Laibe
9f7a90d486
fix(@wallet): Correctly load token at boot
...
The settings needs to be loaded before the token as they depends of it
2022-03-10 16:53:08 -05: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
Richard Ramos
3c7779305b
feat: move stickers business logic to status-go
2022-03-09 12:16:42 -04:00
Anthony Laibe
49ca009a7c
feat(@settings): Display account information
2022-03-09 13:48:34 +01: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
Jonathan Rainville
be9d2f94e2
feat: enable emojis as channel icons
...
Fixes #4809
2022-03-08 15:15:25 -05:00
Khushboo Mehta
cc55f811b1
fix(@desktop/wallet): Re-add saved addresses view from Wallet V2
...
fixes #4747
2022-03-03 15:47:42 +01:00
Anthony Laibe
02bc62a9a2
feat(@settings): plug in accounts
2022-03-03 10:43:55 +01:00
Khushboo Mehta
44a8b6df0a
fix(@desktop/wallet): add/re-add buy crypto feature
...
fixes #4925
2022-03-02 18:45:22 +01:00
Jonathan Rainville
6fa74b7ba9
refactor: re-hook disconnected and re-connected signals and banner
2022-03-02 09:27:45 -05:00
Anthony Laibe
bfda545646
refactor: add back eip1559
2022-03-01 15:10:23 -05:00
Jonathan Rainville
d2d57036b5
fix(notifications): fix windows tray icon and notifications
...
Fixes #4263
2022-03-01 10:01:22 -05:00
Jonathan Rainville
d42a34ff3a
fix(user-list): fix adding users to user list on new messages
...
Fixes #4898
2022-03-01 09:44:20 -05:00
Sale Djenic
40d10b0cbb
fix(@dekstop/chat): timestamp for `Fetch messages` is wrong
...
Fixes #4850
2022-02-25 12:11:26 -05:00
Khushboo-dev-cpp
dcac7977d9
fix(@desktop/settings): Store pass to keychain does not validate current password which results to inability to login
...
fixes #4358
2022-02-25 11:56:47 -05:00
Sale Djenic
343ce69e29
fix(@dekstop/chat): members panel on the Community invite sender's app is only updated after the app is rebooted
...
Fixes #4870
2022-02-24 17:16:17 -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
bd69d88163
feat(communities): add category signal handling (add, delete and edit)
...
Fixes #4753
2022-02-24 16:54:05 -05:00
Jonathan Rainville
f7860310db
fix(community-chats): fix community chats getting duplicated
...
Fixes #4859 and #4858
2022-02-24 16:54:05 -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
Sale Djenic
0078961a67
fix(@dekstop/chat): dogfooding_3 crash
...
Fixes #4827
2022-02-24 15:46:36 +01: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
Sale Djenic
6f3ce63f51
fix(@dekstop/chat): wrong redirect when opening a profile -> send message inside of community
...
Fixes #4837
2022-02-23 15:38:55 -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
Sale Djenic
3a25f8d1c8
feat(@desktop/general): contacts requests participates in calculating count badge for `Chat` section
2022-02-21 22:01:19 +01:00
Jonathan Rainville
16aac6fd4a
fix: fix self profile image not showing in the message and fix name
...
Fixes #4807
2022-02-21 09:32:26 -05:00
Sale Djenic
4f65286ead
refactor(@desktop/browser): move provider logic to `status-go`
...
Fixes #4693
2022-02-21 15:22:22 +01:00
Boris Melnik
9a9d671014
fix(groups): Fix invitations for groups
...
Closes : #4767
2022-02-21 16:52:14 +03:00
Anthony Laibe
92bc1fdab1
feat(@wallet): toggle network
2022-02-18 15:25:55 +01: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
b335542dcd
fix(links): fix editing a link and reflect what the new link shows
...
Fixes #3631
2022-02-17 12:38:55 -05:00
Anthony Laibe
626541e3bd
chores(@wallet): remove wallet 2
2022-02-17 12:00:20 -05: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
Anthony Laibe
9495956a53
feat(@settings): Add wallet settings with network
2022-02-16 17:06:13 +01:00
Khushboo Mehta
52e96e904b
fix(@desktop/chat): enable transactions over chat
...
fixes #4610
2022-02-15 21:22:21 +01:00
Anthony Laibe
1d83b64fae
feat(@wallet): Enable multi network for wallet account
2022-02-15 11:01:45 +01:00
Jonathan Rainville
16e7d16c8c
feat(communities): re-implement community link unfurling
...
Fixes #4788
2022-02-14 17:03:41 -05:00
Anthony Laibe
7268ec3773
feat: prepare token service for multichain
2022-02-14 14:37:42 +01:00
Jonathan Rainville
b7bfd334f3
feat(ens): [re-add] new backend
...
Fixes #4694
also add back pending transaction
2022-02-10 09:24:38 -05:00
Anthony Laibe
d9212565b7
feat(@settings): Add feature flag for multi network
2022-02-09 12:55:40 +01:00
Patryk Osmaczko
ba7a6d5d34
style: remove trailing whitespaces
2022-02-09 11:16:23 +01:00
Patryk Osmaczko
914c7b2839
fix(@desktop/sections): make ctrl+k display chats from communities
...
Closes : #4059
2022-02-09 10:38:34 +01:00
Richard Ramos
04e1db6b56
fix: chat reordering eventually not working
2022-02-08 14:26:07 -04:00
Richard Ramos
4cda8d8835
fix: code review
2022-02-08 14:26:07 -04:00
Richard Ramos
3fd10e7915
fix: community chat positions
2022-02-08 14:26:07 -04:00
Richard Ramos
b21d2c5618
refactor(communities): edit categories
2022-02-08 14:26:07 -04:00
Richard Ramos
f67ffde12c
refactor(communities): edit categories
2022-02-07 18:29:13 -04:00
Richard Ramos
c338bdf6ae
refactor(communities): delete categories
2022-02-07 18:29:13 -04:00
Sale Djenic
58c9e15365
chore(@desktop/wallet): signal names stored in string constants (wallet account service)
2022-02-07 18:51:39 +01:00
Jonathan Rainville
20a2d48eea
fix(notifications): [re-add] fix notification setup called too soon
...
Fixes #4702
2022-02-07 11:15:28 -05:00
Anthony Laibe
723613a5e0
chores(@general): remove leftover code after merge
2022-02-07 15:59:35 +01:00
Anthony Laibe
2ca1b71364
fix(@activity_center): fix dup messages
...
fixes #4631
2022-02-07 12:35:45 +01:00
Noelia
19f5ce8de0
fix(@desktop/communities): Newly created Community remains highlighted
...
Fixed switching/highlight between community and regular navigation button after a newly created and edited communities.
Active property value in createCommunityItem(..) has been set depending on if the current active section corresponds with the item we are going to create.
Fixes #4519
2022-02-07 12:16:40 +01:00
Anthony Laibe
5ebafb1c0c
Fix(@chat): add special cases for group chat
...
fixes #4612
fixes #4613
2022-02-07 10:08:45 +01:00
Sale Djenic
841f1704b7
fix(@desktop/chat): add a blocked bar for blocked user profile
...
- blocked bar is added for profile popup
- blocked bar is added for a chat
Fixes #4673
2022-02-06 16:41:30 +01:00
Jonathan Rainville
d4410c1aa7
fix(browser-provider): fix browser provider not asking for authorization
...
Fixes #4721
2022-02-04 13:21:10 -05:00
Sale Djenic
d43b1eb25c
chore(@desktop/general): remove all timeline related code
...
Fixes #4709
2022-02-04 17:57:07 +01:00
Anthony Laibe
b164b088f5
refactor(@activity_center): Add switch to section/chat
...
fixes #4474
2022-02-03 16:40:13 -05:00
Jonathan Rainville
b688a5a305
feat(wallet): hook sendTransferTokens to the wallet Send
...
Fixes #4650
2022-02-03 15:12:32 -05:00
Jonathan Rainville
0f5a6d8599
feat(wallet): hook transferEth for wallet transfers
2022-02-03 15:12:32 -05:00
Jonathan Rainville
967fff839b
feat(@desktop/settings): [re-add] Add developer mode toggle
...
Fixes #4700
2022-02-03 10:54:25 -05:00
Sale Djenic
aeed9303cd
fix(@desktop/communities): community import has some issues
...
Fixes #4206
2022-02-03 16:14:15 +01:00
Sale Djenic
c85734f08d
fix(@desktop/chat): group members count is wrong
...
Fixes #4614
2022-02-03 15:29:45 +01:00
Sale Djenic
f4c162d921
chore(@desktop/general): few warnings building the app removed
2022-02-02 15:55:23 +01:00
Sale Djenic
98293c112b
fix(@desktop/chat): the @mention emblem isn't being displayed on the channel list
...
Fixes #3630
2022-02-01 21:21:22 +01:00
Richard Ramos
ad7f48d6ac
refactor: removing mailserver controller and model
2022-02-01 15:16:45 -04:00
Jonathan Rainville
82fb325dac
fix(browser-tx): fix estimate gas and send TX on the browser
...
Fixes #4557
2022-02-01 14:09:56 -05:00
Jonathan Rainville
08c01d2775
fix(community): hook edit community channel
...
Fixes #4539
2022-02-01 10:55:01 -05:00
Sale Djenic
f4a78a29be
chore: issues after massive `base_bc` rebase fixed
2022-02-01 12:46:42 +01:00
Sale Djenic
4169854feb
fix: multiple issues running the app
...
- `setAppWidth` issue - fixed
- `signal connection` issue - fixed
- `app-run-test.sh` script added
2022-02-01 11:52:37 +01:00
Sale Djenic
eb41dbe175
refactor(@desktop/general): repo cleaning
...
- all unused/unnecessary files remove
- `status-lib` references updated due to cleaning on that side
- necessary submodules added (those removed from status lib)
2022-02-01 11:52:33 +01:00
Jonathan Rainville
f7694e2915
fix(communities): enable leaving and then re-joining a community
...
Fixes #4568
2022-02-01 11:51:31 +01:00
Richard Ramos
192a0c4d19
refactor(communities): create channel in specific category
2022-02-01 11:51:22 +01:00
Khushboo Mehta
358e3c4a16
fix: Move gif to status-go
...
fixes #4355
2022-02-01 11:51:11 +01:00
Richard Ramos
ba863acd4e
fix: code review
2022-02-01 11:51:00 +01:00
Sale Djenic
a05a821f51
issues adding category fixed
...
- chats list maintained in the chat service gets updated form the right places now
- redundant mapping `Chat` to `ChatDto` is removed, since we already get all
necessary data for the chat, no need for additional mapping which may just
introduce new inconsistencies
- `findIndexById` proc updated so in case if there is no the chat we're searching
for in the list, we're returning `-1` instead of last index in the list
- `DelegateChoice` on the qml side updated to match new type value `Constants.chatType.category`
2022-02-01 11:51:00 +01:00
Richard Ramos
b67e97a05c
feat(communities): create categories
2022-02-01 11:51:00 +01:00
Richard Ramos
24fa56e3b8
refactor: add fake category type
2022-02-01 11:50:57 +01:00