Patryk Osmaczko
869c3937df
fix(chat): prevent reloading chat&community sections
...
Lazily load chat and community sections but do not unload them,
otherwise all temporary data such as scroll position, text input,
cursor position, etc., would vanish
iterates: #10286
2023-04-19 11:13:01 +02:00
Patryk Osmaczko
ec7bd963e9
fix(chat): use loader for `ChatMessagesView` instead `ChatContentView`
...
fixes : #10285
2023-04-19 11:13:01 +02:00
Dario Gabriel Lipicar
da1839fbbb
feat(@desktop/wallet) reduce number of digits shown for large currency amounts
...
Fixes #8917
2023-04-18 10:11:18 -03:00
Lukáš Tinkl
a2a6287537
fix(StatusStickersPopup): fix reloading views with online status changes
...
- hide the market and other stuff that can't be used while offline
- recent stickers and already installed packs can still be used; they
will be sent when we return online
- when we return online, reload the views instead of closing the popup
- fix an evil NIM typo that prevented reloading the already installed
sticker packs
- remove the NIM parts that haven't been ported to the async nature; just
`loadStickers()` on the QMl side does the trick
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
7a5dbbd952
chore(StatusStickerButton): refactor to use StatusButton
...
- make it possible for StatusBaseButton to be icon-only (ie just icon, no
text, rounded if needed)
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
05e5b3dad6
fix(StatusStickerPackClickPopup): fix passing/parsing price
...
when trying to buy a sticker pack
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
bfe44ca4a8
fix(StatusStickerList): add scrollbar to the grid view
...
and remove unused properties
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
70fa0bf3b2
chore(StatusStickerMarket): add scroll bar
...
and extract the buyPopup component out of the delegate
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
e506bbfd6b
fix(StatusStickerPackClickPopup): fix crash
...
the button to (un)install would be either greyed out or result in a crash:
- we were passing the popup a wrong store (w/o networkConnectionStore)
- the condition to `greyedOut` was inverted
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
86a58d3298
chore(StatusStickersPopup): unify the footer height
...
and fix spacing
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
b2f5cd2b35
fix(StatusStickersPopup): prevent overlapping load error
...
Fixes: when the Mainnet is unavailable you see overlap between error and
the downloaded sticker packs
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
0cd7e3650a
fix(StatusStickerMarket): do not confirm enabling wallet
...
wallet is already enabled by default for users and there's no way to
enable it if it gets disabled by using an env var
2023-04-18 13:45:38 +02:00
Lukáš Tinkl
8d322092cf
fix: `packId` is a string in NIM backend
...
fixes the currently selected sticker pack not being highlighted in the
popup footer
The strict equality operator would no longer yield true here:
```
property int selectedPackId
...
selected: stickerPackListView.selectedPackId === packId
```
2023-04-18 13:45:38 +02:00
Igor Sirotin
56633f6ce3
fix(StatusQ): Remove debug postfix ( #10337 )
2023-04-18 13:35:23 +03:00
Patryk Osmaczko
e2697ae5aa
feat(chat): implement jump to mention
...
closes : #9069
2023-04-17 18:53:42 +02:00
Khushboo Mehta
2e68c97c8e
fix(@desktop/wallet): Wallet: user can click on dummy loading items from activity-history and open an empty transaction view
...
fixes #10083
2023-04-17 15:47:56 +02:00
Lukáš Tinkl
4424342dd6
chore: do not block main thread closing the popup
...
the marking as read can be done in a different thread
2023-04-17 15:42:59 +02:00
Lukáš Tinkl
99b4f1d864
chore(ActivityCenterPopup): fix memleak
...
the AC popup was being recreated on every click and never destroyed,
leading to:
- memory leaks
- slow operation on opening (it's not trivial to create)
Now we keep a reference the the created popup object, thus making it
faster to appear on every (second) click. It gets destroyed via its
parent at the application shutdown
2023-04-17 15:42:59 +02:00
Lukáš Tinkl
1a81508b5d
fix(ActivityCenterPopup): close the AC popup a second time the button is clicked
...
the Popup has to be modal and the overlay should catch/eat all the mouse
events to prevent them from propagating to the contents behind the popup
Fixes #9838
2023-04-17 15:42:59 +02:00
Michal Iskierko
7055a77a96
fix(@desktop/communities): Displaying toast messages when minting
...
Fix #9849
2023-04-17 15:11:35 +02:00
Anthony Laibe
2a6d00b939
feat(@wallet): add overview module
2023-04-17 13:31:49 +02:00
Mikhail Rogachev
70405ae053
fix(ActivityCenter): Fix displaying mention as a tag in AC ( #10310 )
...
Close #10297
2023-04-17 15:25:03 +04:00
Noelia
d5e5ba2796
fix(Mint/Airdrop tokens): Darkmode images
...
Updated images without background.
Closes #10299
2023-04-17 11:56:25 +02:00
Patryk Osmaczko
89efb1cd71
fix(chat): better integrate new messages marker with loading state
...
- new messages marker is reevaluated only if chat has unviewed messages
- loading state is reevaluated only when chat is made active, this fixes
case described here:
https://github.com/status-im/status-desktop/pull/10151#discussion_r1158702638
fixes : #10275
2023-04-14 19:38:45 +02:00
Igor Sirotin
aefa2b9f48
fix(StatusQ): StatusQ is QML module ( #10207 )
...
* StatusQ QML module
* qzxing is static lib again
* updated StatusQ resources
* fixed Emoji lookup
* added display to tests-imports ci
2023-04-14 11:18:56 +03:00
Sale Djenic
06ba89661b
chore(@desktop/wallet): object names added to wallet account related qml components
2023-04-13 19:51:10 +02:00
Sale Djenic
1225a71877
fix(@desktop/wallet): account name character limit not enforced
...
Closes #10281
2023-04-13 19:18:35 +02:00
Michał Cieślak
57425e77bd
fix(Permissions): proper dark/light mode switching in "New permission" view
...
Implementation of rounded corner line has been changed from Canvas to
plain Rectangle, fixing problem with Canvas not repainting when
dependent properties are changed.
Closes : #9668
2023-04-13 10:50:40 +02:00
Michał Cieślak
c38e0701d5
fix(Settings): Spacing updated according to the design
2023-04-13 10:50:40 +02:00
Lukáš Tinkl
a8eed304c0
feat: implement ProfileShowcase settings
...
Implement the UI part of Profile/Settings/Showcase:
- Communities/Accounts/Collectibles/Assets tabs
- drag and drop of items between "hidden" and "in showcase" sections
- ability to set individual items' visibility
- persistency (showcase saved across restarts), not exposed yet due to
missing backend API
Closes #9936
2023-04-12 11:39:37 +02:00
Lukáš Tinkl
d180001f84
feat(StatusMenuItem): add support for "checked" indicator
...
- it is displayed on the trailing edge, next to the main text, iff the
item/action is `checked`
- fix the text elide (must have a width set)
- fix for setting the icon name/source/color if we directly use a
(Status)MenuItem (as opposed to going via (Status)Action)
2023-04-12 11:39:37 +02:00
Dario Gabriel Lipicar
ed6ea5d90c
feat(@desktop/wallet): add support for more NFTs media types
...
Fixes #9836
2023-04-11 12:40:38 -03:00
Noelia
99a9f2ace0
feat(MintToken): Self destruct flow integration
...
- Enabled self destruct option.
- Added self destruct flow.
- Created needed methods in CommunityTokensStore.
Closes #10051
2023-04-11 16:19:30 +02:00
Noelia
54582db3a6
feat(MintToken): Created self destruct alert popup
...
Created self destruct alert popup.
Part of #10051
2023-04-11 16:19:30 +02:00
Noelia
7a77748d32
feat(MintToken): Created remote self destruct popup
...
Created remote self destruct popup.
Part of #10051
remoteselfpopu
2023-04-11 16:19:30 +02:00
Noelia
dbf05f4a58
feat(MintTokens): Holders panel updates
...
Added selector mode that contains a combobox and checkbox.
Part of #10051
2023-04-11 16:19:30 +02:00
Noelia
7882147eaf
feat(SQ/StatusItemDelegate): Added property to customize text horizontal alignment
...
Added property `textHorizontalAligment` to customize text horizontal alignment
2023-04-11 16:19:30 +02:00
Jonathan Rainville
fe64d0eb04
fix(mentions): fix @everyone inserting incorrectly sometimes
...
Fixes #10212
The problem was that we were detecting that the name was empty string and comparing to another empty string and inserting that, which is incorrect.
There was also a problem with the detection of the name being completely written. onKeyPressed didn't take into account the new letter added, onKeyReleased does.
2023-04-11 09:30:20 -04:00
Patryk Osmaczko
f9250e7dd4
feat(storybook): add ChatAnchorButtonsPanel
...
iterates: #9069
2023-04-11 13:35:04 +02:00
Alexandra Betouni
620cad159a
[StartChat]: fixed text input scroll
...
Closes #9885
2023-04-11 12:39:11 +03:00
Anthony Laibe
52c01f1dd5
feat(@wallet): make activity respect networks selector
2023-04-11 10:44:34 +02:00
Alex Jbanca
fb86d8745c
fix(MintTokensPanel): Update input fields validation
...
Closing: https://github.com/status-im/status-desktop/issues/9850
Password: 7 characters max, ascii printable characters
Name and description: ascii characters
2023-04-11 11:18:41 +03:00
Ivan Belyakov
056dad2ce2
fix(@desktop/wallet): fix first section in activity to be displayed as loading
...
Fix balance in loading state to use loading component instead of 0
Fix width of some components in loading state.
Remove property modelDataValid in favor of existing isModelDataValid.
Fix loading items not always properly removed before adding new
transactions.
Fixes #9617
2023-04-10 18:07:15 +04:00
Ivan Belyakov
89055e1b08
fix(@desktop/wallet): fix scrolling transactions list reset to top when
...
new ones are fetched.
Fixes #9617
2023-04-10 18:07:15 +04:00
Alex Jbanca
172c849c54
fix(AuthenticationIllustration): Final version of the authentication illustration
2023-04-10 12:13:51 +03:00
Lukáš Tinkl
3f66e41929
fix: don't trigger emoji replacement prematurely
...
... and support all emoji ASCII aliases
- previously we used to trigger the emoji replacement immediately which
led to various bugs like being unable to get the `🍻 ` emoji ;)
- we now trigger the emoji replacement after typing a certain sequence
followed by a space and then check that word for a possible emoji match
- as a result, we now fully support ASCII aliases, not only those having
a length of 2 (e.g. `:D`) but all the longer ones, like `O_O`, `:-#` or
even `-___-`
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
19e7c42cc2
chore: extract input cursor delegate into StatusCursorDelegate
...
- unified UI/UX; no code changes, just reduces code duplication
- use the correct OS/platform blink interval with
`Qt.styleHints.cursorFlashTime`
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
01e96318e9
don't steal chat input focus
...
when a new banner suddenly pops out in the middle of typing some chat
text
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
05b28e6f6c
fix: unbreak handling "up" key event in multiline text
...
pressing the "down" key was working fine, the "up" key to move the
cursor to the previous line was broken
don't force the focus if it already has it and let the parent TextEdit
internals handle the event if we are not interested in it
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
c8877aaf97
fix: speed up emoji parsing and replacements
...
extract the invariant/const parts out of the inner loop
(`emojiJSON.emoji_json.filter`); greatly speeds up typing speed
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
5dbc08dca3
chore: speedup channel switching
...
Correctly clear the chat input
We enable/disable the chat input on various occasions (switching
channels, communities, checking for the person being a contact, etc.).
When we do so, we clear the text of the input which causes all sorts of
internal handlers to get fired, namely the `onTextChanged` part which
parses the text, emojis etc... which is very time consuming. More fixes
here in the followup commits; but by using `clear()` it's much faster,
resets correctly the internal state and also doesn't fire when the input
had been empty already before. Found with QML profiler
2023-04-07 20:40:56 +02:00
Lukáš Tinkl
6385afebaf
fix "Unblock" chat button
...
the `AbstractButton::clicked()` signal has no params; that's a leftover
from previous implementation
2023-04-07 20:40:56 +02:00
Patryk Osmaczko
65415ef34b
fix(chat): load as much messages as view requires
...
fixes : #10221
2023-04-07 16:26:26 +02:00
Patryk Osmaczko
4a92405444
chore: extend Backpressure with `oneInTimeQueued`
2023-04-07 16:26:26 +02:00
Patryk Osmaczko
3e3c9e7bdf
fix(chat): use `scrollTo` mechanism for `firstUnseenMessage`
...
- it ensures enough messages are loaded when `firstUnseenMessage` is not
within the range of initially loaded messages
fixes : #10197
2023-04-07 16:26:26 +02:00
Alexandra Betouni
e35086f448
[StatusChatList]: added marks indicating unread msg and mentions
...
Closes #8265
2023-04-07 17:21:11 +03:00
Boris Melnik
cbdc3e61b5
fix(images): Display image placeholder when image from album not loaded
...
Fixes : #9990
2023-04-07 15:42:12 +03:00
Khushboo Mehta
98a2328517
fix(@desktop/wallet): Browser: can't do transactions in simpledapp
...
fixes #10192
2023-04-07 14:10:46 +02:00
Alex Jbanca
23f493f251
fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel
...
Part of https://github.com/status-im/status-desktop/issues/9912
2023-04-07 11:21:34 +03:00
Alex Jbanca
5ec4360d8c
fix(ChatMessagesView): Fixing scroll to message
...
Closing: https://github.com/status-im/status-desktop/issues/10131
2023-04-07 06:23:15 +03:00
Alex Jbanca
79ea3e7d66
fix(CommunityMembersSettings): Add member context menu + fix user click action
...
Part of https://github.com/status-im/status-desktop/issues/9912
2023-04-07 06:21:13 +03:00
Khushboo Mehta
a6429133e0
fix(@desktop/wallet): Wallet: Active account changes when clicking send transaction from a watched account
...
fixes #9815
2023-04-06 21:08:51 +02:00
Igor Sirotin
7ebfcd0183
fix(SendContactRequestModal): Implemented contact info request and loading UI ( #10177 )
2023-04-06 10:56:50 +03:00
Alex Jbanca
731846c54c
fix(StatusPasswordInput): Fix background image and content colors
2023-04-05 22:14:03 +03:00
Khushboo Mehta
2501520dda
fix(@desktop/wallet): Handle errors in ENS and stickers views. Disbale action and show tooltip.
...
fixes #8597 , #10034
2023-04-05 19:05:54 +02:00
Stefan
34c04f0af6
fix(Wallet) fix DerivationPathInput allow custom partial path
...
The non-standard derivation path was not allowed to be entered so paths
with custom indexes were not allowed.
Also implemented warning for non-ethereum coin
Added more tests for the new specifications
Other minor improvements and fixes
Closes #10135
2023-04-05 18:48:15 +04:00
Michał Cieślak
9f3d3514af
fix(CommunityPermissionsSettingsPanel): fixing duplicates detection and permission updating
...
It's integral part of
https://github.com/status-im/status-desktop/pull/10166 but not pushed
together by mistake.
2023-04-05 16:43:12 +02:00
Patryk Osmaczko
9419c9acaf
fix(chat): mark messages as read only if all messages have been viewed
...
fixes : #10150
2023-04-05 10:40:08 -04:00
Dario Gabriel Lipicar
6d7fda53f6
fix(@desktop): only allow dot as decimal separator for user input
...
Fixes #10125
2023-04-05 11:11:36 -03:00
Anthony Laibe
01422fdec3
fix(@wallet): hide empty account type
...
fixes #9704
2023-04-05 15:58:55 +02:00
Alexandra Betouni
840b9986dc
fix(MembersListSelectro): tag item should be removed only when x is clicked
...
Closes #8259
2023-04-05 15:30:04 +03:00
Michal Iskierko
4ceeb905dc
fix(@desktop/communities): Compute deployment fees in async way.
...
Improve showing errors when estimating fees.
Fix #10035
2023-04-05 12:42:02 +02:00
Michał Cieślak
8dafdfceb8
feat(CommunityPermissions): Switch to enable/disable 'Who holds' section
...
Closes : #8498
2023-04-05 11:46:20 +02:00
Michał Cieślak
43196d9e31
feat(StatusGroupBox): Use StatusIcon to gray out label when disabled
2023-04-05 11:46:20 +02:00
Sale Djenic
a2f5d81f7f
fix(@desktop/wallet): derivation path is not pre-selected by default when importing account in wallet
...
Closes : #10153
2023-04-04 20:26:58 +02:00
Lukáš Tinkl
894cb9eff3
fix: Remove syncing header from ‘Notifications and Sounds’
...
Fixes #9683
2023-04-04 19:00:32 +02:00
Sale Djenic
6885fda217
fix(@desktop/general): authenticate with previously stored pass/pin to a Keychain issue fixed
2023-04-04 15:37:36 +02:00
Sale Djenic
3f4dd40a3b
fix(@desktop/onboarding): pressing enter/return key issue fixed
...
- skipping some screens pressing enter/return key fixed
- pressing enter for all screens will trigger a primary button for that screen
2023-04-04 15:37:36 +02:00
Khushboo Mehta
0426d7de55
fix(@desktop/wallet): Remove auto retries for connections errors. In case of an error there are two things that can happen
...
1. The user can manually click on "Retry now"
2. We have a 10 in timer on wallet, after whichb all the data shown is refreshed
fixes #10124
2023-04-04 15:24:37 +02:00
Anthony Laibe
ef4ffce909
fix(@wallet): warnings from wallet
...
fixes #10086
2023-04-04 14:46:20 +02:00
Lukáš Tinkl
bef6092652
fix: Edit Community / Community Color selector dialogue does not need the back button
...
Fixes : #9790
2023-04-04 13:54:39 +02:00
Lukáš Tinkl
c964e99b0c
chore: make it possible to customize/remove the back button
2023-04-04 13:54:39 +02:00
Lukáš Tinkl
3252eaf340
fix: Excessive vertical spacing between subtitle and standard colour selector in all colour selectors
...
- use spacing as designed in Figma
- re-use StatusColorSelectorGrid title label component (not leaving extra
space behind whern empty)
- always use white text for the color previews (our color palette/picker
are designed for this)
- give Channel color dialog a title (as designed)
- use BE spelling (as designed, and to be consistent with the rest of the app)
Fixes : #9841
2023-04-04 11:32:55 +02:00
Lukáš Tinkl
7523b1a62b
fix: draw the inner radio indicator border
...
... as designed/intended in Figma
plus fix a TODO, use HoverHandler instead of a MouseArea to chaneg the
mouse cursor shape
2023-04-04 11:32:55 +02:00
Lukáš Tinkl
47c8747473
fix(CommunityTagsPanel): unbreak the tags panel
...
yet another little victim of the StatusScrollView regression; same
(similar) thing for the color panel
Fixes #9971
2023-04-04 11:31:12 +02:00
Lukáš Tinkl
cde9f810e6
fix(CreateCategoryPopup): move the delete button into footer
...
Adjust according to Figma design
- the asset size should be 40x40
- fix the listview's horizontal alignment
- fix the confirmation dialog(s!) title
Fixes #9887
2023-04-04 11:30:18 +02:00
Michał Cieślak
6768f62451
feat(Airdrops): Component for selecting recipient addresses and members
...
Closes : #9799
2023-04-04 09:56:47 +02:00
Lukáš Tinkl
0ebc5e4194
fix(StatusPasswordInput): enable mouse interaction
...
enables selecting text with mouse
Fixes : #9837
2023-04-03 21:24:46 +02:00
Lukáš Tinkl
13c8ce3b94
chore: handle numpad enter key as well
...
a TextField has an appropriate `accepted()` signal
2023-04-03 21:24:46 +02:00
Lukáš Tinkl
49651fe044
chore: use OS enum value
...
and not a string
2023-04-03 21:24:46 +02:00
Lukáš Tinkl
de5f0cb960
hotfix: unbreak showing encryption splash screen
...
those evil typos :)
Fixes #10039
2023-04-03 16:48:33 +02:00
Sale Djenic
52bb597106
fix(@desktop/general): clicking anywhere outside a modal dialog should close it
...
Fixes : #9702
2023-04-03 14:14:07 +02:00
Sale Djenic
cab6af212f
fix(@desktop/wallet): add account button is enabled in ambiguous state
...
Fixes : #10078
2023-04-03 14:13:53 +02:00
Sale Djenic
ea53fce030
feat(@desktop/wallet): edit account reusing new "Add Account" popup
...
Closes : #9847
2023-04-03 14:13:53 +02:00
Sale Djenic
3325241b0f
feat(@desktop/wallet): right click context menu - delete account option added
2023-04-03 14:13:53 +02:00
Sale Djenic
0ef3096756
feat(@desktop/general): copy button identified, will be mostly used as a built in component
2023-04-03 14:13:53 +02:00
Sale Djenic
d8b1e47984
feat(@desktop/wallet): right click context menu added for wallet accounts
...
Handled options from the context menu for wallet accounts:
- Copy address
- Add new account
- Add watch-only account
2023-04-03 14:13:53 +02:00
Alex Jbanca
5dc60f5782
fix(JoinCommunityView): Change Reveal Address button icon based on auth type
2023-04-01 08:33:06 +03:00
Patryk Osmaczko
b72fff3f04
feat(communities): extend community with active members count
...
closes : #8016
2023-03-31 22:03:10 +02:00
Khushboo Mehta
a6df4566dd
fix(@desktop/wallet): checkConnected API doesnt return correct values
...
fixes #9833
2023-03-31 19:59:49 +02:00