Michał Cieślak
3e6220dc90
fix(@desktop/chat): Remove notifications section from community management
2022-07-19 00:17:49 +02:00
Stefan
1983443608
chore(CPP): Test basic functionality for wallet status-go wrapper API
...
Considerations
- MultiAccountStoreAccount is required for generating a new account.
MultiAccountStoreDerivedAccounts won't be enough even that it works
for creating initial account and login code
- Validate the understanding that `rootAccount.address` is `walletAccount.derivedFrom`
Updates: 6321
2022-07-18 17:40:59 +02:00
Lukáš Tinkl
3bfbe104a4
fix(Wallet/LeftTabView): style fixes
...
Fixes #6489
- fixup list items background according to design
- fix Add account button (add icon, fix font size)
2022-07-18 14:28:01 +02:00
Lukáš Tinkl
024843b8b8
fix(Wallet/LeftTabView): style fixes
...
Align the Wallet left section navigation bar to the design
Fixes #6479
Fixes #6480
- simplify using layouts
- fix margins/spacing
- fix font sizes and weights
2022-07-18 14:28:01 +02:00
Patryk Osmaczko
eb05eb8044
chore(dialogs): extract MailserverConnectionDialog
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Patryk Osmaczko
5aea3d26a8
chore(dialogs): adapt CommunityIntroDialog
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Patryk Osmaczko
e7ac242f6f
chore(dialogs): adapt RenameGroupPopup
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Michał Cieślak
478b46f6b5
fix(@desktop/chat): Align message field placeholder with design
2022-07-18 12:45:36 +02:00
Michał Cieślak
4f114ec513
fix(@desktop/onboarding): Remove EmptyViewPanel component
2022-07-18 11:00:57 +02:00
Michał Cieślak
78c9e82d62
fix(@desktop/onboarding): Align LoginView incorrect password msg with design
2022-07-18 10:40:12 +02:00
Noelia
ee8477ae9b
fix(StatusChatInput): 'Unblock' is not vertically aligned in 1-1 chat
...
`StatusButton` is now used correctly. There are 3 different button variations with preset heights/widths and paddings. The consumer cannot change the height without altering the expected behaviour and display of the button.
Button height is now consistent with chat input.
Fixes #6298
2022-07-18 08:46:13 +02:00
Jakub Sokołowski
9b8138a3e6
rename status-react to status-mobile
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-17 16:55:57 +02:00
Lukáš Tinkl
1b576a64cf
fix(BackupSeedModal): fix the confirmation/final page UI
...
Follow up to PR #6467 , just a few minor UI tweaks to align it to the
intended design
2022-07-16 03:33:35 +02:00
Lukáš Tinkl
b5d82ed4b4
fix(SeedPhraseInputView): Seedphrase input requires two <TAB> presses
...
Fixes #6328
Make sure to update the `grid.currentIndex` before anything else; some of
the key press handlers might return early
2022-07-16 03:24:42 +02:00
Sale Djenic
73abf3a982
fix(@desktop/notifications): nothing happens after clicking on any notification
...
Fixes : #5935
2022-07-15 16:56:48 +02:00
Michal Iskierko
4cd9e0c96e
chore(@desktop): Bump status-go version
...
Issue #6395
2022-07-15 16:08:25 +02:00
Michal Iskierko
9ef807277e
fix(@desktop/chat): Fix accepting and rejecting requests
...
Adding try/catch in a service
Fix naming in QML
Fix #6395
2022-07-15 16:08:25 +02:00
Jonathan Rainville
e9051e27ad
fix(main): fix missing icons for the tray icon
2022-07-15 10:04:16 -04:00
Alexandra Betouni
2bd685943f
feat(chat): Removing dynamic scoping from chat section
...
Closes #4244
2022-07-15 17:00:36 +03:00
Lukáš Tinkl
5f97a1c157
fix(BackupSeedModal): fix the intro/acknowledgement page UI
...
Fixes #6411
- fix the order of buttons and the Skip button transparent background
- don't let the subHeaderItem eat vertical space when it's not visible
- layout/margins/spacing/linespacing fixes
2022-07-15 15:22:27 +02:00
Anthony Laibe
5c53cca9f8
fix(@test): linux test run
2022-07-15 15:03:25 +02:00
Alexandra Betouni
48229e94c8
fix(CreateChatView): Updated top margin based on designs
...
Closes #6352
2022-07-15 14:30:30 +03:00
Anthony Laibe
cd5042e389
feat(@wallet): multi transaction
2022-07-15 12:48:23 +02:00
femi
971d12ff42
Update Settings NavBar
...
Update FileManager
Update ObjectMapper
2022-07-15 09:27:51 +01:00
femi
6604a0a94d
Update Status ICon
2022-07-15 09:27:51 +01:00
femi
4391d616b6
Update trailing spaces
...
Update UI component mainWindow_Password_textField
2022-07-15 09:27:51 +01:00
femi
f415e4ae3a
Update trailing space
2022-07-15 09:27:51 +01:00
femi
dde483fd96
Update trailing space
2022-07-15 09:27:51 +01:00
femi
3bdba429e3
feat(@DesktopApp): Login- 12, 18, 24 Seed Phrase
...
https://github.com/status-im/status-desktop/issues/6274
https://github.com/status-im/status-desktop/issues/6275
https://github.com/status-im/status-desktop/issues/6276
Login for 12, 18 and 24 seed Phrase
2022-07-15 09:27:51 +01:00
femi
00dc09fb18
feat(@DesktopApp): Login- 12 Seed Phrase
...
https://github.com/status-im/status-desktop/issues/6274
Login for 12 seed Phrase
2022-07-15 09:27:51 +01:00
Noelia
1da749ebe9
fix(CommunitPortal): Scroll doesn't work correctly on the Community Portal page
...
- Replaced `ScrollView` to new component in `StatusQ` -> `StatusScrollView`.
Fixes #6356
2022-07-15 07:57:36 +02:00
Lukáš Tinkl
8e0c8a5c5e
fix(Onboarding): align the 'Before you get started' popup with design
...
- s/popup/root
- remove hardcoded height
2022-07-15 03:40:31 +02:00
Lukáš Tinkl
e50223e507
fix(Onboarding): align the 'Before you get started' popup with design
...
port to StatusDialog
2022-07-15 03:40:31 +02:00
Lukáš Tinkl
47818346e3
fix(Onboarding): align the 'Before you get started' popup with design
...
correct sizing, fonts, spacings, margins, etc
Fixes #6020
2022-07-15 03:40:31 +02:00
Patryk Osmaczko
280e29ad23
chore: remove *.qm files
...
*.qm files are build artifacts
2022-07-14 22:04:33 +02:00
Patryk Osmaczko
c50dc61060
chore(translations): update I18N docs
2022-07-14 22:04:33 +02:00
Patryk Osmaczko
7390bed49e
chore(translations): add lrealese as part of build process
...
closes : #6418
2022-07-14 22:04:33 +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
Jonathan Rainville
4f3a6b46d3
fix(AppMain): put dropRectangle in a Loader, active when dragging
...
Fixes #6023
2022-07-14 09:44:20 -04:00
Alexandra Betouni
8433ed9545
fix(CreateChatView): fixed no contacts text alignment
...
Closes #6354
2022-07-14 16:00:30 +03:00
Khushboo Mehta
3a70499f15
fix(@desktop/chat): The asset name is overlapped by an arrow
...
fixes #6056
2022-07-14 09:12:30 +02:00
Kamil K
d97ee7a7cd
fix(@desktop/onboarding): replace placeholder text to Password
...
fixes : #6052
2022-07-13 23:45:55 +02:00
Kamil K
7dbc713dd8
fix(@desktop): correct spelling of you-r
...
fixes : #6229
2022-07-13 23:43:35 +02:00
Khushboo Mehta
864bdd63fa
fix(@desktop/wallet): Fix for Wallet icon background color seems off in wallet settings under dark mode
...
fixes #6059
2022-07-13 13:20:29 +02:00
Lukáš Tinkl
1a2eb84ace
fix(MyProfileSettingsView): fingerprint entry should fill the full width
...
Fixes #6361
2022-07-13 12:07:06 +02:00
Noelia
47897f431f
fix(Chat/ReactionDialog): The reaction dialog is shown in different places
...
Changed x and y assignment trigger to get the correct value once the position depends on the own popup height.
Fixes #6264
2022-07-13 10:55:12 +02:00
Richard Ramos
1c30eff74b
fix: logs on node tab
2022-07-12 16:59:59 -04:00
Igor Sirotin
50de4594a5
fix(LoginView): Fixed arrow icon size
2022-07-12 16:59:15 -04:00
Sale Djenic
cd2d289af9
quick crash fix
2022-07-12 16:55:28 -04:00
Lukáš Tinkl
fa8c3c6efd
fix(BackupSeed): backup seed phrase form is not centered
...
Fixes #6387
TLDR; since this is a GridView, it needs a width/height set and then
centered on top of the parent component (as opposed to `anchors.fill`)
Also added a scroll indicator in case the window height is not tall
enough and fixed some small warnings
2022-07-12 18:52:34 +02:00