Pascal Precht
c6053c6ec5
refactor: move `EnsResolver` into ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
4c5d6094ba
refactor: move `DownloadModal` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
549fa8712d
refactor: move `CropCornerRectangle` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
dc81cda66c
refactor: move `CopyToClipboardButton` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
1f8b4563e5
refactor: move `ContactsListAndSearch` into ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
5d05b415ba
refactor: move view and panels components into controls if they belong there
2021-10-14 12:51:27 -04:00
Pascal Precht
260ac75ca4
refactor: move `ContactSelector` to ui/shared/controls
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
3231ce20d3
chore: remove `ColorSelector`
...
This component doesn't seem to be used anywhere
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
0a9e4360ee
refactor: move `BalanceValidator` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
5332236e7a
refactor: move `AssetSelector` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
37d9cc1da2
refactor: move `AssetAndAmountInput` to ui/shared/views
2021-10-14 12:51:27 -04:00
Pascal Precht
263d3ff9d9
refactor: move `AddressSourceSelector` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
bd6136759a
refactor: move `AddressRequiredValidator` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
fd7edd1b56
refactor: move `AddressInput` into ui/shared/views
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
2d47223e1c
refactor: move `AccountSelector` into ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
e2f4c99981
fix(StatusEmojiSection): use correct twemoji asset path
2021-10-14 12:50:42 -04:00
Khushboo Mehta
80de3f75eb
fix(@desktop/wallet): move QML Wallet section to new architecture
...
fixes #3714
2021-10-13 13:53:01 -04:00
Michele Balistreri
122314c060
use StatusQ components
2021-10-06 08:32:32 -04:00
Michele Balistreri
101e77cc14
continue flow implementation
2021-10-06 08:32:32 -04:00
Michele Balistreri
ce1be698a6
handle signals and card states
2021-10-06 08:32:32 -04:00
Michele Balistreri
1e4dc0acbf
test connection/disconnection events
2021-10-06 08:32:32 -04:00
Michele Balistreri
2a027d44d0
add insert card dialog
2021-10-06 08:32:32 -04:00
Michele Balistreri
3d46e62345
draft authentication dialogs
2021-10-06 08:32:32 -04:00
¨Anthony
e0c5e9b9b0
fix(@desktop/wallet): gas error position
2021-09-28 15:36:11 -04:00
Eric Mastro
5b63bc14bc
fix(ui): Chat commands popup hide on second click
...
Partially fixes #3558 .
2021-09-28 15:35:47 -04:00
Eric Mastro
b8d4192c02
fix(ui): User presence popup hide on second click
...
Partially fixes #3558 .
2021-09-28 15:35:47 -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
Sale Djenic
e66f95c436
fix(@desktop/chat): scrolling of the chat with code blocks and reactions is repetitive
...
Fixes : #3594
2021-09-24 16:12:46 -04:00
Sale Djenic
faaaa24f39
fix(@desktop/chat): abnormal CPU usage and slowness
...
Fixes : #3626
2021-09-24 15:53:51 -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
Anthony Laibe
14c4ee6047
fix(@desktop/chat): Reopening gif popup open trending
...
fixes #3491
2021-09-20 12:11:54 -04:00
Anthony Laibe
c5fb6d4853
fix(@desktop/gif): fix background color on dark mode
...
fixes #3563
2021-09-20 10:41:10 -04:00
Anthony Laibe
5f95a1fb4f
feat(@desktop/chat): Allow to retry when query fail
...
fixes #3487
2021-09-20 10:21:55 -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
795c0d336c
fix(@desktop/chat): add new chat validation error
...
Translation was missing for "enter-a-valid-chat-key-or-ens-username”.
2021-09-17 10:17:15 -04:00
Khushboo Mehta
2448b710b4
fix(@desktop/chat): Fix for Leave chat is shown instead of Delete confirmation when deleting community channel
...
fixes #3365
2021-09-17 10:16:57 -04:00
Pascal Precht
33d800fcda
refactor(ConfirmationDialog): change dialog to `StatusModal`
2021-09-15 13:31:18 -04:00
Richard Ramos
285f54dab6
EIP1559
2021-09-10 13:42:19 -04:00
Alexandra Betouni
1557996cbc
fix(@desktop/chatInput) Pasting text with emoji was invisible
...
When text from clipboard that contained any emoji was pasted
in the chat input it was becoming invisible
Closes #3291
2021-08-31 14:25:16 -04:00
Khushboo Mehta
f4baf7c738
fix(@desktop/chat): Emoji reaction Menu is incorrect
...
Added logic to set parent ,x and y positions from the place where the menu is opened
fixes #2385
2021-08-31 13:45:32 -04:00
Anthony Laibe
c11267c13d
fix(@desktop/communities): Fix suggestion for communities
2021-08-31 13:22:26 -04:00
Khushboo Mehta
d8817a468e
fix(@desktop/chat) Reply to image doest show image in reply box
...
Added component to show both an image/sticker in the reply area.
Moved some components from app to shared folder so that they can be reused
fixes #3272
2021-08-31 12:14:48 -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
Pascal Precht
fb0cedf9a6
feat(@desktop/chat): allow for entering ENS names manually
...
This commit enables users to enter fully qualified ENS names manually
and marking them as mentions, which are then later being replaced with
pubkeys.
The changes do not prevent users from entering ENS names that don't exist.
There's also a fix that ensure prepended "@" signs are removed from the
items selected in the suggestions box.
Closes #3149
2021-08-26 15:05:29 -04:00
Khushboo Mehta
b69ef24e0e
feature(@desktop/onboarding): Right click doesnt paste into password field
...
Added a right click context menu to let the user paste from the clipboard to TextField of the password modal.
fixes #2702
2021-08-26 15:02:37 -04:00
Khushboo Mehta
0531d71e6c
fix(@desktop/chat): Text formatting menu should not disappear when performing actions
...
Qt's Menu closes the menu when action is triggered and to overcome this default behaviour added a custom event to be called when action is clicked.
Fixed some formatting related bugs.
fixes #2349
2021-08-26 15:00:34 -04:00
Richard Ramos
db3b7ecfd9
feat: Version Updating
...
Fixes #1290
2021-08-24 16:56:55 -04:00
Anthony Laibe
94f6041ec5
feat(@desktop/chat): Align chat member and suggestion
...
Removed all computation of suggestion from qml
Reuse user list in order to populate the suggestion box
As a side effect, the suggestion are not serialized from qml to
nim
Remove InputArea which seems not used anymore
2021-08-24 14:56:20 -04:00
Anthony Laibe
1ab9b82541
fix(@desktop/chat): fix offline indicator in dark mode
...
fixes #3239
2021-08-19 10:54:50 -04:00
Anthony Laibe
03cfead241
fix(@desktop/timeline): Fix leaving the timeline chat
...
fixes #3249
2021-08-19 10:50:11 -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
Khushboo Mehta
8caf95aace
feat(MessageContextMenu): Allow Copy and Download Image
...
Added copy and download Image functionality on right click of an image or its preview
closes #2672
2021-08-19 10:23:18 -04:00
Alexandra Betouni
f218fbf739
fix(desktop/chatinput) fixed automatic emoji replacement missbehavior
...
Closes #3203
2021-08-17 12:23:56 -04:00
Alexandra Betouni
581557cf7e
fix(desktop/chat)Adding custom syntax highligther to StatusChatInput
...
And disabling all previous text formatting
Closes #2920
Closes #3063
2021-08-17 12:20:08 -04:00
Alexandra Betouni
f82a23e361
fix(desktop/chatmessages) fixed stickers can't be used as reply
...
Closes #2404
2021-08-17 11:41:06 -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
c47a16298b
fix: viewProfileAction is not defined
2021-08-13 16:07:44 -04:00
Khushboo Mehta
09fb1a173c
fix(@desktop/wallet) Truncate long wallet amount
...
Added logic to convert large amounts to Millions and Billions
fixes #2667
2021-08-13 15:03:24 +02:00
Anthony Laibe
ee84818c06
feat(@desktop/chat): Save favorites and recents gif
2021-08-10 15:31:19 +02:00
Anthony Laibe
4958e4d941
fix(@desktop/settings): Enable stickers/ens on ropsten
...
fixes #911
2021-08-10 13:35:37 +02:00
Richard Ramos
0a27623628
fix: code review
2021-08-06 13:30:05 -04:00
Richard Ramos
d1b46c0226
feat: selector for online or invisible state
...
Fixes #3126
2021-08-06 13:30:05 -04:00
Anthony Laibe
5fc85af04b
fix(@desktop/communities): Remove search from invite
...
fixes #3053
Align invite popup with design
2021-08-04 14:41:13 -04:00
Anthony Laibe
b21e1d87c0
feat(@desktop/chat): Style gif widget component
2021-08-03 16:42:05 -04:00
Anthony Laibe
c5051d4d4f
feat(@desktop/chat): display gif with 3 columns
2021-08-03 16:42:05 -04:00
Andrei Smirnov
0ef1dee5ce
fix(@desktop/timeline): profile picture is not updated in timeline
2021-08-02 19:56:46 -04:00
Jonathan Rainville
164efde2c4
chore(theme): add dropShadow theme color and use it where needed
2021-08-02 17:02:01 -04:00
Anthony Laibe
9e53c23596
fix(@desktop/wallet): Do not allow decimal number for gas limit
...
fixes #3048
2021-08-02 16:49:03 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Pascal Precht
49a522e889
fix(@desktop/chat): ensure edit message input uses correct theme color
...
Fixes #2978
2021-07-28 16:45:49 -04:00
Richard Ramos
97f0a0435d
refactor: SNT transaction modal (for buying sticker packs and ens)
2021-07-28 11:56:17 -04:00
Jonathan Rainville
6dc5e1177b
fix(delete): fix deleting pins when deleting messages
2021-07-26 17:14:07 -04:00
Jonathan Rainville
93f602adf2
fix(delete): fix delete button color and typo in warning
2021-07-26 17:14:07 -04:00
Jonathan Rainville
523e94ae0c
feat: enable to delete messages
...
Fixes #2775
2021-07-26 17:14:07 -04:00
Jonathan Rainville
552b6e8af9
fix(edit): fix edit input text color in dark theme
2021-07-26 17:14:07 -04:00
Sale Djenic
3c2c8816d2
bug(@desktop/wallet): gas selector modal has text, divider and custom/suggestions toggle overlapped
...
Bug is easily reproducible if you try to buy some stickers, in that case suggestion text
overlaps divider and buttons, and if you don't enough balance warning about that will overlap
all that also.
Fixed by increasing hight of the appropriate modal.
Fixes : #2994
2021-07-26 13:20:21 -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
Pascal Precht
ee7fe04bd1
fix(CreateCategoryPopup): ensure validation message is position correctly
...
Fixes #2973
2021-07-21 12:18:02 -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
Andrei Smirnov
a3979511e2
fix(@desktop/wallet): modal is not being closed when clicking Add Account
2021-07-20 10:05:52 -04:00
Sale Djenic
abf89fa399
chore(@desktop/general): use different icons for Windows/Linux and MacOS
...
Icons are updated, mac uses rounded rect log, win and linux circle logo.
Fixes : #2833
2021-07-19 13:37:56 -04:00
Alexandra Betouni
81fe8976dd
[ #1945 ] Fixed ToolTip position when there is no space
...
Closes #1945
2021-07-19 13:25:47 -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
Sale Djenic
e9585e6209
feature(@desktop/communities): add loading state when import community
...
Toast message is added when user access an existing community using community's private key. Toast
message with message that importing community is in progress is displayed while community is being
imported and once it is imported toast is closed and new one, which will be closed in 4 seconds,
with message that community is imported is displayed.
Fixes : #2467
2021-07-19 12:27:45 -04:00
Alexandra Betouni
c1a6e57ca6
[ #2650 ] Fixed pasting rich text in text box
...
* Text copied from clipboard that included images
and other rich content was not visible in text
box when pasted, modified to keep only plain
text instead and removed unnecessary funtions
* Also removed unecessary Rectangle in Input
Closes #2650
2021-07-16 17:56:14 -04:00
Pascal Precht
c0da840a87
fix(ContactsListAndSearch): ensure component doesn't depend on `parent`
...
Also add default `height` as it otherwise breaks UI in other places.
2021-07-15 08:38:24 -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
Jonathan Rainville
3e33db039f
fix(search): fix 1-1 name, pic, icon and symbol
2021-07-14 17:42:55 -04:00
Anthony Laibe
66a0611d91
fix(@desktop/chat): Hide add contact button on private chat
...
fixes #2595
2021-07-13 17:20:23 -04:00
Andrei Smirnov
b27a52bfce
fix(@desktop/groups): wrong message when all contacts have been added to a group chat
2021-07-13 17:05:58 -04:00
Andrei Smirnov
42b92a5853
fix(@desktop/chat): odd logging
2021-07-13 17:05:58 -04:00
Andrei Smirnov
fcc2a9e025
fix(@desktop/timeline): timeline and images area bugfixes
2021-07-13 17:05:58 -04:00
Alexandra Betouni
40b2a5c778
[ #1608 ] convert text to emoji automatically
...
For example, typing :D should turn into 😁
Closes #1608
2021-07-13 11:42:46 -04:00
Jonathan Rainville
4277a6e7f4
feat(mentions): show mentions ordered by how it matches the filter
...
Fixes #2543
2021-07-13 09:41:52 -04:00