Ivan Belyakov
1c7c0d7d81
fix(@desktop/statusq): Change id for StatusListItem to root.
...
Fix some equal signs to be === and !==.
Removed iconHoverEnabled property for StatusListItem.
Fixes #8599
2023-03-01 13:59:49 +03:00
Ivan Belyakov
19436c0e58
fix(@desktop/statusq): Reverted StatusSmartIdenticon to use icon
...
with mouse area instead of button.
Added a missing bgRadius assignment.
Fixes #8599
2023-03-01 13:59:49 +03:00
Ivan Belyakov
b901f32dd8
fix(@desktop/statusq): Fix StatusBaseInput marked dirty in case of
...
rich text if visual input is empty
Fixes #8599
2023-03-01 13:59:49 +03:00
Ivan Belyakov
bfdd9092e1
fix(@desktop/statusq): Fix StatusQ and shared components as part of
...
new saved addresses UI implementation
- Fixed StatusInput and StatusBaseInput to respect rich text.
- Fixed AddressInput's height that breaks the layout when inside
of QtQuick Layout.
- Added support for icon clicks in StatusListItem.
- Fixed broken right alignment in ContactsListAndSearch.
Fixes #8599
2023-03-01 13:59:49 +03:00
Lukáš Tinkl
2a1ea3b0ae
fix(StatusChatList): Missing space between channels in StatusChatList
...
- add an extra space for the item height to fix spacing; can't do this
using regular `spacing` due to height of collapsed categories
- remove dead code
Fixes #9657
2023-03-01 11:42:39 +02:00
Ivan Belyakov
5281cae198
fix(@desktop/wallet): Fix send modal to display all balances in
...
advanced mode, independent of network selection.
Fix missing break in for loop in token model
Fixes #8858
2023-03-01 11:55:17 +03:00
Jonathan Rainville
e9f4426e61
refactor(devices): make loading devices lazy load and async
...
Fixes #9439
2023-02-28 17:06:16 -05:00
Jonathan Rainville
5352ba8c6f
refactor(chat-model): simplify chat model and put category as an Item
...
Fixes #9494
2023-02-28 11:58:40 -05:00
Noelia
db3be56d42
feat(MintTokens): Create new collectible screen
...
Created new form screen for minting collectibles.
Closes #8733
2023-02-28 14:17:47 +01:00
Noelia
83bdc7f104
feat(Wallet/NetworkFilter): Extended component API
...
Extends API to allow single UI selection network into `NetworkFilter` and `NetworkSelectPopup` updated.
2023-02-28 14:17:47 +01:00
Noelia
2398b8bd46
fix(SQ/StatusIntValidator): Validation function fixed
...
Validation function fixed
2023-02-28 14:17:47 +01:00
Noelia
aecb4816e0
feat(SQ/StatusImageSelector): Created new statusq component `StatusImageSelector`
...
Created new `StatusQ` component `StatusImageSelector`.
Closes #9629
2023-02-28 14:17:47 +01:00
Sale Djenic
3441c2e182
feat(keycard): remove balance from factory reset flow if user is not logged in
...
Closes : #9633
2023-02-28 11:43:58 +01:00
Noelia
d6467923e4
fix(Chats): Drag/drop image files is only available for community channels
...
- Drag/drop images are available from all chat types (1:1 , group chats and community channels).
- In case of community settings views, it is disabled.
Fixes #9630
2023-02-28 11:20:23 +01:00
MishkaRogachev
a70bbd448c
feat(ActivityCenter): move activity category counters on the backend
2023-02-28 14:08:49 +04:00
MishkaRogachev
bb9d6b3121
feat(ActivityCenter): Review fixes
2023-02-28 14:08:49 +04:00
MishkaRogachev
c5a32ff8cb
feat(ActivityCenter): Switch on backend filtering for the AC notifications
2023-02-28 14:08:49 +04:00
MishkaRogachev
0529ea4be5
feat(ActivityCenter): Storing activity center group in the service level
2023-02-28 14:08:49 +04:00
MishkaRogachev
a0647d241e
feat(ActivityCenter): Remove UI-side AC notifications filtering & sorting
...
Close #8510
2023-02-28 14:08:49 +04:00
Alex Jbanca
2accc52b15
fix(UnfurlingUrls): Fix community invitation when community cannot be fetched
2023-02-28 10:06:02 +02:00
Sale Djenic
c83794470b
chore(keycard): sync keycard with the current app state updated
...
This commit resolves a crash happened due to connection to
`SIGNAL_WALLET_ACCOUNT_TOKENS_REBUILT` when keycard sync
flow was run in the background.
Also updated the keycard synchronization process with the current state of
the application and is the first step of many which leads towards completion
of entire syncing feature.
2023-02-27 17:02:47 +01:00
Pascal Precht
cf5271cfea
refactor(communities): load curated communities asynchronously
...
This makes loading of curated communities asynchronous as the task
can take quite a while.
Closes #9341
2023-02-27 10:24:32 -05:00
Dario Gabriel Lipicar
fa1c3beb25
feat(@dekstop/wallet) use user input resolution for Send/Bridge modals
...
Fixes #9459
2023-02-27 08:22:41 -03:00
Dario Gabriel Lipicar
ed1a0d04a0
fix(@desktop/wallet): avoid storing CurrencyAmount objects in QML
2023-02-27 08:22:41 -03:00
Michal Iskierko
147288b47b
feat(@desktop/community): Saving community tokens in database
...
Model with community tokens was moved to section_item - every section has its own model.
Every deployed smart contract is saved to database with "In Progress" state.
The app listenes to deployed transaction and updates contract state in database to "Failed" or "Deployed".
Corresponding model is updated.
Issue #9233
2023-02-27 11:01:35 +01:00
Alex Jbanca
4fca725b55
fix(DidYouKnowSplashScreen): Implement UI changes
...
1. Update messages
2. Increase messages shuffle time to 7 sec
3. Add fade in animation to DidYouKnow messages
4. Update storybook page
2023-02-27 10:44:58 +02:00
Alexandra Betouni
7c87bc8987
fix(scrollview instances): fixed dropdown&popup height
...
Fixes InDropdown & OutgoingContactVerificationRequestPopup
2023-02-23 20:52:29 +02:00
Anthony Laibe
7c3a6795f4
fix: qml warning about StatusRoundButton
2023-02-23 18:23:00 +01:00
Khushboo Mehta
2dbf2d4635
fix(@desktop/wallet): Remove the 'Load More' button from the Activity view and replace with automatic loading when the user scrolls down using a skeleton loading state
...
fixes #8987
2023-02-23 18:04:08 +01:00
Anthony Laibe
d9ed23b2d6
fix(@wallet): trim tx data
2023-02-23 14:53:45 +01:00
Lukáš Tinkl
abd1672e90
fix: provide correct content/implicit sizes
...
- fixes a regression from a recent StatusScrollView where the progress
dialog contents would no longer be visible due to broken height
calculation
- do it so in a way that no longer produces binding loop warnings (should
help with error items being truncated on first opening)
Fixes : #8129
2023-02-23 15:05:31 +02:00
Lukáš Tinkl
8097d640eb
chore: remove unusued imports
2023-02-23 15:05:31 +02:00
Lukáš Tinkl
7d9fe2d8ca
chore: update en translations
...
some plurals were missing (mostly some "n member(s)")
2023-02-23 15:05:31 +02:00
Michał Cieślak
ad006cf105
fix(CommunityTokenPermissionsPopup): required models provided, storybook page fixed
2023-02-23 11:51:30 +01:00
Michał Cieślak
e352dcfc11
chore(CommunityPermission): Use typed properties for CommunitiesStore
...
Additionally, pass assets/collectibles models to HoldingsDropdown
directly instead of store to reduce dependency.
2023-02-23 11:51:30 +01:00
Michał Cieślak
44a13eedfc
chore(CommunityPermissions): Dissect real and mocked CommunitiesStore, adapt Storybook's pages
...
Closes : #9612
2023-02-23 11:51:30 +01:00
Michał Cieślak
9693e19ba5
fix(CommunityPermissions): Adjust store API to not take models as parameters, move conversion to the caller
...
Closes : #9611
2023-02-22 18:27:19 +01:00
Michał Cieślak
34676d0ec7
fix(CommunityPermissions): clean warnings by preventing assigning when some roles doesn't exist
...
Closes : #9608
2023-02-22 14:43:40 +01:00
Michał Cieślak
1e7e2084a7
fix(CommunityNewPermissionView): Use only key/amount to compare holdings when tracking duplicates
2023-02-22 14:43:40 +01:00
Michał Cieślak
c85a8d3647
fix(StatusQ/Utils): Fix ModelChangeTracker and ModelUtils to handle properly
2023-02-22 14:43:40 +01:00
Michał Cieślak
51928f5c20
fix(StatusQ): Removed nonexisting/unused imports from Sandbox pages
...
Closes : #9594
2023-02-22 13:35:14 +01:00
Lukáš Tinkl
340866612b
feat: relative or absolute timestamping depending on time/date proximity
...
- implement LocaleUtils.formatRelativeTimestamp() that does all the heavy
lifting
- use it in StatusTimeStampLabel -> propagates to all message timestamps
(chat, activity center, settings, etc)
Closes #9397
2023-02-22 12:27:37 +01:00
Khushboo Mehta
4c0bd1058f
fix(@desktop/wallet): Preferred network doesn't reflect in advanced view
...
fixes #9456
2023-02-21 17:47:30 +01:00
Lukáš Tinkl
79645b53ce
fix: truncation of channel description and pinned message text
...
The chat title/subtitle no longer bleed into the action buttons
- handle long texts in chat description, elide them and show the whole
text in a tooltip
- minor UI fixes in ChatHeaderContentView and StatusToolBar
- adjust Sandbox' Controls page
Fixes #9583
2023-02-21 16:53:06 +02:00
Lukáš Tinkl
ff75e862e5
fix(StatusLinkText): no duplicate import
...
- do not shadow/redefine builtin property `linkColor`
- minor typo fixes
2023-02-21 16:53:06 +02:00
Noelia
852a826126
fix(CommunityPermissions): Update initial page dark mode image
...
Closes #8497
2023-02-21 08:46:52 +01:00
Michał Cieślak
e2811fa290
feat(CommunityPermissions): Handle update/remove by permission's key instead of index
2023-02-20 22:54:43 +01:00
Michał Cieślak
03e1636cff
feat(StatusQ): Add cpp model utils to allow handling ListModel and generic QAbstractItemModel uniformly
...
Closes : #9562
2023-02-20 22:25:56 +01:00
Michał Cieślak
89b767cf2a
chore(StatusQ): register StatusQ's cpp types for SanityChecker
2023-02-20 22:25:56 +01:00
Patryk Osmaczko
9f97ce2cde
fix(StatusQ/Sandbox): move and update build script
2023-02-20 20:36:05 +01:00