Alexandra Betouni
1793844cdb
fix(StatusMessage): stickers were not aligned correctly
2023-02-02 19:29:59 +02:00
Lukáš Tinkl
78f4560a54
Nothing happens after clicking on a pinned message
...
implement jumping to message on a simple click
Fixes #9365
2023-02-02 18:33:19 +02:00
Lukáš Tinkl
edc94c9d8d
fix: unbreak community options layout
...
got broken with the recent scroll view fixes
2023-02-02 18:27:22 +02:00
Michał Cieślak
dc3bcd7da1
feat(Community Permissions): Integrate In section with permission creation/editing
...
Closes : #8855
2023-02-02 16:36:46 +01:00
Michał Cieślak
05b6420f83
fix(Tracer): Set high z order to avoid overlapping
...
In some cases, when used inside Dialog and layout, tracer
was located under other components and was therefore invisible.
2023-02-02 13:23:22 +01:00
Michał Cieślak
bd6dc02162
feat(Community Permissions): Add search option in assets / collectibles dropdown
...
Closes : #9042
2023-02-02 13:23:22 +01:00
Richard Ramos
fb526840a4
feat: waku2 store
...
- add toggle to enable store functionality
- output messages to csv
- add custom waku2 nodes
2023-02-01 15:35:36 -05:00
Richard Ramos
810a6bb5f5
chore: remove bloom filter usage
2023-02-01 14:05:00 -05:00
Sale Djenic
91c8fe7414
fix(@desktop/keycard): broken keycard flows fixed
...
Running keycard flows was broken due to changes introduced in
commit `81a4d7093276d1e762cc3d3c88bbf58a4373a938`
2023-02-01 17:19:30 +01:00
Lukáš Tinkl
34686226d7
chore: point VERSION of source dev/builds to GH repo
...
For these source/dev builds:
- display "git master SHA" as the version number
- disable the "Check for updates" button
- use APP_VERSION in nim
Rationale: instead of updating git master VERSION text file manually each
time an official version is released, we will now mark source/dev builds
with the corresponding git commit hash and display that in the
Settings/About section
2023-02-01 16:55:30 +01:00
Sale Djenic
c0d761aa78
fix(@desktop/wallet): unable to add account
...
Fixes adding account modal, which was broken due to incomplete
`SelectGeneratedAccount` enum change.
2023-02-01 14:12:55 +01:00
Sale Djenic
35edc2acfd
fix(@desktop/general): broken `StatusModal` popups fixed
2023-02-01 13:00:48 +01:00
Igor Sirotin
1523c9f2a0
feat: Added `chainId` to ens usernames
2023-02-01 08:23:14 +03:00
Alex Jbanca
81a4d70932
chore(Qt5.15): Fix qml warnings after qt 5.15 migration
...
Fixing QML Connections warnings due to deprecated onFoo handlers. Now we're using function onFoo(params).
Fixing QML compilation error due to js filename format.
Fixing cyclic dependencies between qml components.
2023-01-31 20:39:19 +02:00
Alexandra Betouni
9a2ffc0fc7
Fix(desktopapp): adding scrollview to storybook
...
Cleaned up binding loop warnings related to
ScrollView and added StatusScrollView in
storybook
As part of #8864
2023-01-31 18:45:51 +02:00
Alexandra Betouni
f7294c00f5
fix(statusApp): resolving qml errors/warnings pt2
...
Closes #8864
2023-01-31 18:45:18 +02:00
Khushboo Mehta
dfcba80df2
fix(@desktop/wallet): Added missing LoadingGraphComponent in qmldir
2023-01-31 11:20:28 +01:00
Khushboo Mehta
169de5b5e1
feat(@desktop/wallet): Add loading State for Assets view and Wallet main navigation page
2023-01-31 07:57:37 +01:00
Jonathan Rainville
baea10cacf
refactor(chat-model): flatten chat model to only have chat items
...
Fixes #5286
2023-01-30 15:36:48 -05:00
mprakhov
44cc6bbf83
fix(@desktop/communities): enforce alphanumerical characters in community name, description, channel name
2023-01-30 20:51:31 +02:00
Lukáš Tinkl
fbd936d151
fix: unbreak ModuleWarning banners
...
they stopped appearing after the introduction of `localAppSettings.testEnvironment`
2023-01-30 09:43:55 -05:00
Dario Gabriel Lipicar
20733272f2
feat(@desktop/wallet): implement new collectibles view
...
Fixes #8810
2023-01-30 15:30:11 +01:00
Sale Djenic
bc7a4b94f7
feat(@desktop/keycard): `unlocking` screen for unlock flow
...
Closes : #9259
2023-01-30 13:43:10 +01:00
Sale Djenic
841a37e930
feat(@desktop/onboarding): `Lost Keycard` - start using account without keycard
...
This commit introduces:
- `Start using account without keycard` flow
Closes : #7642
2023-01-30 13:43:10 +01:00
Pascal Precht
b00f0a80b5
Adjust import tool front-end to latest refactor
...
This adjust the front-end for the import tool by handling new
properties that have been added to the discord import progress signals.
Namely, the import is now done in chunks, so the progress signal
contains information about how many chunks have been processed.
This needs: https://github.com/status-im/status-go/pull/3134
Closes #9262 #9261
2023-01-30 13:28:06 +01:00
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