Mykhailo Prakhov
82a1ed2f7a
feat(@desktop/community): Community admin permissions ( #10909 )
...
* chore:
- replaced admin bool to memberRole
- activate admin permissions
- configured admin restrictions
2023-06-14 18:00:41 +02:00
Patryk Osmaczko
b582afb03a
feat: speedup/slowdown archives import based on window state
...
closes : #10815
2023-06-06 09:39:54 +02:00
Anthony Laibe
39b9b5ee91
feat(@wallet): add wallet filter
2023-05-06 17:40:28 +02:00
Anthony Laibe
542e5fdb6c
feat(@wallet): remove usage of wallet section current
2023-04-27 11:58:27 +02:00
Anthony Laibe
e6f88758dc
feat(@wallet): wallet accounts module dedup
...
Second part of having profile section accounts
2023-04-25 14:56:20 +02:00
Khushboo Mehta
072537f61a
feat(@desktop/wallet): Implement connection error screens
...
fixes #9835
2023-03-23 15:26:22 +01:00
Khushboo Mehta
df121445ca
fix(@deaktop/wallet): Implement error states with automatic retries
...
fixes #9688
2023-03-23 15:26:22 +01:00
Dario Gabriel Lipicar
a6afdb5266
fix(@desktop): use system locale across the application
2023-01-17 16:39:56 -03:00
Lukáš Tinkl
b2328d6643
chore: Consolidate date/time formatting
...
- simplify locale settings
- extract/fix datetime related functions into LocaleUtils
- port code to the new LocaleUtils
Closes #7230
2023-01-17 16:42:34 +01:00
Dario Gabriel Lipicar
7c4022e4ac
feat(@desktop/wallet): implement unified currency formatting
...
Fixes #8640
2023-01-12 15:21:27 -03:00
Anthony Laibe
364124b1ed
chore(@wallet): remove dead code about estimage gas
2023-01-07 11:11:10 +01:00
Alexandra Betouni
99c7b33e1e
fix(Global): Cleaned up Global from backend dependencies
...
Closes #7933
2022-12-19 16:28:41 +02:00
Lukáš Tinkl
f62acae911
fix(Settings): cant switch off sounds for notifications
...
Fix a bunch of problems with handling sound/notifications related options
coming from the backend:
- `volume` and `notificationSoundsEnabled` live in a different settings
object; adjust the stores for that
- unbreak loading the actual wav/mp3 files (was never working on Linux
outside of AppImage!) -> use "qrc:/", same as the NIM backend does
- fix the volume scaling (backend has [1,100], QML is [0, 1])
- simplify our Audio QML item interface; no need for an extra property
and resolving the URL twice (which results in broken scenarios mentioned
above); we know which sounds we want to load
Closes #8668
2022-12-09 11:01:18 +01:00
MishkaRogachev
6a72773ab6
feat(ActivityCenter): Refactor AC Store and fix notifications counting
...
Close #7654
2022-10-28 12:29:40 +03:00
Khushboo Mehta
aec7a30d03
feat(@desktop/wallet): Updated UI for bridge and multi routing support
...
fixes #7334
2022-10-26 18:48:30 +02:00
Richard Ramos
3b3b737956
feat: encrypt communities
2022-10-25 08:26:10 -04:00
MishkaRogachev
9d103e5b07
feat(ActivityCenter): Fix unreadNotificationsCount availability on every section
...
Close #7674
2022-10-04 17:05:47 +04:00
Sale Djenic
a1027ff087
feat(@desktop/keycard): sign transaction using `Authenticate` flow
...
Actually this is not a signing transaction, but rather authenticating logged in
user when he wants to send a transaction. An authentication is done by entering
password(regular user) or pin(keycard user).
A real signing transaction feature will be (hopefully) added in a near future where
we're going to sign a transaction on a keycard which corresponds to a certain
account, a user wants to send a transaction from.
To sum up... this change just removes password from the send modal and introduces
`Authenticate` flow instead.
Fixes : #7510
2022-09-29 17:28:18 +02:00
Michal Iskierko
a0c145fbfc
fix(@desktop/community): Fix member icons in invite friends panel
...
Fix #7364
2022-09-19 10:02:36 +02:00
Khushboo Mehta
e9c270da87
fix(@desktop/wallet): Entering ENS name in SendModal doesnt work
...
fixes #6695
2022-09-05 14:55:31 +02:00
Lukáš Tinkl
395d5548b4
feat(CreateCommunityPopup): Add Community Banner to Create Community Modal
...
as status-go already supports parsing the banner JSON string, just pass
it along the NIM backend
Closes #6726
2022-08-18 10:15:04 +02:00
Khushboo Mehta
de2d4f405d
fix(@desktop/wallet): Crash when staying on Advanced screen for ~30 minutes
...
fixes #6474
2022-08-15 09:54:10 +02:00
Michał Cieślak
2fbc313e5a
fix(communities): Cannot leave community, invite, mute from Settings/Communities
2022-07-29 11:11:06 +02:00
Patryk Osmaczko
5b51a7ce81
chore(settings): fix naming: locale->language
2022-07-27 14:22:50 +02:00
Khushboo Mehta
35a5ab57f0
feat(@desktop/wallet): Implement the advanced/custom view with simple same network transfers
...
fixes #6268
2022-07-14 16:28:38 +02:00
Anthony Laibe
ff12c85f07
fix(@wallet): move estimation time to status-go
2022-07-12 14:44:06 +02:00
Michal Iskierko
7d4d1747aa
fix(@desktop/general): Improve UserStatusContextMenu
...
Fix #6090
2022-07-12 11:03:31 +02:00
Richard Ramos
75a3ff858c
feat: check for updates (using status-go)
2022-07-07 09:54:55 -04:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Noelia
70383a51bd
feat(CommunitiesPortal): Enable Communities portal & update chat menu
...
- Removed 'Communities Portal' toggle from the advanced settings and enable it by default.
- Removed dropdown menu. The button opens directly the join public chat modal.
- In the portal, "Import community" button is now clickable and opens the import community modal.
- In the portal, "Create community" button is now clickable and opens the create community modal.
- Enabled navigation to the clicked community.
Closes #6099
2022-06-27 10:28:36 +02:00
MishkaRogachev
e30ba7e760
feat(@community): Add tags to communities
...
Close #5680
2022-06-24 19:44:35 +03:00
Sale Djenic
60ed62231e
fix(@desktop/wallet): estimated time for transaction is always Unknown
...
Fixes #5938
2022-06-22 16:02:25 -04:00
Anthony Laibe
00ed4f9c44
feat(@wallet): multi transaction simple view
2022-06-09 15:22:24 +02:00
Noelia
ed39690071
feat(CommunitiesPortal): Communities Portal first UI approach
...
Closes #4936
2022-06-02 08:24:02 -04:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Jonathan Rainville
0358b6bf80
feat(community): make on request comm a check box and remove ensOnly
...
Fixes #5660
2022-05-12 13:31:48 -04:00
Patryk Osmaczko
25c6a5f5ca
chore(@desktop): remove identicon related code
2022-04-04 17:50:48 +02:00
Anthony Laibe
08131e1d2d
feat(@wallet): move suggested fees to status-go
2022-03-30 09:41:10 +01:00
Anthony Laibe
696e8aba29
fix(@browser): shared assets/history view
...
fixes #5129
2022-03-29 12:48:04 +01:00
Khushboo Mehta
0903fa6ce2
feat(@desktop/wallet): Adapt to new SendModal Design
...
fixes #5040
2022-03-28 13:08:56 -04:00
Jonathan Rainville
e1b7475884
feat(profile): add Messaging settings view in profile
...
Fixes #4931
2022-03-17 14:59:45 -04:00
Anthony Laibe
bfda545646
refactor: add back eip1559
2022-03-01 15:10:23 -05:00
Sale Djenic
6186bf9c8c
fix(@desktop/general): app/os notifications
...
Fixes #4409
2022-02-21 22:01:19 +01:00
Khushboo Mehta
52e96e904b
fix(@desktop/chat): enable transactions over chat
...
fixes #4610
2022-02-15 21:22:21 +01:00
Jonathan Rainville
426b230b3a
fix(link-message): fix link unfurling display and height
...
Fixes #4608
2022-02-11 09:37:58 -05:00
Patryk Osmaczko
914c7b2839
fix(@desktop/sections): make ctrl+k display chats from communities
...
Closes : #4059
2022-02-09 10:38:34 +01:00
Jonathan Rainville
b688a5a305
feat(wallet): hook sendTransferTokens to the wallet Send
...
Fixes #4650
2022-02-03 15:12:32 -05:00
Jonathan Rainville
0f5a6d8599
feat(wallet): hook transferEth for wallet transfers
2022-02-03 15:12:32 -05:00
Jonathan Rainville
f36bee6337
fix(wallet-send): fix send modal estimate gas and other hooks
2022-02-01 14:09:56 -05:00
Jonathan Rainville
82fb325dac
fix(browser-tx): fix estimate gas and send TX on the browser
...
Fixes #4557
2022-02-01 14:09:56 -05:00