Sale Djenic
bc7a4b94f7
feat(@desktop/keycard): `unlocking` screen for unlock flow
...
Closes : #9259
2023-01-30 13:43:10 +01:00
Sale Djenic
841a37e930
feat(@desktop/onboarding): `Lost Keycard` - start using account without keycard
...
This commit introduces:
- `Start using account without keycard` flow
Closes : #7642
2023-01-30 13:43:10 +01:00
Sale Djenic
3ca03bdd49
feat(@desktop/onboarding): `Lost Keycard` - `Create replacement Keycard with seed phrase` flow
...
This commit introduces:
- `Create replacement Keycard with seed phrase` flow
- `Order new keycard` option
Closes : #7641
2023-01-23 18:02:44 +01:00
Sale Djenic
25944f8928
feat(@desktop/onboarding): weird menu order on app login
...
Fixes : #9135
2023-01-17 15:29:08 +01:00
Sale Djenic
368fa21b1a
feat(@desktop/onboarding): onboarding - recover account flow - UI adjustments
...
Closes : #9120
2023-01-16 23:01:42 +01:00
Lukáš Tinkl
9e396f7344
chore: refactor/improve/optimize StatusMessage & friends
...
- drop dead code
- reduce number of direct bindings
- use Loaders whenever possible
Fixes #8744
2023-01-10 10:55:53 +01:00
Sale Djenic
4fb18e7cac
fix(@desktop/onboarding): an issue handling date on Ubuntu fixed
...
It seems that `new Date` with only minutes set on Ubuntu generates different
datetime then on Mac.
2023-01-10 09:37:46 +01: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
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
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
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
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
f70ccfc17d
fix(ActivityCenter): Add identity verification AC notifications
2022-12-30 12:13:42 +04:00
mprakhov
fb254fd775
fix:(@desktop/keystone): Request saving password to keystone on a startup after changing the password through settings
2022-12-21 17:02:38 +02:00
Patryk Osmaczko
87674064d0
feat(chat/messages): implement new messages marker
...
closes : #8572
iterates: #7488
2022-12-16 19:12:12 +01:00
Jonathan Rainville
194e3048bc
fix(messages): fix Resend btn not working and add Sending visual state
...
Fixes #7643
This adds the backend to resend. It then hooks the button to it.
This also adds a visual state for when we are sending. This gives a good indication that a message was sent.
2022-12-12 11:56:21 -05:00
Lukáš Tinkl
e13726e4af
feat(SocialLinkPreview): links are too short to display even short urls
...
- rework the way social links are displayed/editted; we now only allow to
enter a so called "handle" and then substitute that in the final URL
template
- move the "icon" model role to NIM backend
This has several advantages:
- we display only the "handle" and don't have to elide some long URL
- we won't let users enter random URLs into their profile and spoof the
viewing part into clicking it
Additionally, make the social link "button" clickable -> navigate to the
target URL, and make the tooltip behave as "usual" (on mouse hover).
2022-12-07 12:40:58 +01:00
Pascal Precht
93eaf0fdfd
fix: allow whitespaces in display and nicknames
...
Closes #8391
2022-12-06 19:34:17 +01:00
Khushboo Mehta
0c7442d696
fix(@desktop/wallet): Wrong Password error should not be handled in the SendModal
...
fixes #8527
2022-12-05 13:59:06 +01:00
Sale Djenic
49da859947
feat(@desktop/keycard): create a backup copy of a Keycard
...
Fixes : #7035
2022-12-02 17:26:06 +01:00
Khushboo Mehta
9ded9d4ffa
feat(@deaktop/wallet): Add bridge view
...
fixes #8236
2022-12-01 17:15:55 +01:00
alexjba
1b2fd40b20
Adding qmake project file for wasm
...
This changeset contains the prerequisites required to compile StoryBook on wasm_32 and the README file with instructions
2022-11-23 16:20:37 +02:00
alexjba
98d3073a61
Update min text length in password
2022-11-23 15:21:21 +02:00
Khushboo Mehta
6c0806c2e1
(@desktop/wallet): Fix for pending tx not shown in history view
...
fixes #7530
2022-11-22 13:57:50 +01:00
alexjba
6474e73b85
Add profile fetching view to storyBook
...
The profile fetching view is part of the onboarding process. This view should be displayed on existing user onboarding flow, while the profile is being fetched in the backend.
It has 3 states:
1. Fetching in progress
2. Fetching completed
3. Fetching error
2022-11-17 21:48:53 +02:00
Sale Djenic
557703543c
fix(@desktop/keycard): migrating keypair looks somehow stucked for a while before switching to `Migrating key pair to Keycard` state
...
Fixes : #8177
2022-11-15 12:12:07 +03:00
Sale Djenic
6d4bec84b1
fix(@desktop/keycard): bigger Keycard views look cut if the app is resized to the min height
...
Fixes : #8137
2022-11-10 11:03:44 +03:00
Pascal Precht
cabfaf1ed6
fix(Communities): adjust discord import error codes
...
Those have been changed in status-go, resulting in wrong visualization
of import warnings and errors.
This commit adjusts them so they match the correct codes again.
2022-11-03 18:24:48 +01:00
Sale Djenic
2c03146309
fix(@desktop/keycard): can't create accounts if the main account was restored in using an existing keycard account
...
`I already use Status` -> `Login with Keycard` flow is enabled.
Fixes : #7867
2022-10-28 20:43:09 +02:00
MishkaRogachev
532700f6c7
feat(ActivityCenter): Kicked from community notification
2022-10-28 00:25:10 +03:00
MishkaRogachev
9c8fee09cd
feat(ActivityCenter): Community membership status handling
2022-10-28 00:25:10 +03:00
MishkaRogachev
d4e4e66fc6
feat(ActivityCenter): Community membership notifications
...
Close #7277
2022-10-28 00:25:10 +03:00
Khushboo Mehta
aec7a30d03
feat(@desktop/wallet): Updated UI for bridge and multi routing support
...
fixes #7334
2022-10-26 18:48:30 +02:00
Michal Iskierko
6d2a2e6e03
fix(@desktop/general): Fix clicking deep links in chat
...
Clicking any deep-link in chat: /u, /c, /cc does not open browser but executes instantly
Fix : #6302
2022-10-25 08:26:16 -04:00
Sale Djenic
a60e5d49cf
feat(@desktop/keycard): create a new pairing code
...
Fixes : #7038
2022-10-19 13:24:41 +02:00
Sale Djenic
1f49f3fedd
chore(@desktop/keycard): keycard animations' details set as constants for easier maintaining
2022-10-19 13:24:41 +02:00
Sale Djenic
7377526553
feat(@desktop/keycard): create a 12-digit personal unblocking key (PUK)
...
Fixes : #7037
2022-10-19 13:24:41 +02:00
Sale Djenic
9b2a63c400
feat(@desktop/keycard): change pin flow added
...
Fixes : #7034
2022-10-19 13:24:41 +02:00
Lukáš Tinkl
7a407662e2
feat: New Profile Modal
...
Fixes : #7360
2022-10-17 12:05:54 +02:00
Sale Djenic
43011645f2
fix(@desktop/keycard): clicking `Get Keycard` button should direct to purchase page
...
Fixes : #7027
2022-10-14 13:49:23 +02:00
Sale Djenic
b1f8a476e8
feat(@desktop/keycard): rename keycard flow
...
Fixes : #7033
2022-10-13 19:58:45 +02:00
Michał Cieślak
f0e238dce6
chore(general): Remove profile pictures visibility options
...
From now on, if the image is available it should be displayed
uncoditionally.
Closes : #7609
2022-10-13 07:51:55 -04:00
Sale Djenic
0cb23e0f16
fix(@desktop/keycard): login flow
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
095578b517
fix(@desktop/keycard): onboarding flow `I already use Status` -> `Login with Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
9be07efec3
fix(@desktop/keycard): onboarding flow `I'm new to Status` -> `Generate keys for a new Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Boris Melnik
4cfa4e5451
fix(replies): Fire dataChanged when contact changed in reply
...
Closes : #7687
2022-10-12 10:54:24 -04:00
MishkaRogachev
9b227cbfd9
feat(ActivityCenter): Add CTA for contact request notifications
...
Close #7277
2022-10-07 15:09:56 +04:00
Pascal Precht
bf14b06d55
feat(CreateCommunityPopup): add discord import progress panel and discord message handling
...
This adds the UI plus all necessary models and signal handling to render
discord import progress in the desktop application.
It also introduces message handling for discord chat message types.
Requires status-im/status-go#2826 to function
Co-authored with @caybro
2022-10-06 09:13:57 +02:00
Sale Djenic
f11ff29cb4
feat(@desktop/keycard): check what’s on a Keycard
...
Fixes : #7032
2022-09-27 20:15:34 +02:00
Sale Djenic
a3b71c7d91
feat(@desktop/keycard): unlock keycard flow added
...
Fixes : #7031
2022-09-27 19:03:18 +02:00
MishkaRogachev
edbd9adbb6
fix(ActivityCenter): Getting any of AC notifications visible
...
Close #7016
2022-09-20 16:43:21 +03:00
Sale Djenic
03bb1e5bf0
feat(@desktop/keycard): authenticate flow added
...
- Added `Authenticate` flow
- `Setup a new Keycard with an existing account` updated so it includes `Authenticate` flow
from the point where is needed (when migrating a profile keypair)
- We are missing `Unlock Keycard` flow for this one, will be added once it is developed
2022-09-14 16:05:52 +02:00
Sale Djenic
405171dad7
fix(@desktop/keycard): updates to the onboarding/login flow
...
- login states updated so they can resolve enter pin state from each state
that flow may be in
- not a keycard state added
- login plugin state added
2022-09-14 16:05:52 +02:00
Khushboo Mehta
e9d3d7a0b0
bash: q: command not found
...
feat(@desktop/wallet): New design for Transaction History
fixes #7213
2022-09-09 00:04:25 +02:00
Sale Djenic
07a0cdc680
fix(@desktop/keycard): additional updates
...
- `Setup a new Keycard with an existing account` flow improved
- code review comments applied
- Qml part updated due to the latest `StatusListItem` changes in `StatusQ`
2022-09-06 15:06:13 +02:00
Sale Djenic
afa7928bae
feat(@desktop/keycard): keycard settings -> migrate keypair flow
...
- Added flow which covers `Setup a new Keycard with an existing account` from
the keycard settings part (though two sub-flows there are missing, `Unlock Keycard`
and `Authentication` cause we don't have them yet).
- Updated factory reset flow (part of shared module) that it can read and display metadata
from a keycard if they are set, with this update this flow is almost complete, we are missing
`Unlock Keycard` flow for it as well.
2022-09-06 15:06:13 +02:00
Pascal Precht
fa5b862d2c
feat(CreateCommunityPopup): introduce file selector and category panels
2022-08-26 10:59:41 +02:00
Sale Djenic
398f62806f
feat(@desktop/keycard): initial UI for the keycard settings
...
This is just a wireframe implementation, without any special functionalities.
Fixes : #7023
2022-08-24 14:18:06 +02:00
Igor Sirotin
42a1cf995c
fix(ChatMessagesView): Usage of `StatusMessage` WIP
2022-08-20 03:02:41 +03:00
Patryk Osmaczko
46e01afa04
feat(settings/profile): add social links' ui primitives
...
iterates: #6797
2022-08-17 13:18:32 +02:00
Sale Djenic
505b242246
fix(@desktop/keycard): implement new keycard factory reset flow
...
This partially covers factory reset flow. The part where user is able to select which accounts
wants to remove/keep from/on a keycard will be added later once we add the keycard settings part
for storing those data to a keycard.
Fixes : #6790
2022-08-11 13:57:37 +02:00
PavelS
da517f5888
fix(@desktop/welcome) adjust welcome page
...
Fixes #6820
2022-08-10 15:46:14 +03:00
Sale Djenic
70a1381e86
chore(@desktop/onboarding): splash screen used as app loading animation
...
Fixes #5753
2022-08-04 09:50:04 +02:00
Sale Djenic
db44bc25d3
feat(@desktop/keycard): initial keycard implementation
...
Keycard implementation affected onboarding/login flows.
- new user - first run - new keys into keycard
- new user - first run - import seed phrase into keycard
- old user - first run - login importing from keycard
- login the app using keycard
Fixes : #5972
2022-08-04 09:50:04 +02:00
Patryk Osmaczko
43de90e80e
feat(settings): add alpha and beta language sections
...
closes : #6662
2022-08-02 17:27:32 +02:00
Jonathan Rainville
16b2ca5c2c
feat(contacts): add respond to request and pending contact menu options
...
Fixes #6251
Adds the "Respond to Contact Request" and "Contact Request Pending" options to the MessageContextMenu
Also fixes some small issues with contact verification where the state of the incoming request was not correct
2022-07-29 09:43:35 -04:00
Sale Djenic
f9244e2c9f
fix(@desktop/onboarding): Onboarding/Login flow improvements
...
- startup, login and onboarding modules merged into the single one
- `State` class introduced which is the base class for all states, every state
determines what is the next state in each of 3 possible actions, and what
is the previous state, if it has previous state
- `StateWrapper` class is introduced as a convenient way to expose
`State`'s props and deal with them on the qml side
- startup module maintains states as a linked list and there are few convenient
methods to move through the list `onBackActionClicked`, `onNextPrimaryActionClicked`
`onNextSecondaryActionClicked`, `onNextTertiaryActionClicked`
- redundant code removed
Fixes : #6473
2022-07-22 08:13:27 +02:00
Anthony Laibe
ff12c85f07
fix(@wallet): move estimation time to status-go
2022-07-12 14:44:06 +02:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Jonathan Rainville
1e7c648300
feat: contact verification request and trust status
...
feat: contact verification
fix: add remove identity verified btn
fix: add toast message
feat: received verification request model
feat: finish identity verification flow
Fixes #4784
2022-07-06 10:43:33 -04:00
Michal Iskierko
45448db90a
feat(@desktop/general): Change user statuses
...
Handle user statuses from status-go: Always Online, Automatic, Inactive.
Handling updating own status on member list.
Issue #5886
2022-07-06 09:38:11 +02:00
Igor Sirotin
c7d2157d20
fix(MyProfileView): New design
2022-07-04 21:56:04 +04:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Sale Djenic
60ed62231e
fix(@desktop/wallet): estimated time for transaction is always Unknown
...
Fixes #5938
2022-06-22 16:02:25 -04:00
Noelia
9e89915414
fix(ChatInput): Mentions have very bad color/contrast ratio in dark mode
...
Modified color text into the corresponding tag.
Fixes #5877
2022-06-07 11:19:00 +02:00
Boris Melnik
49ca3e1c36
feat(Settings): Add communities settings
...
Closes : #4932
2022-06-02 18:58:50 +03:00
Noelia
ed39690071
feat(CommunitiesPortal): Communities Portal first UI approach
...
Closes #4936
2022-06-02 08:24:02 -04:00
Alexandra Betouni
046aa36565
feat(settings): Adding new Backup Seed Phrase section & modal
...
Closes #4918
2022-06-02 11:11:06 +03: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
Sale Djenic
aeba272ae4
fix(@desktop/notifications): move notifications settings to `status-go`
...
Fixes #5649
2022-05-26 12:07:19 +02:00
Boris Melnik
929b7895cd
feat(settings): Remove Help and Glossary
...
Part of: #5844
2022-05-25 17:44:10 -04: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
Sale Djenic
2904018173
fix(@desktop/settings): content on the right side for all subsections need to have the same geometry
...
Structure of the all subsection of the settings section has the same
high level structure
Fixes #5650
2022-05-10 20:47:29 +02:00
Sale Djenic
f366486277
fix(@desktop/onboarding): users can save an empty "Display Name" in new onboarding
...
- validators included for the display name field in the onboarding process
- in display name popup "Ok" button disabled by default
Fixes #5236
2022-04-04 13:19:44 -04: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
d35344834e
fix(onboarding): show warning when trying to re-encrypt existing account
...
Fixes #5029
2022-03-29 16:48:09 -04:00
Stefan Dunca
e5322276ec
fix(dev): silence cppApp undefined warning
2022-03-28 23:05:32 +03:00
Jonathan Rainville
e1b7475884
feat(profile): add Messaging settings view in profile
...
Fixes #4931
2022-03-17 14:59:45 -04:00
Richard Ramos
8183d4e317
chore: add status.prod fleet
2022-03-11 15:52:47 -05: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
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
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
Khushboo Mehta
d47ac2d5f7
feat(@desktop/wallet): cpp: Added apis for
...
1. Generate new API
2. Import accounts by PK
3. Import account by seed phrase
4. Add watch only address
5. delete account
6. current account
2022-02-24 10:53:18 +01:00
Richard Ramos
d4f8b63292
feat: add status.test fleet
2022-02-23 15:48:06 -05:00
Sale Djenic
6186bf9c8c
fix(@desktop/general): app/os notifications
...
Fixes #4409
2022-02-21 22:01:19 +01:00
Anthony Laibe
626541e3bd
chores(@wallet): remove wallet 2
2022-02-17 12:00:20 -05:00
Sale Djenic
d43b1eb25c
chore(@desktop/general): remove all timeline related code
...
Fixes #4709
2022-02-04 17:57:07 +01:00
Noelia
50fb0dc45f
fix(@desktop/CopyToClipboard): [base_bc] can't copy from Invite friends as well as App Version and Node Version
...
Root store propagation in order to use the global copyToClipboard method.
Modify InviteFriendsPopup to use StatusQ components.
Fixes #4529
2022-02-01 11:51:00 +01:00
Richard Ramos
ba863acd4e
fix: code review
2022-02-01 11:51:00 +01:00