1584 Commits

Author SHA1 Message Date
Patryk Osmaczko
f1493df8c3 bump StatusQ 2022-03-30 09:22:24 +02:00
Iuri Matias
5def22d232 bump status-q 2022-03-29 17:20:15 -04:00
Khushboo Mehta
2852d70731 feat(@desktop/Wallet): Add acccounts Modal as per new design
fixes #5073
2022-03-29 17:20:15 -04:00
Michal Iskierko
246a7ad456 chore(internal): Bump StatusQ version
Issue #5197
2022-03-28 13:16:24 -04:00
Iuri Matias
30a6929b0d bump statusq 2022-03-28 13:08:56 -04:00
Khushboo Mehta
0903fa6ce2 feat(@desktop/wallet): Adapt to new SendModal Design
fixes #5040
2022-03-28 13:08:56 -04:00
Iuri Matias
8e8e09308b bump statusq 2022-03-24 18:06:45 -04:00
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
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
803cc77e95 chore(StatusQ): up statusQ version
Fixes a warning with the StatusChatListItem
2022-03-21 10:16:14 -04:00
Jonathan Rainville
738a3ba93e feat(profile): re-design Contacts setting view
Fixes #5004
2022-03-18 11:37:26 -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
Jonathan Rainville
d12eb552f1 chore(StatusQ): update StatusQ
Fixes #5078
2022-03-17 15:39:07 -04:00
Jonathan Rainville
e1b7475884 feat(profile): add Messaging settings view in profile
Fixes #4931
2022-03-17 14:59:45 -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
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
be9d2f94e2 feat: enable emojis as channel icons
Fixes #4809
2022-03-08 15:15:25 -05:00
Anthony Laibe
02bc62a9a2 feat(@settings): plug in accounts 2022-03-03 10:43:55 +01: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
Boris Melnik
9a9d671014 fix(groups): Fix invitations for groups
Closes: #4767
2022-02-21 16:52:14 +03:00
Patryk Osmaczko
914c7b2839 fix(@desktop/sections): make ctrl+k display chats from communities
Closes: #4059
2022-02-09 10:38:34 +01:00
Sale Djenic
6e3b065d34 refactor(@desktop/general): app sections handled within main module 2022-02-01 11:32:28 +01:00
Noelia Santos
b5f4e3783c feat(Chat/BlockedContacts) Add a Blocked bar for blocked user profile
Use new UI StatusBanner with Danger variant.
Modify StatusQ external to new master commit.
2022-01-17 12:37:48 +01:00
Khushboo Mehta
16be2fff7a fix(@desktop/chat): Search placeholder text is misaligned and shifts when clicked
fixes #4222
2021-12-06 11:28:59 +01:00
Khushboo Mehta
8621eb009b fix(@desktop/community): When selecting top communities channel, they all appear selected
Usage of HoverHandler instead of containsMouse property of MouseArea, solves the issue

fixes #4166
2021-12-03 13:49:30 +01:00
Pascal Precht
868c675f6e refactor(@desktop/chat): use StatusQ components for chat user list
This replaces the self-built components for the user list with StatusQ's
list item component and also addresses some of the quirks that existed in the UI
related to that original component.

The user list is now responsive and properly aligned.

**This depends on StatusQ v0.18.0**
2021-12-02 11:27:43 +01:00
Khushboo Mehta
0fbdbdbd15 fix(@desktop/Chat): Group chat popup member list doesn't have proper visuals
fixes #4176
2021-12-01 16:11:34 +01:00
Khushboo Mehta
de64254463 fix(@desktop): Fix for correcting position of profile button on NavBar
fixes #3521
2021-11-23 10:27:17 +01:00
Anthony Laibe
ebaa150082 fix(@desktop/tx): Fix tx modal 2021-11-22 10:04:12 +01:00
B.Melnik
defefa1bfe fix: Fix missing setup url for new opeed tab
Closes: #4107
2021-11-17 15:40:50 +01:00
Iuri Matias
0b2ce88fcc bump statusq 2021-11-05 14:10:29 -04:00
Jonathan Rainville
9448cd7fd4 fix(wallet): fix account selector in the SendModal 2021-11-05 14:10:29 -04:00
Iuri Matias
9165564db0 bump statusQ 2021-11-05 11:02:45 -04:00
Pascal Precht
313208cfd4 fix(@desktop/browser): fix paste button in favorites modal
This fixes the base button in the favorites modal by replacing the legacy
`Input` component with StatusQ's `StatusInput` and `StatusButton` components.

It also updates the validation mechanism to use the one provided by StatusQ.
The `height` of the modal has been adjusted due to its content growing when
validation errors are shown.

This will go away as soon as we replace `ModalPopup` with `StatusModal`.

Fixes #3977
2021-11-05 11:02:45 -04:00
Pascal Precht
b91a423801 refactor: replace StatusWalletColor components with StatusQ components 2021-10-28 11:31:21 +02:00
Iuri Matias
184e88d44f bump status-lib 2021-10-27 11:26:41 -04:00
Pascal Precht
92320ffb1c refactor(StatusChatCommandsPopup): use StatusQ StatusChatCommandButton 2021-10-27 11:26:41 -04:00
Khushboo Mehta
14b49b800a refactor: remove StatusIconButton from ui/shared/status
fixes #3832
2021-10-26 08:27:11 -04:00
Pascal Precht
48bb73be3a chore: bump StatusQ to v0.13.0 2021-10-21 09:22:35 -04:00
Iuri Matias
9711c20949 bump status-q 2021-09-29 15:29:29 -04:00
Khushboo Mehta
8ff967578d feat(@desktop/chat): Added support for copy or click on link from channel descriptions
fixes #3517
2021-09-29 15:29:29 -04:00
Richard Ramos
176b559877 fix: message history issues
- Display loading indicator on login when mailserver messages are requested
- Fix bug where the mailserver that's selected as soon as you login is disconnected while being still in the process of connecting instead of waiting until 10s have passed to try connecting to a different mailserver
- Use status-go version that fixes an issue fetching mailserver messages when more than 999 messages are being verified if they're in the cache
2021-09-28 14:55:37 -04:00
Iuri Matias
633526abfa bump status-q 2021-09-23 15:33:07 -04:00
Eric Mastro
3dcf9cc38c fix(chat): GIF widget UI bugs
Fixes: #3564.

Several UI bug fixes have been made for the gif widget:

1. Star now only appears once the gif is hovered
2. Default hover star colour is “grey”
3. Once the star is hovered, the star turns yellow
4. If the gif is favourited, the star fills in yellow
5. Removed square border around the gif
6. Added invisible padding around the star to increase the mouse surface area for hover/click
7. Added tooltip to the star for adding/removing from favourites

NOTE:
1. An initial attempt at changing star state based on gif thumb hover and star hover proved unsuccessful. Changing visibility of the star had to depend on both the hover state of the thumb AND the star — relying on only the thumb hover caused a flicker.
2. Relying on the local hover state of the star and the thumb hover state caused inconsistencies where the hover state of the star would become true after not being hovered. I’m still unsure as to why this was happening. A workaround was to create a signal to a HOC as to the last hovered gif id. From there, we could rely on matching `model.id` to the last hovered gif id in the HOC.
2021-09-23 15:33:07 -04:00
Iuri Matias
5e0a3ea318 bump statusq 2021-09-20 10:36:26 -04:00
Pascal Precht
8d283bf07f fix(ContactsColumn): call itemAt on statusChatListItems.model instead of delegate
When StatusQ switched to using `DelegateModel` in `StatusChatList` to enable drag and drop,
we lost the API `itemAt` which was previously exposed via the `Repeater` that was aliased as
`chatListItems`.

StatusQ now exposes `statusChatListItems` additionally so we can still access `model.itemAt`
which is used in this commit.

The only reason this is done here though, is because we need to update the profile picture of
contacts when we get a contact changed signal. Ideally, we handle contact changes including the
profile picture entirely in the backend and have it then just rerender the screen (instead of
using a `Connection`).

Fixes #3328
2021-09-20 10:36:26 -04:00
Iuri Matias
9d464c7fa8 bump StatusQ and status-lib 2021-09-16 15:39:10 -04:00
Khushboo Mehta
b9073919cb feat(@desktop/wallet2): Added traits for the opensea Assets
fixes #3435
2021-09-16 15:39:10 -04:00
Iuri Matias
f3b8ab4749 bump statusQ 2021-09-08 16:24:51 -04:00