Michał Cieślak
f5f84595d5
SettingsEntriesModel: qml warnings fixed
2024-11-20 00:21:08 +01:00
Lukáš Tinkl
1c255175ab
feat(ProfileContextMenu): Add "Mark as Trusted" and "Remove trusted mark"
...
- enhance and fix the SB page to be able to show all the permutations,
including profile image, emoji hash and ring
Fixes #16586
2024-11-19 15:51:55 +01:00
Michał Cieślak
ea584f0693
ActivityNotification: unnecessary code removed
2024-11-14 15:13:24 +01:00
Michał Cieślak
74113cbbe1
ProfileContextMenu.removeNickname signal aligned
2024-11-13 09:49:07 +01:00
Michał Cieślak
b09713a53d
ProfileContextMenu: unnecessary calls to store removed when opening menu
2024-11-13 09:49:07 +01:00
Michał Cieślak
ef8fdd7d54
getProfileType/getProfileType helpers moved from store to Utils
2024-11-13 09:49:07 +01:00
Michał Cieślak
544f749f44
ProfileHeader and related components refactored to use compressed key directly
2024-11-13 09:49:07 +01:00
Michał Cieślak
f3021ec757
Global signal related to contact popups simplified
...
Global.openContactRequestPopup
Global.openReviewContactRequestPopup
Global.openNicknamePopupRequested
Global.blockContactRequested/unblockContactRequested
Global.openMarkAsUntrustedPopup
Global.removeContactRequested
Global.openMarkAsIDVerifiedPopup/openRemoveIDVerificationDialog
2024-11-13 09:49:07 +01:00
Michał Cieślak
b8f9566116
UserImage refactored to remove dependency on backend via Utils
2024-11-13 09:49:07 +01:00
Michał Cieślak
5238074ed3
Settings list simplified
...
- UI simplified, made independent from the backend
- dedicated model created, filtering on the level of model instead of
per delegate
- using ListView instead of mutliple Repeaters
- UI models removed from ProfileSectionStore
Closes : #16675
2024-11-04 13:53:28 +01:00
Lukáš Tinkl
623333ab8c
fix: improve image type detection
...
- use the same approach as status-go to detect the image type, relying
on "magic" type matching instead of looking at the file extension (now
using C++ and QMime*)
- add a little error popup when the user tries to upload an unsupported
image type while creating/editing a community
- expose all the image related properties from the C++ backend instead
of constructing and duplicating them in QML
- cleanup some unused/dead code
Fixes #16668
2024-11-04 10:29:01 +01:00
Michał Cieślak
c009321ba2
chore: unused, outdated code removed from ContactsView
...
Closes : #16650
2024-10-31 11:11:30 +01:00
Michał Cieślak
ba80ba97f7
compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified
2024-10-31 11:11:30 +01:00
Michał Cieślak
28f6bee90e
Utils.getCompressedPk removed from multiple components
2024-10-31 11:11:30 +01:00
Michał Cieślak
adc8f5bc3a
ContactPanel api simplified
2024-10-31 11:11:30 +01:00
Michał Cieślak
9b5b5a4a60
ContactPanel delegate made backend-independent
2024-10-31 11:11:30 +01:00
Sale Djenic
03a0a18313
fix: links do not work in the terms of name registration popup
...
Fixes #16658
2024-10-30 14:10:40 +01:00
Sale Djenic
54d0d62b37
fix: cant fetch fees when releasing ens name, token is not set, as well as value
...
There are a few things improved in this commit:
- the account the username was bought with is selected for releasing
- if the account was removed in meantime, we warn user displaying a popup message
- ETH token is selected
- 0 value is set
Fixes #16611
2024-10-30 09:53:40 +01:00
Jonathan Rainville
d511c25d2e
remove old code about ID verification and fix trustStatus bug ( #16548 )
...
* chore: remove old code about ID verification
* refactor(trust): remove untrustowrthy and isVerified from items and use trustStatus
* chore(status-go): up status-go to get fix for trustStatus reseting
Fixes #16392
* chore: remove verified/trusted profile showcase category
2024-10-29 14:08:12 -04:00
Sale Djenic
f6055946d4
chore: usage of goerli removed
2024-10-29 15:46:09 +01:00
Michał Cieślak
4c7205fc5d
getEmojiHashAsJson moved from Utils to UtilsStore
2024-10-28 23:16:31 +01:00
Michał Cieślak
f6f73c188a
isAlias moved from Utils to UtilsStore
2024-10-28 23:16:31 +01:00
Jonathan Rainville
c8d2e39329
fix(communities): fix missing members in community settings ( #16634 )
...
Fixes #16627
I had missed that the community settings also used the members. Fixed by using the model adaptor and using the right property name
2024-10-28 13:14:25 -04:00
Jonathan Rainville
f7823cd0b7
refactor(members): unify members models into one ( #16508 )
...
Fixes #16433
2024-10-25 21:25:50 -04:00
Lukáš Tinkl
d00690f53b
fix(ProfileContextMenu): excessive separators for a bridged profile
...
- hide the separators when showing a bridged profile
- fix calculating the menu item widths
Fixes #16593
2024-10-25 21:01:46 +02:00
Lukáš Tinkl
7ecbf43c42
chore(StatusQ): move assets to StatusQ from the shared dir
...
- adjust paths in Theme.svg/png
2024-10-22 15:54:31 +02:00
Lukáš Tinkl
d9d6d90dc9
[Style] remove legacy Style and its themes
...
- legacy Style and ThemePalette removed
- moved and deduplicated font definitions into `Theme` (unrelated to a
color palette)
- `Style.current.foo` -> `Theme.foo`
- `Style.current.fooColor` -> `Theme.palette.fooColor`
- upgrade the imports to 5.15
- removed some mode dead components
Fixes #16514
2024-10-22 15:54:31 +02:00
Michał Cieślak
95e5f5d34d
Global.settingsSubSubsection property (UI state in singleton) removed
...
Closes : #16457
2024-10-22 11:18:09 +02:00
Michał Cieślak
5acb9fc8fb
Global.settingsSubsection property (UI state in singleton) removed
2024-10-22 11:18:09 +02:00
Anastasiya Semenkevich
b0105fc30a
chore(@qml): add object names for action buttons in panels
2024-10-18 20:14:28 +03:00
Michał Cieślak
c22a15e8fa
Backend-dependent content removed from Constants, userProfile removed from Global
...
Closes : #16459
2024-10-16 23:02:02 +02:00
Michał Cieślak
02993196e9
References to Global.userProfile removed from multiple components
2024-10-16 23:02:02 +02:00
Michał Cieślak
8fb9440235
ContactsStore: getProfileContext simplified
2024-10-16 23:02:02 +02:00
Michał Cieślak
dc3a1ca39b
SendModal handler removed from ProfileSectionStore
2024-10-16 23:02:02 +02:00
Michał Cieślak
3bf415add0
UserStatusContextMenu refactored to be not dependent on stores
2024-10-16 23:02:02 +02:00
Michał Cieślak
663364452e
DappPermissionsView and related sub-components removed
...
Closes : #16517
2024-10-14 23:28:05 +02:00
Khushboo Mehta
3f55e6c9c5
feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app
2024-10-11 18:48:37 +02:00
Khushboo Mehta
7003ba73e2
feat(@desktop/wallet): Remove network prefixes in saved addresses and ReceiveModal
2024-10-11 18:48:37 +02:00
Khushboo Mehta
95369bca11
feat(@desktop/wallet): Remove network prefixes from main wallet accounts list
2024-10-11 18:48:37 +02:00
Khushboo Mehta
16a403e3e5
feat(@desktop/wallet): Remove network prefixes in Profile, Profile showcase and Profile preview
2024-10-11 18:48:37 +02:00
Khushboo Mehta
60fb566580
feat(@desktop/wallet): remove address prefixes from wallet account settings
2024-10-11 18:48:37 +02:00
Michał Cieślak
3f9f175e07
restartApplication() removed from Utils.qml and nim
2024-10-11 12:14:53 +02:00
Sale Djenic
46f34ec8fc
fix: optimizes send modal flow for ens usernames
2024-10-09 13:10:14 +02:00
Sale Djenic
5783e11181
fix: brings back remove and release ens username options
...
Fixes #16452
2024-10-09 13:10:14 +02:00
Michał Cieślak
9503def18b
chore: applicationWindow property removed from Global singleton
...
Closes : #16455
2024-10-05 14:15:35 +02:00
Michał Cieślak
2af0d6668b
stores: access shared/RootStore via explicit property instead of singleton
2024-10-03 20:08:32 +02:00
Lukáš Tinkl
277f408e0c
fix(ProfileContextMenu): stop leaking memory
...
- got removed in a recent refactoring, restore it
- when a context menu component is opened via `Global.openMenu()`, it
has to be destroyed manually
2024-10-03 14:34:12 +02:00
Sale Djenic
100389aa8d
chore: align buying/releasing/setting ens usernames with the new sending flow
...
Based on changes done in this PR https://github.com/status-im/status-go/pull/5807
we can simplify our client logic a lot.
This results in the removal of many lines of code that are no longer needed
Closes 2nd part of #16336
2024-10-02 16:16:29 +02:00
Michał Cieślak
c3a234908d
CurrenciesStore: static model removed from store
2024-10-02 00:08:20 +02:00
Jonathan Rainville
1cad66bb2c
perf(admin): speed up admin tabs significantly ( #16363 )
...
Iterates #16043
* fix(admin): improve admin panel loading by putting sections in loaders
* fix(admin): speed up members tab by using nim model and real search
* fix(admin): speed up airdrop panel
* fix(admin): mint panel and airdrop panel interactions and previous btn
* fix(admin): speed up overview page
* fix(admin): speed up permissions page
2024-09-27 13:28:27 -04:00