Noelia
ec8b03be6e
feat(JoinCommunity): Created join permission overlay panel
...
Created needed components to display permission requirements to join a community.
Part of #9267
2023-02-10 10:45:38 +02:00
Noelia
842c90a31e
feat(Community): Create `CommunityColumnHeaderPanel` component
...
- `CommunityColumnHeaderPanel` created.
- Added corresponding `storybook` page.
- Modified `CommunityColumnView` to use new component `CommunityColumnHeaderPanel` instead.
2023-02-10 10:45:38 +02:00
Lukáš Tinkl
f5d6c538c2
chore: consolidate & refactor popup handling
...
- all remaining global popup components moved into a separate Popups
entity
- removed some static objects from the Global singleton (appMain,
pinnedMessagesPopup, communityProfilePopup, sounds); rationale:
singletons should not contain any state
- fixed support for popups in storybook
- fixed some warnings (most of them broke the popups in one way or the other)
2023-02-09 15:01:57 +01:00
mprakhov
36dc3e4c53
fix(@desktop/chats): Scroll chat to the bottom or last unread msg when chat is first time opening
2023-02-09 13:54:08 +02:00
Lukáš Tinkl
4dc97dde1a
chore: unbreak bad merge
...
utils is imported twice
2023-02-09 12:02:35 +01:00
Jonathan Rainville
f8ecd9dbce
refactor(chat): make getChats async to speed up start time
...
Fixes #9340
2023-02-08 16:18:44 -05:00
Stefan
9b7c2b15c0
fix(wallet): add wallet account - enable advanced section all the time
...
Closes : #9357
2023-02-08 19:53:09 +01:00
Alexandra Betouni
aa2e6386a2
fix(statusApp): resolving qml errors/warnings pt2.1
...
Relates to #8864
2023-02-08 18:43:51 +02:00
Alexandra Betouni
d553934b45
fix(popups): set scrollview sizing
2023-02-08 18:43:51 +02:00
Lukáš Tinkl
6f9149428d
fix: changing password with wrong current one fails
...
do not break/overwrite the Submit button's `enabled` property binding
Fixes #9465
2023-02-08 16:26:12 +02:00
Anthony Laibe
8ba10ce6b0
fix(@wallet): display network short name for collectible
...
fixes #8850
2023-02-08 09:26:59 +01:00
Khushboo Mehta
9e23f78180
feat(@desktop/wallet): Implement loading state for collectibles
...
fixes #9106
2023-02-08 09:25:04 +01:00
Anthony Laibe
bc353a1ccc
chores(@wallet): remove revert reason
...
It is never being used + couldn't get it from our node
2023-02-07 09:09:35 +01:00
Sale Djenic
3f52df4f87
fix(@desktop/wallet): opening add account popup causes the app to crash
...
Fixes : #9412
2023-02-03 12:57:39 +01:00
Sale Djenic
224fd3f42d
fix(@desktop/general): invalid pin saved to keychain when enabling biometrics on account using keycard
...
Fixes : #7729
2023-02-03 10:55:22 +01: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
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
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
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
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
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
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