Cuteivist
db350dc36e
feat(@desktop/wallet): Fetch multi tx details ( #12002 )
...
closes #11897
2023-08-30 14:10:59 +02:00
Lukáš Tinkl
a42ac076ca
fix(shared-addresses): wrong account color and type
...
- rename `watchOnlyAccounts` to `nonWatchAccounts` to reflect what the
property returns
- some warning fixes
Fixes #12023
2023-08-30 10:30:50 +02:00
Lukáš Tinkl
5aec48da35
fix(chat): Download/invite popup small issues
...
- make the popup centered across the whole window
- fix (and extract) the get/download link to `Constants`
- fix some memleaks
Fixes #11926
2023-08-29 15:19:41 +02:00
Lukáš Tinkl
a210189137
fix(i18n): timestamp stripping year part
...
Use locale-neutral `getDayMonth()` plus the time part as there's no way
to programatically check for date parts separator.
Fixes #10615
2023-08-29 15:19:24 +02:00
Michal Iskierko
da30b8d2d8
fix(@desktop/communities): Pass addressFrom from UI to contract calls.
...
Use address set in UI instead of deployer.
Fix #11827
2023-08-25 15:48:51 +02:00
Sale Djenic
6b570d1114
fix(@desktop/wallet): notification centre item relating to import of keypair to another of the user's synced devices (point 1)
...
Point 1 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
365fd37f99
fix(@desktop/wallet): importing keypairs after Waku backup (point 10)
...
Point 10 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
aec5dc62c9
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet) (point 9)
...
Point 9 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
fadad5f4f6
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet settings) (point 8)
...
Point 8 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
70343c4b4f
fix(@desktop/wallet): QR dialog - how to generate the QR on the other synced device instructions (point 5)
...
Point 5 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
228de3715b
fix(@desktop/wallet): QR dialog (point 4)
...
Point 4 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
f21e10f80d
fix(@desktop/wallet): orange alert message on non-imported keypair (point 2)
...
Point 2 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
c469cb32d3
fix(@desktop/wallet): log warnings for a `null` keypair fixed
2023-08-24 10:07:31 +02:00
Alex Jbanca
5fb057f61f
feat(MembersTab): Update pending states based on new design
...
Adding the pending state indicator as a separate item in the members tab listView.
Removing the pending indicator from Buttons.
2023-08-22 21:55:52 +03:00
Shinnok
1a781c509f
Ask for confirmation before clearing chat history ( #11891 )
...
* Adjust cancel button for chat delete/leave dialog
Show the Cancel button for both 1-to-1 chats
and channels. Also use the "normal" cancel
button type instead, otherwise both confirm and
cancel dialog actions are buttons in red color.
* Ask for confirmation before clearing chat history
Also move the context menu action to the
bottom section along with delete/leave chat,
since both are irreversible operations.
* Adjustments to chat context menu
- To show the vertical section separator if either
"clear history" or "delete/leave" destructive actions are
enabled.
- Show either the "clear history" or the "delete/leave"
actions in red, but not both at the same time.
2023-08-22 14:24:06 -04:00
Mykhailo Prakhov
3f5df7e3ef
feat: owner and token master permissions ( #11942 )
2023-08-22 20:09:34 +02:00
Igor Sirotin
7e34260aef
feat: Unfurl GIFs locally ( #11977 )
2023-08-22 11:46:26 -04:00
Mikhail Rogachev
cc83098263
feat(Communities): Improvements for token holders list ( #11923 )
...
* feat(Communities): Refactor token holder list item to separate file
Close #11858
* feat(Communities): Use contact details for community member info
* feat(Communities): reuse StatusMemberListItem for member token holder
* Review fixes
Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>
---------
Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>
2023-08-22 18:34:37 +03:00
Sale Djenic
a1bf7bed19
feat(@desktop/syncing): make a not operable account fully operable, part 3
...
Closes the third part of #11779
2023-08-22 12:22:32 +02:00
Sale Djenic
c207a4aefc
chore(@desktop/syncing): syncing qr code related qml files move to shared location
2023-08-22 12:22:32 +02:00
Sale Djenic
fb78df01e9
chore(@desktop/syncing): syncing related qml files move to shared location
2023-08-22 12:22:32 +02:00
Igor Sirotin
3560786e2a
feat: Unfurl images ( #11940 )
2023-08-22 10:26:54 +03:00
Jonathan Rainville
7274e6156e
feat: hook edit shared addresses to backend ( #11951 )
...
Fixes #11822
2023-08-21 16:03:08 -04:00
Jonathan Rainville
8332a685c4
Hook pending join request backend to new UI ( #11914 )
...
Fixes #11851
2023-08-21 15:07:40 -04:00
Boris Melnik
95f829665b
feat(communities): Update permissions list for spectated community tokens model ( #11803 )
...
Fixes : #11480
* hook up join popup to permission model
* fix chats not being put in the permission model
* make it work with channel permissions as well
---------
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2023-08-21 14:54:57 -04:00
Michał Cieślak
988e7ac8d0
chore(Utils): remove backend-dependent escapeHtml method from Utils
...
StringUtils::escapeHtml from StatusQ is used istead
2023-08-18 17:07:20 +02:00
Michał Cieślak
79a195b7c9
fix(Utils): Sanitize string representing amounts in FeeRow
...
Closes : #11929
2023-08-18 17:07:20 +02:00
Michał Cieślak
0cba5eccbd
feat(StatusQ/Utils): Add StringUtils to expose string-related C++ routines
...
So far methods like escapeHtml were available via backend, creating
unnecessary dependency on backing in UI components.
2023-08-18 17:07:20 +02:00
Michał Cieślak
02d16cb22f
fix(Airdrop): Use remaining supply to display and validate amounts
...
Closes : #11917
2023-08-18 15:53:13 +02:00
Anthony Laibe
678f751121
feat(@wallet): mask api keys
2023-08-18 14:30:44 +02:00
Cuteivist
faf4933262
fix(@desktop/wallet): Show networks for Bridge txs ( #11898 )
2023-08-18 10:56:57 +02:00
Alex Jbanca
33b8ca84e8
feat: Disable community membership request actions when the request is in action pending state
...
The actions are disabled by default. The proper visibility can be set when the backend implementation is done.
+ Fix one issue where the button tooltip was triggered when the pending state button is not visible
2023-08-17 21:14:43 +03:00
Michał Cieślak
81cc2070e9
fix(Communities): Remotely destruct popup for regular collectibles integrated
...
Closes : #11924
2023-08-17 17:26:30 +02:00
Michal Iskierko
d031072514
fix(@desktop/communities): Restart fee timer only when the dialog is opened
...
Fix #11921
2023-08-17 14:11:11 +02:00
Lukáš Tinkl
5b2a7b9264
fix: the member search is adding empty spaces on the search results
...
Also fix other smaller issues found in this panel:
- display correct user name (not just `model.displayName`)
- do not display tooltips for invisible buttons
- vertically center the action buttons
- use `SearchBox` for consistency
Fixes #11848
2023-08-17 14:05:40 +02:00
Lukáš Tinkl
4d770e6a7f
fix: don't display bogus empty tooltip with no text
2023-08-17 14:05:40 +02:00
Michał Cieślak
1c50ec17a8
chore(Communities): Refactor amounts handling for displaying, minting, airdropping and burning
...
Closes : #11491
2023-08-17 11:26:25 +02:00
Lukáš Tinkl
f3526d6e01
fix(Mint token): Network selector not shown properly
...
Fixes 2 problems, mainly visible when switching between test and non-test
networks:
- do not display network icons in single selection mode
- make really sure the default chain is Optimism
Fixes #11846
2023-08-17 10:29:05 +02:00
Mikhail Rogachev
f4b028bd71
feat(CommunityTokens): Display community member contact data for token holders list ( #11787 )
...
* feat(CommunityTokens): proposal of CommunityCollectibleOwner
Close #11143
* feat(Communities): implement viewProfile from token holders list
* fix: re-request community token owners after a contact get removed from a community
2023-08-17 11:24:14 +04:00
Cuteivist
beaca31664
fix(@desktop/activity): Fix filter layout and added recipient search ( #11883 )
2023-08-16 16:06:56 +02:00
Michal Iskierko
a7b5ab30a0
fix(@desktop/communities): Set up isTokenMasterOwner flag correctly in UI
...
Fix #11276
2023-08-16 12:11:12 +02:00
Michał Cieślak
197c211fbc
fix(EditOwnerTokenView): Fee errors handling fixed
...
Closes : #11823
2023-08-16 10:20:48 +02:00
Dario Gabriel Lipicar
238ffeb01e
feat:(@desktop/profile): dedicated collectibles model for profile showcase
...
Closes #11637
2023-08-15 11:07:53 -03:00
Michal Iskierko
0c78a648b5
fix(#desktop/communities): Remove temp minting and temp airdrop buttons
...
Improve logs in community tokens service.
Issue #11250
2023-08-14 21:40:57 +02:00
Noelia
6b8ef1411b
refactor(OwnerToken): Refactored UI roles `isPrivilegedToken` and `isOwner`
...
Refactored UI expecting backend role: `privilegesLevel`.
Added privileges level possibilities into `Constants`.
Updated storybook accordingly.
2023-08-14 21:40:57 +02:00
Michal Iskierko
603d4dd4d8
feat(@desktop/communities): Deploy Owner and Master tokens flow.
...
Issue #11250
2023-08-14 21:40:57 +02:00
Alexandra Betouni
3ce0215c88
feat(RemotelyDestructPopup): Added fee box
...
Closes #11624
2023-08-11 19:22:02 +03:00
Sale Djenic
4c6af4f1ad
feat(@desktop/syncing): make a not operable account fully operable, part 2
...
- handles import keypairs (without syncing via qr)
Closes the second part of #11779
2023-08-11 17:22:27 +02:00
Alex Jbanca
7d4df690c5
feat: Add Ban/Kick Pending state in the Community members settings.
2023-08-11 17:55:51 +03:00
Alexandra Betouni
0676f49f4c
feat(BackUpSeedModal) added enter key press handling
...
Closes #8309
2023-08-11 16:53:24 +03:00