Commit Graph

3642 Commits

Author SHA1 Message Date
Anthony Laibe 03b4bb0511 feat(@wallet): Add opensea api key 2022-02-16 10:29:00 +01:00
Khushboo Mehta 52e96e904b fix(@desktop/chat): enable transactions over chat
fixes #4610
2022-02-15 21:22:21 +01:00
Richard Ramos 39157adea4 bump status-go 2022-02-15 12:50:38 -05:00
Jonathan Rainville b0521cf1ed fix(mentions): fix showing .eth for normal ENS names in chat
Fixes #3634
2022-02-15 10:17:25 -05:00
Anthony Laibe 1d83b64fae feat(@wallet): Enable multi network for wallet account 2022-02-15 11:01:45 +01:00
Anthony Laibe b2579230a9 feat: prepare token service for multichain 2022-02-15 11:01:45 +01:00
Alexandra Betouni 8e6ae3c047 fix(Browser) Transaction Popup was misaligned
Fixed transaction popup position
Fixed JSDialogWindow title was going
off popup boundaries

Closes #4361
2022-02-15 00:06:21 +02:00
Jonathan Rainville 16e7d16c8c feat(communities): re-implement community link unfurling
Fixes #4788
2022-02-14 17:03:41 -05:00
Richard Ramos bee583d448 fix: prefix 2022-02-14 14:26:02 -05:00
Jonathan Rainville a3048f517b fix(browser-sign): show signing phrase in the sign tx modal
Fixes #4778
2022-02-14 10:08:30 -05:00
Jonathan Rainville cd68691ed8 fix(@desktop/settings): [re-add] ensure new password is confirmed
Fixes #4672
2022-02-14 10:08:20 -05:00
Jonathan Rainville 3b43d2f9ea fix: [re-add] The text entry box shouldn't highlight invalid @mentions
Fixes #4678

The text input in chat was highlighting whatever was starting
with @. Fixed to highlight only valid user mentions.
2022-02-14 10:08:09 -05:00
Anthony Laibe 7268ec3773 feat: prepare token service for multichain 2022-02-14 14:37:42 +01:00
Khushboo-dev-cpp 036d8491fb Update CMakeLists.txt 2022-02-14 10:27:22 +01:00
Khushboo Mehta 9aa9101bbe fix: Add a min cmake version for the cpp app so that the user is prompted to install the latest cmake version instead of getting an ambiguous error 2022-02-14 10:27:22 +01:00
Jonathan Rainville 426b230b3a fix(link-message): fix link unfurling display and height
Fixes #4608
2022-02-11 09:37:58 -05:00
Jonathan Rainville 306471be60 fix(ChatInput): fix clicking on emoji suggestion
Fixes #4768
2022-02-10 09:25:06 -05: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
Jakub Sokołowski 2689a08ebb ci: add VERBOSE parameter to change build verbosity
This depends on the `V` paramerter in `nimbus-build-system`:
https://github.com/status-im/nimbus-build-system/blob/25a4c270/README.md#L54-L61

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-02-09 13:05:32 +01:00
Jakub Sokołowski 0d04deb2ad ci: drop unused BUILD_TYPE, add useful RELEASE param
It appears this was some leftover from ancient times and wasn't being used.

On the other hand the `RELEASE` environment variable controls if Nim builds
of the client binary include debug symbols:
ba7a6d5d34/Makefile (L177-L184)

The shorthand `?:` symbol means that if this is changed for a given job it stays changed.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-02-09 13:05:32 +01: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 16328823a9 refactor: add reorderCommunityCategories proc to backend 2022-02-08 14:26:07 -04: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 e252a7a17f fix: reorderCommunityChat parameters 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
Sale Djenic aa6036b78b fix(@desktop/chat): mention suggestion list fixed 2022-02-08 12:33:45 -05:00
Jonathan Rainville 485d6a370d fix(@wallet): [re-add] tx history view
Fixes #4684

Correctly display the date and if the node is an archival node
2022-02-08 08:47:29 -05: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 7ff994a46a chore(@desktop/general): check for updates updated
- unused `updates.nim` removed from `backend`
- `ens.nim` updated accordingly to what we have there before
- the way how we're checking for updates is updated
2022-02-07 18:59:24 +01:00
Sale Djenic 58c9e15365 chore(@desktop/wallet): signal names stored in string constants (wallet account service) 2022-02-07 18:51:39 +01:00
Sale Djenic cd8bd4147c feat(@desktop/wallet): move create accounts to `status-go`
Fixes #4670
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
Sale Djenic 4341d12efc fix(@desktop/wallet): send transaction to address UI is broken
Fixes #4623
2022-02-07 16:42:30 +01:00
Sale Djenic e3b349fe51 feat(@desktop/general): move token balance retrieval to status go
Fixes #4677
2022-02-07 16:23:26 +01:00
Sale Djenic e7f1106f79 fix(@desktop/wallet): delete account
Fixes #4683
2022-02-07 16:23:03 +01:00
Jonathan Rainville 5d0eb942b0 fix(PrivacyView): [re-add] Fix relations between switch and line sensor
Fixes #4674

The part about profile image was already refactpred/fixed
2022-02-07 10:16:01 -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 5c034f545d chore(@desktop/general): add avatar change functionality
Fixes #4669
2022-02-07 08:16:44 +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
Anthony Laibe cc77573652 chores(@general): remove backend warnings 2022-02-04 19:31:26 +01:00
Jonathan Rainville 2207e047bb fix: [re-add] add upper limit to initialised app window size
Fixes #4698

This is needed because on screens that are too big, the app becomes huge.
2022-02-04 13:21:20 -05:00
Jonathan Rainville d4410c1aa7 fix(browser-provider): fix browser provider not asking for authorization
Fixes #4721
2022-02-04 13:21:10 -05:00