mprakhov
0675d6a7d9
fix(@desktop/chat): message box buttons do not work in group chat creation screen
2023-01-09 12:51:35 +02:00
Anthony Laibe
364124b1ed
chore(@wallet): remove dead code about estimage gas
2023-01-07 11:11:10 +01:00
Lukáš Tinkl
b086d432d1
fix: Chat Input isn't focused after editing a message
...
Fixes #8966
2023-01-06 14:35:07 +01:00
Lukáš Tinkl
01f2e645bc
fix: unbreak StatusAppNavBar margins
...
partially revert ba811acc27
and silence the
warning
2023-01-06 14:00:37 +01:00
Lukáš Tinkl
f6355dc4a6
fix(StatusBaseInput): No padding for input fields
...
- make the left/right padding and internal spacing consistent with the
Figma design
- the padding itself got broken by a behavior-incompatible change introduced in
17aaec2d53 (diff-451194c72ab50ea2586b6f1d6521b81d9a93206069788117326788be28b638fd)
;
this change is however correct but we can no longer rely on the
implementation detail that used to "reset" the left/right padding to its
default value when we set `leftPadding: 0`
Fixes #8910
2023-01-06 00:59:42 +01:00
Jonathan Rainville
b10d0a063e
chore(status-go): up status-go (logs, group fix, others)
2023-01-05 16:32:29 -05:00
Jonathan Rainville
a0b17c3879
chore: add mayfail on community edit tests
2023-01-05 15:21:38 -05:00
Jonathan Rainville
67e0df17e1
test(contact): add a test that sends a contact request from the chat
...
Fixes #6883
2023-01-05 15:21:38 -05:00
Stefan
16af9dfae6
fix(wallet): fix rename account modal states
...
Considerations:
- Change validation mode for StatusText to have validity from the start
- Don't show a color selection if the selected color doesn't match the
available color palette
- Don't enable button if nothing changed
- Tests
- Add test for validation mode that shows how the valid property
behaves based on findings.
- Fix text to expect valid on no input for the default control
Fixes : #8211
2023-01-05 22:16:44 +04:00
Jonathan Rainville
297280c467
fix(chat-badge): don't count unread messages when restarting
...
Fixes #8943
2023-01-05 09:54:24 -05:00
mprakhov
4a5c439160
test(@desktop/community): [suite_communities / tst_communityFlows]
...
Validate in 'The admin edits a community' test description and color
2023-01-05 14:49:27 +02:00
Dario Gabriel Lipicar
2999a7f932
revert: 3d22f4a86d3b0853e6a47c7d085b9311cc45f116
...
This reverts status-go commit 3d22f4a86d3b0853e6a47c7d085b9311cc45f116
2023-01-05 09:32:11 -03:00
Lukáš Tinkl
e947f81cd2
fix: Chat input: can't send html text from the clipboard
...
We always take the plain text from the clipboard but even the plaintext
can contain HTML tags, so escape those and wrap the result in a `<div
style='white-space: pre-wrap'>foo</div>` container. That way we preserve
not only the linebreaks but also any whitespace or tags.
Fixes #8919
2023-01-05 12:32:53 +01:00
Dario Gabriel Lipicar
63104bb81f
fix: cannot expose a float qtproperty
2023-01-04 15:33:40 -03:00
Lukáš Tinkl
6fc1d0951b
fix: Cannot open the link in the channel's description
...
Hook up the signal to open a hyper link
Fixes #8939
2023-01-04 18:54:14 +01:00
Patryk Osmaczko
ce08265e0d
chore: re-enable logging in prod version
...
closes : #8932
2023-01-04 18:16:04 +01:00
Patryk Osmaczko
b8a1c70d62
chore: add task details to threadpool logs
...
makes #5938 easier to debug
2023-01-04 17:40:46 +01:00
Jonathan Rainville
235c0d3042
test(community): add a test where the admin can delete a user's message
...
Fixes #6891
2023-01-04 11:12:47 -05:00
Jonathan Rainville
29450d34a7
feat(admin): enable admins to delete messages from other users
...
Fixes #8869
2023-01-04 11:12:47 -05:00
Patryk Osmaczko
fe87cbaada
fix(chat/messages): load messages even if fetch is ongoing
...
fixes : #8831
2023-01-04 11:05:11 -05:00
mprakhov
d061b9a1d1
fix(@desktop/chat): empty chat members list
2023-01-04 18:04:50 +02:00
Alexandra Betouni
ba811acc27
fix(improvements): remove console warnings pt1
...
Closes #7959
2023-01-04 17:28:59 +02:00
Sale Djenic
32fcda485c
feature(@desktop/keycard): migrate an exsiting account from Keycard to Status Desktop
...
Fixes : #7030
2023-01-04 14:24:55 +01:00
Sale Djenic
6db0583d87
chore(@desktop/keycard): typo in variables naming fixed
2023-01-04 14:24:55 +01:00
Sale Djenic
1bc9deef47
chore(@desktop/keycard): `keyPairForAuthentication` replaced by `keyPairForProcessing`
2023-01-04 14:24:55 +01:00
Sale Djenic
e34aac0a0f
feat(StatusQ.Components): `StatusStepper` component introduced
...
Added `StatusStepper` component which displays total number of steps which need to be passed,
marking each completed step based on `completedSteps` property.
Needed for importing a Keycard into the app flow.
Corresponding page in API Documentation added.
2023-01-04 14:24:55 +01:00
Sale Djenic
b2cb263d68
feature(@desktop/keycard): import or restore a Keycard via a seed phrase
...
Fixes : #7029
2023-01-04 14:24:55 +01:00
Sale Djenic
8600ef35b3
feature(@desktop/keycard): generating addresses on a Keycard
...
Generating addresses was done on the status-go side, but now since `ExportPublic`
flow from the keycard library supports deriving addresses for list of derivation paths
we're using it in the desktop app for `SetupNewKeycardNewSeedPhrase` flow.
2023-01-04 14:24:55 +01:00
Sale Djenic
0e65f2a7ff
feature(@desktop/keycard): create a new Keycard account with a new seed phrase
...
Fixes : #7028
2023-01-04 14:24:55 +01:00
Sale Djenic
735f6e70aa
test: add missing `@mayfail` to send image tests
2023-01-04 11:15:58 +01:00
Sale Djenic
b81f4dd150
fix(@desktop/onboarding): refetching backed up data added
2023-01-04 11:15:58 +01:00
Sale Djenic
6b6aaf3af1
fix(@desktop/onboarding): onboarding flows for `I already use Status` path do not match figma requirements (2/2)
...
Continuation:
desktop app updated after we decided to remove 30 secs waiting time from `status-go` and introduce it
on the desktop app side.
2023-01-04 11:15:58 +01:00
Sale Djenic
19ba018a1d
fix(@desktop/onboarding): onboarding flows for `I already use Status` path do not match figma requirements (1/2)
...
Profile fetching (display name and identity images) implemented on the status-go side and
integrated in the desktop app.
Signal notifying about the progress while fetching backed up data from waku implemented on
the status-go side and integrated in the desktop app.
`I already use Status -> Enter a seed phrase` and `I already use Status -> Login with Keycard`
updated so they match figma now.
Fixes : #8467
2023-01-04 11:15:58 +01:00
Sale Djenic
9d382b1c81
fix(storybook): profile fetching updated
...
Profile fetching page, which is part of onboarding flow, is updated so it matches
the latest figma changes now.
2023-01-04 11:15:58 +01:00
Anthony Laibe
2e65796a06
feat(@wallet): cbridge integration
2023-01-04 08:59:19 +01:00
mprakhov
a7a69e1320
fix(@desktop/chats): restore last opened chat during app launch
2023-01-03 18:02:42 +02:00
Pascal Precht
f6660654f7
fix(AppSearch): close appsearch popup when sendmessage button is clicked
...
Closes #8903
2023-01-03 16:35:21 +01:00
Anthony Laibe
542a0b11f2
fix(@wallet): fix crash when sending a tx after toggling network
...
fixes #8859
2023-01-03 12:40:34 +01:00
Khushboo Mehta
5f55cd2be9
feat(@desktop/wallet): Update the token selector in SendModal
...
fixes #8713
2023-01-03 09:33:20 +01:00
Khushboo Mehta
eb2ec7c1af
feat(@desktop/wallet): Update network card and routing lines in SendModal
...
fixes #8714
2023-01-02 15:36:26 +01:00
MishkaRogachev
c50cf988a7
fix(ActivityCenter): Update AC notification on contact changes
...
Close #8586
2022-12-30 18:35:51 +04:00
MishkaRogachev
130a5f48b4
fix(ActivityCenter): Unify ContactRequest and ContactVerification AC notifications
2022-12-30 12:13:42 +04:00
MishkaRogachev
f70ccfc17d
fix(ActivityCenter): Add identity verification AC notifications
2022-12-30 12:13:42 +04:00
mprakhov
e1f60c9ed0
fix(@desktop/contact): Message from the Contacts Request is not displayed correctly in the chat after the request was accepted
2022-12-29 17:04:46 +02:00
Igor Sirotin
38353af413
fix(PinnedMessagesPopup): Force show repeat header
2022-12-29 11:58:40 +03:00
MishkaRogachev
97436b6e26
feat(ActivityCenter) Outgoing contact request notification text fixes
...
Close #8388
2022-12-28 16:26:33 +04:00
mprakhov
76b6fba5ad
fix(@desktop/community): Decrease amount of chat_getMembers calls
2022-12-27 19:29:56 +02:00
mprakhov
3a26799781
fix(@desktop/profile): do not show store password to keychain dialog during saving Bio with enabled biometrics
2022-12-27 13:16:44 +02:00
Jonathan Rainville
d59cffd623
fix(windows): fix app not showing when monitor setup changed
...
Fixes #8726
2022-12-26 09:55:14 -05:00
Alex Jbanca
94b911a986
fix(messagesView): Increase spacing between chat messages
...
Added padding between messages as specified in Figma:
topPadding - 8 if the current message has header, 2 otherwise
bottomPadding - 8 if both current and next message have header, 2 otherwise
2022-12-23 16:46:33 +02:00