Igor Sirotin
470200a477
fix: Fixed tokens initialization. Fixed SendModal for ENS.
2023-01-30 13:52:54 +03:00
MishkaRogachev
5ff4c35bf0
feat(appMain): Add warning colors. Use warning color for story node banner
2023-01-30 12:40:31 +04:00
MishkaRogachev
b474ef0024
feat(appMain): Hide mailserver banner on SIGNAL_MAILSERVER_AVAILABLE
2023-01-30 12:40:31 +04:00
MishkaRogachev
e0ba80a085
feat(AppMain): Replace MailserverConnectionDialog with banner
...
Close #6213
2023-01-30 12:40:31 +04:00
MishkaRogachev
128ac8dbd8
feat(ActivityCenter): Move AC notifications counting to status-go
...
Close #8074
2023-01-30 11:24:50 +04:00
Lukáš Tinkl
7ed5b0d0d6
fix(chat): Download image is saving to wrong folder
...
- fetch latest dotherside for the fix
- minor cleanup
Fixes #9307
2023-01-28 17:44:23 +01:00
Jonathan Rainville
7a3a984fa4
test(env-var): add TEST_ENVIRONMENT env var for test specific changes
...
Fixes #9210
Adds the `TEST_ENVIRONMENT` that stops banners from showing and touch id to be activated (needs to be tested by someone on Mac).
Also improves the waiting time on verifying screens. Will undo that change if it becomes flaky.
To make sure your local tests still work well and hide the banner as well, make sure to put `TEST_ENVIRONMENT=1` in the suite settings' env vars
2023-01-27 11:26:41 -05:00
Alexandra Betouni
8bb9da6fcc
Revert "fix(StatusMessage): stickers were not aligned correctly"
...
This reverts commit 0fb954b640
.
2023-01-27 09:50:16 -05:00
Anthony Laibe
64d6c484b2
fix(@wallet): fix amount input send modal
...
fixes #9207
2023-01-27 11:47:52 +01:00
Ivan Belyakov
e3086fd52c
chore: Removed duplicated AddEditSavedAddressPopup.qml, fixed dependencies
...
fixes #8229
2023-01-27 05:57:55 +03:00
Igor Sirotin
6017a01b9a
feat(tst_communityNavigation): Implemented community leave test
2023-01-26 19:27:13 +03:00
Anthony Laibe
55d39aa7c7
fix(@wallet): preview button instead of enter password/pin
...
fixes #9119
2023-01-26 16:58:23 +01:00
Lukáš Tinkl
9cb850f67f
fix(StatusChatInput): don't insert control characters
...
@mentions have a special `onRelease()` key handler that makes sure a
space is inserted around the mention when needed. Fix the `onRelease()`
handler to prevent control or otherwise unprintable characters being
inserted as text.
Fixes : #7685
2023-01-26 13:31:06 +01:00
Lukáš Tinkl
9eb515e3e3
chore(StatusChatInput): fixup indentation
2023-01-26 13:31:06 +01:00
Michał Cieślak
63a0f51305
chore(CommunityPermissions): Adjust behavior of 'Hide permission' switch depending on selected permission
...
Closes : #9050
2023-01-26 13:03:26 +01:00
Michał Cieślak
5c3b9881c5
chore(CommunityPermissions): Setting icon/default values for 'In' section depending on chosen permission
2023-01-26 13:03:26 +01:00
Michał Cieślak
ecf999eb37
chore(CommunityPermissions): Simplify InDropdown popup (selecting only channels, no add channel button)
2023-01-26 13:03:26 +01:00
Michał Cieślak
e2dadeb15e
chore(CommunityPermissions): Disable granting admin permission for non-owners
2023-01-26 13:03:26 +01:00
Lukáš Tinkl
878a7ba657
fix(MessageContextMenuView): "Copy message" action visible in emoji reactions and profile clicks
...
Fixes #9295
2023-01-26 10:57:06 +01:00
Ivan Belyakov
f2549fc1ff
feat(@desktop/wallet): update wallet navigation
...
Fixed StatusBaseButton to expose a property to load either normal
icon or a round one.
Implemented new wallet navigation according to design in Figma.
Fixed regression: small accounts icons in accounts list view.
Updated wallet test.
Fixes #8598
2023-01-26 09:49:29 +01:00
Sale Djenic
52597472ed
fix(@desktop/keycard): keycard may be factory reseted during unlock flow in some scenarios (shared module part)
...
- Unexpected wiping out the data during the unlock flow handled (shared module part)
Fixes : #9183
2023-01-26 09:05:57 +01:00
Sale Djenic
b44fc7a842
fix(@desktop/keycard): keycard may be factory reseted during unlock flow in some scenarios (onboarding part)
...
- Unexpected wiping out the data during the unlock flow handled (onboarding part)
- Back button actions fixed part 2/2 (onboarding part)
Fixes : #9183
2023-01-26 09:05:57 +01:00
Michał Cieślak
9ac0c159fe
feat(CommunityPermissions): prevent adding tokens and ens names that are already chosen
...
Closes : #8817
2023-01-26 01:20:28 +01:00
Lukáš Tinkl
8569ea5b41
chore: Optimize StatusMessageReply using more Loaders
...
also fix the sender display name to respect ensName/nickname
Fixes : #9016
2023-01-25 19:58:19 +01:00
Lukáš Tinkl
a8a3f5285e
chore: optimize StatusDateGroupLabel some more
...
since this component is performance critical, optimize it some more by
extracting some common constants so that they don't have to revaluted
every time
2023-01-25 19:58:19 +01:00
Lukáš Tinkl
a55a207bb2
fix: user display name discrepancies
...
restore taking local nickname into account in various places
2023-01-25 19:58:19 +01:00
Alexandra Betouni
0fb954b640
fix(StatusMessage): stickers were not aligned correctly
...
Closes #8944
2023-01-25 11:42:19 -05:00
Noelia
a3313b563f
feat(Community Permission): Add conflicts warning panel
...
It adds conflicts warning in `New permission` page. Mocked data.
Closes #8738
2023-01-25 17:05:27 +01:00
Jonathan Rainville
fdc0dce782
chore: remove public chat functionnalities
...
Fixes #8504
Removes the ability to create public chats, see public chats and even leaves previously active public chats
2023-01-25 10:05:55 -05:00
Michał Cieślak
14eb06b158
fix(StatusSwitch): Colors adjusted when disabled, cursor shape fixed
...
Closes : #9212
2023-01-24 15:03:04 +01:00
Noelia
3136ffb54d
feat(Community Permissions): Update `Who holds` tokens dropdown design and flow according to the new design
...
- Updated initial dropdown view for assets and collectibles to directly show the list of corresponding elements.
- Updated assets and collectibles panel when an item is selected, according to new design.
- Updated collectibles logic when amount is 1.
- Added collectibles group item as part of the selectable's options.
- Updated `storybook` according to new changes.
- Created reusable `TokenItem` component.
- Updated `CommunityPermissionsHelpers`.
Closes #9043
2023-01-24 14:16:38 +01:00
Noelia
e08fdcb78c
feat(Community Permissions): Hide `Who holds - Add` button when there are 5 items already added
...
Added logic to hidden 'Add' button when the number of items 5 is reached.
Closes #9195
2023-01-24 08:45:34 +01:00
Sale Djenic
2146843e93
fix(@desktop/onboarding): back button actions fixed part 1/2
2023-01-23 18:02:44 +01:00
Sale Djenic
3ca03bdd49
feat(@desktop/onboarding): `Lost Keycard` - `Create replacement Keycard with seed phrase` flow
...
This commit introduces:
- `Create replacement Keycard with seed phrase` flow
- `Order new keycard` option
Closes : #7641
2023-01-23 18:02:44 +01:00
Alexandra Betouni
7f2563edf4
fix(message): removed extra markup when typing before mention
...
Closes #8495
2023-01-23 16:17:36 +02:00
Michał Cieślak
d980c177a4
chore(CommunityPermissions): ENS tab simplified according to updated design
...
Closes : #8818
2023-01-20 14:00:02 +01:00
Michał Cieślak
a6dc4e9011
fix(CommunityPermissions): ens icon fixed, locale fixed in AmountInput
2023-01-20 14:00:02 +01:00
Dario Gabriel Lipicar
53ee992c25
feat(@desktop/wallet): implement unified currency formatting for transaction details
...
Fixes #9019
2023-01-20 08:55:10 -03:00
Igor Sirotin
8736dd8a94
fix: Community importing notification fixes and improvements
2023-01-20 13:15:50 +03:00
Alex Jbanca
54e91e0ba7
perf(chatScroll): Reduce loadMoreMessagesIfScrollBelowThreshold to 100.
2023-01-19 19:24:18 +02:00
Alex Jbanca
27bb6bf665
perf(chatScroll): Optimize StatusTextMessage size and hover binding for the delegate
2023-01-19 19:24:18 +02:00
Alex Jbanca
2723ef1293
perf(chatScroll): Fix image loading from https url and raw data
...
perf(chatScroll): Fix comments on Fix image loading from https url and raw data
2023-01-19 19:24:18 +02:00
Alex Jbanca
6c76026d53
perf(chatScroll): Use Qt.callLater to release the main thread when parsing and loading links data
...
perf(chatScroll): Undo Use Qt.callLater to release the main thread
perf(chatScroll): Undo Use Qt.callLater to release the main thread
2023-01-19 19:24:18 +02:00
Alex Jbanca
4e3e245675
perf(chatScroll): Fix connection warnings
2023-01-19 19:24:18 +02:00
Alex Jbanca
eb60d90346
perf(chatScroll): Lazy load message header components
...
perf(chatScroll): fix StatusMessageHeader comment
perf(chatScroll): Lazy load message header components - remove comment
perf(chatScroll): Remove unneeded indentation in Loaders
2023-01-19 19:24:18 +02:00
Alex Jbanca
e44427ceed
perf(chatScroll): Prepare more data for scroll
2023-01-19 19:24:18 +02:00
Alex Jbanca
719e0a34f6
perf(chatScroll): Optimise timestamps
...
The date parsing is time consuming and it needs to be used with care in the delegate
perf(chatScroll): Fix StatusDateGroupLabel comment - standaloneMonthName
perf(chatScroll): fix comments on Optimise timestamps
perf(chatScroll): Optimise timestamps - bring back comment
perf(chatScroll): fix activity notification
2023-01-19 19:24:18 +02:00
Alex Jbanca
bf1d59c0ad
perf(chatScroll): Avoid calling the backend on delegate creation/binding
...
Provide the needed data from the nim model directly to the delegate. This way whenever a delegate needs to display the data it doesn't need to reach the backend.
perf(chatScroll): Fix comments on Avoid calling the backend on delegate creation/binding
perf(chatScroll): Avoid calling the backend on delegate creation/binding - add TODO comment on senderColorHash default
perf(chatScroll): merge quotedMessageAuthor details
perf(chatScroll): Fix nim tests
perf(chatScroll): Fix merge error - messages_model.nim
2023-01-19 19:24:18 +02:00
Alex Jbanca
15fe97c90c
perf(chatScroll): Improve performance of the commonly used js libraries
...
Adding .pragma library to the js libraries because the entry point on these libraries were called multiple times. There is no need to share the qml context with these libraries.
Use find() instead of forEach() on emoji array to find an item
2023-01-19 19:24:18 +02:00
Michał Cieślak
162fe76273
chore(CommunityPermissions): don't PermissionQualificationPanel for MVP
2023-01-19 13:38:47 +01:00