Khushboo Mehta
be7a56cc27
refactor: replace all the StatusImageIdenticon with StatusQ's StatusSmartIdenticon
...
closes #3848
2021-10-26 19:23:33 +02:00
Khushboo Mehta
7114240e72
refactor: Replace and remove StatusRoundButton under ui/shared/status
...
closes #3898
2021-10-26 18:58:16 +02:00
Pascal Precht
2db77fa31c
refactor: replace StatusIcon and StatusLoadingIndicator with StatusQ components
2021-10-26 10:47:47 -04:00
Pascal Precht
cbbbedcc79
cleanup: remove legacy `StatusCheckbox`
2021-10-26 10:47:16 -04:00
Pascal Precht
f3f5826c51
refactor(ui/shared): replace legacy StatusButton with StatusQ button
2021-10-26 16:07:56 +02:00
Khushboo Mehta
173943f1be
refactor: replace StatusIdenticon with StatusSmartIdenticon
...
closes #3882
2021-10-26 09:30:18 -04:00
Khushboo Mehta
781f86bd60
refactor: Remove and update usage of StatusSlider to its StausQ Component
...
closes #3896
2021-10-26 09:16:36 -04:00
Khushboo Mehta
ef4934cee4
refactor: Replace usage of StatusRadioButton under ui/shared to its corresponding StatusQ component
...
closes #3897
2021-10-26 14:37:15 +02:00
Khushboo Mehta
d12aaec87e
refactor: Remove and replace StatusSwitch from ui/shared/status
2021-10-26 14:33:55 +02:00
Khushboo Mehta
14b49b800a
refactor: remove StatusIconButton from ui/shared/status
...
fixes #3832
2021-10-26 08:27:11 -04:00
Pascal Precht
a8adc668e2
fix(ConfirmAppRestartModal): correct button type
2021-10-21 09:22:35 -04:00
Pascal Precht
44e43350f1
refactor(@desktop/profile): use StatusQ StatusButton
2021-10-21 09:22:35 -04:00
Alexandra Betouni
9cc361c40a
refactor(desktop/chat) Moving chat to new architecture
...
Closes #3710
2021-10-20 15:29:38 -04:00
Pascal Precht
20af5435a5
fix(@desktop/profile): fix bug in switch buttons for privacy settings
...
This bug was introduced with the profile refactor to use stores. Due to
copy and paste, the wrong expression is used in the settings to display chat
images. This commit corrects that.
2021-10-18 14:00:30 -04:00
Pascal Precht
166118d49c
fix(@desktop/profile): make profile image work again
...
There is a bug in the store property accessed for the profile image.
This commit corrects it. It also ensures that the image source used in the
`ImageLoader` component is correct.
2021-10-18 14:00:09 -04:00
Pascal Precht
61ccf9c757
refactor: move `StyledText` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
638e91717e
refactor: move `Separator` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
322a071aa3
refactor: move `SVGImage` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
4003f30d68
refactor: move `RoundedImage to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
fa3adb30e4
refactor: move `PopupMenu` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
e14616ee57
refactor: move `NoFriendsRectangle` to ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
cbfe90947e
refactor: move `ModalPopup` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
bdc7c799d2
refactor: move `Input` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
c74e00379d
refactor: move `ImageCropperModal` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
92a153fee5
refactor: move `GlossaryEntry` and `GlossaryLetter` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
ae31f7e1cb
refactor: move `ConfirmationDialog` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
9fbf1587e1
refactor: move `BlockContactConfirmationDialog` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
00a61daabd
refactor: move `Address` into ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
7e9570c83e
fix(PrivacyView): remove chevrons from items where not needed
2021-10-14 11:05:37 -04:00
Pascal Precht
4e8f2303e6
refactor(@desktop/profile): introduce new QML and store structure in profile section
...
Closes #3712
2021-10-14 09:29:05 -04:00
¨Anthony
4c55ad26bb
fix(@desktop/settings): Fix precision of volume
...
Also move soundtrack in assets and reuse audio component
2021-10-13 14:26:04 -04:00
Khushboo Mehta
ee5fef7dda
feat(@desktop/onboarding): refactor/restructure ui/onboarding to new architecture
...
closes #3799
2021-10-13 14:02:06 -04:00
Michele Balistreri
21b20fbc38
add feature switch for Keycard
2021-10-06 08:32:32 -04:00
Richard Ramos
2ccd7420c0
feat: wakuv2 rendezvous
2021-10-05 16:15:29 -04:00
Richard Ramos
a5d48a20b3
feat: wakuV2 light client mode
2021-10-05 16:15:29 -04:00
Richard Ramos
b783e9a884
temporarily disable custom mailservers
2021-10-05 16:15:29 -04:00
Anthony Laibe
22e8c8a7ff
fix(@desktop/profile): Split account and profile settings
...
Avoid to reveal which alias own which settings. The only settings
pre-login available is the storeToKeychain
Ideally we should also encrypt the profile settings
2021-10-01 10:29:05 -04:00
Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Michael Bradley, Jr
6625ae38be
feat(desktop/profile): add link in advanced settings so log directory can be opened directly
...
Closes #3509 .
2021-09-20 08:58:19 -04:00
Alexandra Betouni
46bdec6268
fix(desktop/profile) Bug in adding custom network
...
Network ID is not being displayed when adding a custom network
* Also replaced ModalPopup with StatusModal and other design
related updates (eg top margins etc) in NewCustomNetworkModal.qml
Closes #3456
2021-09-17 12:58:02 -04:00
Khushboo Mehta
15a1646d4a
fix(@desktop/profile): Blocked contacts counter doesn't show actual number
...
fixes #3421
2021-09-17 12:54:27 -04:00
Sale Djenic
8af104a16e
feat(@desktop/onboarding): support (optionally) OS keychain to login password
...
This feature works for MacOs only, for now.
On login, whether new or already created user may select between options:
"Store" - store password to the Keychain
"Not now" - don't store it now, but ask next time again
"Never" - don't store them ever and don't ask again
Selected preference may be changed later in:
`ProfileSettings > Privacy and security > Store pass to Keychain`
On the next app run, if `Store` was selected, a user will be asked to confirm
his identity using Touch Id in order to log in the app. If any error happens
he will be able to login using password.
Fixes : #2675
2021-09-17 12:45:34 -04:00
Eric Mastro
dbe9b54326
fix(@desktop/contacts): Double validation for incorrect ENS name
...
The string stored in the translation had been doubled-up, so when a validation error occurred, the doubled-up string appeared.
The fix removes the currently in use translation.
2021-09-17 10:17:15 -04:00
Anthony Laibe
5ce06a94cc
feat(@desktop/chat): download messages
...
fixes #3508
2021-09-16 16:37:58 -04:00
Richard Ramos
dc8294b6bd
fix: display current active mailserver
...
Fixes #3505
2021-09-16 16:29:33 -04:00
Alexandra Betouni
22994a4a14
feat(desktop/profile) adding password changed modal
...
Implemented new change password succcess confirmation
popup
Closes #3432
2021-09-15 15:20:33 -04:00
Pascal Precht
75b08df03d
fix(@desktop/profile): add missing logout confirmation dialog
...
Closes #3423
2021-09-15 13:31:18 -04:00
Pascal Precht
33d800fcda
refactor(ConfirmationDialog): change dialog to `StatusModal`
2021-09-15 13:31:18 -04:00
Pascal Precht
315c4014a7
fix(@desktop/profile): show ENS username in profile page if available
...
Closes #3424
2021-09-15 06:45:58 -04:00
Richard Ramos
285f54dab6
EIP1559
2021-09-10 13:42:19 -04:00
Pascal Precht
40dd69ca80
fix(@desktop/profile): change headline to settings
...
Fixes #3429
fix(@desktop/profile): change headline to settings
Fixes #3429
rename profile section to settings
2021-09-09 14:52:41 -04:00
Alexandra Betouni
6514eb6c5c
fix(desktop/wallet2) Updated wallet2 warning text
...
Also changed icon from wallet to cancel, to indicate
that the feature is incomplete
Closes #3431
fix(desktop/wallet2) Updated wallet2 warning text
Also changed icon from wallet to cancel, to indicate
that the feature is incomplete
Closes #3431
update wallet v2 description
2021-09-09 13:43:16 -04:00
Alexandra Betouni
87d0a87b59
fix(dektop/profile) Back up seed was gone
...
Brought back back up seed phrase indicator in profile
menu "Privacy and security"
Closes #3433
2021-09-09 13:27:50 -04:00
Andrei Smirnov
5ba1b8a13d
Addressed PR feedback.
2021-09-02 15:58:13 -04:00
Andrei Smirnov
6b3ba88556
Added app restart confirmation modal
2021-09-02 15:58:13 -04:00
Andrei Smirnov
979fea1cee
Bugfixes
2021-09-02 15:58:13 -04:00
Andrei Smirnov
f74d1a67a5
fix(@desktop): various UI scaling fixes
2021-09-02 15:58:13 -04:00
Pascal Precht
5b674cee5a
refactor(ProfileView): use StatusQ components to render profile menu
2021-09-01 11:02:10 +02:00
Richard Ramos
efcbb023a6
fix: message when username is locked, and remove preferred username when released
2021-08-31 12:04:03 -04:00
Richard Ramos
80343446ec
feat: release ENS names
2021-08-31 12:04:03 -04:00
Anthony Laibe
d0d4debdb4
fix(@desktop/wallet): Add wallet confirmation modal
...
For all actions related to the wallet, add a confirmation if the wallet
is not enabled
fixes #3258
2021-08-26 16:46:48 -04:00
Richard Ramos
db3b7ecfd9
feat: Version Updating
...
Fixes #1290
2021-08-24 16:56:55 -04:00
Khushboo Mehta
d4de0c25a4
fix(@desktop/profile): Enter key doesnt activate button
...
Added code so that in the backup seed phrase modal all actions can be performed with the enter key.
Also added logic for default focus on the confirm button in the ConfirmationDialog.
fixes#2359
2021-08-19 10:40:12 -04:00
Sale Djenic
04ca90a7d0
fix(@desktop/general): Changing System Appearance on the fly is not working
...
App is responsive to the OS theme change event.
Now we're following system set theme when the app is started.
Corresponding part on the side on nimqml is added.
Corresponding part on the side on dotherside is added.
On the side of dother side we had kind of a memory leak, cause objects added to
the filter were not deleted ever. When the app is closing, it just removes
filters, but doesn't delete them.
I faced a logical issue, that we were sending qmlengine pointer to the
installEventFilter method, instead object which may or may not rely on the
qqmlengine instance, that is fixed also.
Fixes : #1725
2021-08-16 16:27:14 -04:00
Andrei Smirnov
b7ca0aaf14
Addressed PR feedback
2021-08-16 15:32:21 -04:00
Andrei Smirnov
84472fbcb9
Removed odd Qt.callLater
2021-08-16 15:32:21 -04:00
Andrei Smirnov
8310a36bde
feat(@desktop): change password
2021-08-16 15:32:21 -04:00
Anthony Laibe
28a4362b64
feat(@desktop/profile): handle blocked contact
...
fixes #3047
2021-08-16 14:03:52 -04:00
Richard Ramos
eee22f1cc8
fix: display ENS on contact search results
...
Fixes #3045
2021-08-16 12:58:42 -04:00
Richard Ramos
50b6b59abf
feat: add wallet v2 tab
2021-08-16 09:45:06 -04:00
Anthony Laibe
4958e4d941
fix(@desktop/settings): Enable stickers/ens on ropsten
...
fixes #911
2021-08-10 13:35:37 +02:00
Richard Ramos
d1b46c0226
feat: selector for online or invisible state
...
Fixes #3126
2021-08-06 13:30:05 -04:00
Anthony Laibe
7df028df77
fix(@desktop/profile): Add scroll bar for advance settings
2021-08-06 12:33:44 -04:00
Anthony Laibe
ca66d286f7
fix(@desktop/profile): fix click on contact
...
fixes #3158
First change area then activate the channel
2021-08-05 16:58:51 -04:00
Richard Ramos
fda70c66b3
fix: code review
2021-08-05 15:12:34 -04:00
Richard Ramos
481184df25
fix: disable dynamic translations on linux
2021-08-05 15:12:34 -04:00
Anthony Laibe
b3ea8f9502
fix(@desktop/profile): handle empty text in add contact properly
...
fixes #3046
also fix the fact that the query is only triggered when the text is changed
vs when pressing any key
2021-08-03 16:29:25 -04:00
Richard Ramos
eb9734a72d
feat: bandwidth stats
...
Fixes #2935
2021-08-03 15:41:56 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Richard Ramos
af6978a367
fix: various issues
2021-07-29 09:08:27 -04:00
Richard Ramos
2b1945425c
fix: Display current user's ENS in profile and share URL
...
Fixes #2503
2021-07-29 09:08:27 -04:00
Sale Djenic
496d3c8441
fix(@desktop/chat): click on "Notification settings" doesn't take the user to that section
...
Click on "Notification settings" in activity center takes user to profile tab, but not to the
notification section there, but to the last selected section. That is fixed now. Also marking
selected section within profile section is fixed now.
Fixes : #3049
2021-07-29 09:05:16 -04:00
Richard Ramos
97f0a0435d
refactor: SNT transaction modal (for buying sticker packs and ens)
2021-07-28 11:56:17 -04:00
Iuri Matias
d7c368bcb6
bump to beta.11
2021-07-27 11:42:41 -04:00
Anthony Laibe
54570bce6e
fix(@desktop/translation): update translation
...
fixes #2993
2021-07-23 16:35:23 -04:00
Anthony Laibe
58506fbd97
feat(@desktop/chat): Display gif popup next to emoji
2021-07-23 15:27:56 -04:00
Alexandra Betouni
03b0d272f9
[ #2549 ] Muted contacts and chats modal was missing indicative text
...
Muted contacts and Muted chats modals were blank when
nothing added to list, added indicative text label
Closes #2549
2021-07-23 14:27:57 -04:00
Alexandra Betouni
03db6a4985
[ #2707 ] Added "My Profile" button in new chat popup
...
My profile link was not shown when starting 1x1 chat
having someone in contacts as it is currently the case in
mobile app
Closes #2707
2021-07-23 14:19:33 -04:00
Richard Ramos
07c399530b
fix: load old user status, and fix code review obs.
2021-07-22 13:48:53 -04:00
Richard Ramos
7aaca9ec4d
toggle switch to control if status should be broadcasted or not
2021-07-22 13:48:53 -04:00
Richard Ramos
c21f80e7da
feat: select bloom filter level
2021-07-21 15:09:23 -04:00
Richard Ramos
d8053f5291
fix: getNodeConfig
2021-07-21 15:09:23 -04:00
Richard Ramos
561991da67
Add wakuv2 fleets
2021-07-21 15:09:23 -04:00
Richard Ramos
6564bd8497
fix: make gas selector visible in transaction modals
...
Fixes #2434 . Modals that were affected by this issue were
- RegisterENSModal (for registeing an ens username)
- SetPubKeyModal (for changing the contact code of an already owned ens)
- StatusStickerPackPurchaseModal (for acquiring a sticker pack)
2021-07-20 10:29:54 -04:00
Sale Djenic
1acbc76cc9
chore(@desktop/general): run translation script
...
All untranslated properties are translated now using translation scripts.
2021-07-19 12:27:45 -04:00
Richard Ramos
2f2b3726df
feat: waku bloom filter mode switch
2021-07-15 09:41:39 -04:00
Alexandra Betouni
d866a9f59e
[ #2376 ] Removed invalid error message when adding new contact
...
* Also removed from adding new chat
Closes #2376
2021-07-14 18:21:19 -04:00
Anthony Laibe
869ae63518
fix(@desktop/profile): Unmuted chat from profile -> notification
...
fixes #2557
2021-07-13 17:20:13 -04:00
Jonathan Rainville
0368c0beaa
fix(backup-seed): fix some wrong colors in the the backup seed modal
2021-07-12 17:11:28 -04:00
Richard Ramos
2fcbe4ac16
feat: user list
2021-07-07 06:19:41 -04:00