Lukáš Tinkl
9327b483a4
fix(BeforeGetStartedModal): fix padding and (line) spacings
...
additionally correct the way a font is propagated from a QQC2 Control
down to our components
Fixes #6515
2022-10-28 19:19:42 +02:00
Michal Iskierko
234a164597
fix(@desktop/chat): Accept profile deep link in "Send Contact Request to chat key"
...
Fix #8070
2022-10-28 16:15:40 +02:00
MishkaRogachev
6a72773ab6
feat(ActivityCenter): Refactor AC Store and fix notifications counting
...
Close #7654
2022-10-28 12:29:40 +03:00
Michal Iskierko
58fe1ed8ca
fix(@desktop/chat): If profile popup is opened close it before another opening
...
Fix #6650
2022-10-28 11:02:42 +02:00
Lukáš Tinkl
27c883ae98
fix(ContactsView): button is in the wrong position
...
Fixes #8080
2022-10-28 10:56:44 +02:00
Lukáš Tinkl
eb4a7d71c5
chore: bump VERSION to 0.7.90 in master
...
so that we always have a higher version than the latest stable release
(0.7.x at the moment), giving us a buffer to further bump it to 0.8.9x as
we approach the 0.9.x series
2022-10-27 23:39:33 +02:00
MishkaRogachev
851dd3bc76
feat(ActivityCenter): Review fixed for community membership AС notifications
2022-10-28 00:25:10 +03:00
MishkaRogachev
5d8e3ac252
feat(ActivityCenter): Fix handling membership requests from AC
2022-10-28 00:25:10 +03:00
MishkaRogachev
9b93a9d3f9
feat(ActivityCenter): Common date-time lable
...
Close #7952
2022-10-28 00:25:10 +03:00
MishkaRogachev
532700f6c7
feat(ActivityCenter): Kicked from community notification
2022-10-28 00:25:10 +03:00
MishkaRogachev
9c8fee09cd
feat(ActivityCenter): Community membership status handling
2022-10-28 00:25:10 +03:00
MishkaRogachev
d4e4e66fc6
feat(ActivityCenter): Community membership notifications
...
Close #7277
2022-10-28 00:25:10 +03:00
Lukáš Tinkl
f122607ada
fix: consecutive discord messages should be grouped like status messages
...
- fill the senderId just like other messages
- add some checks in Utils since the "publicKey" (ID) coming Discord
isn't in the format we'd normally expect
Closes #6678
2022-10-27 22:44:00 +02:00
Boris Melnik
6175beb40a
feat(Communities): Add checking access type in Welcome modal
...
Part of: #7072
2022-10-27 21:39:12 +03:00
Patryk Osmaczko
db2be47ee1
feat(storybook): extended editing of communities portal page
...
- added tags editor
- added active members editor
- refactored icon/banner models (removed imperative transforms)
- refactored icon/banner selection (removed single shots)
closes : #8032
2022-10-27 13:55:06 +02:00
Patryk Osmaczko
bb28c4e30a
chore(StatusQ): fix Sandbox release build
...
- regenerated qrc files
- added qrc files as CMake's Sandbox target dependency
2022-10-27 11:40:00 +02:00
Lukáš Tinkl
16a51f2f72
fix(MessageView): unbreak showing identity ring in replies
...
use the correct way to get the original message's content type and
compare it with the correct Constant type
2022-10-27 10:01:59 +02:00
Michał Cieślak
36454eadd3
fix(Theme): restore accidentally removed import
2022-10-27 10:00:30 +02:00
Jonathan Rainville
e83f46e44a
test(community): add test that kicks a member
...
Fixes #6890
2022-10-26 14:03:21 -04: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
Jonathan Rainville
68fbaeadc1
test(community): add test that invites a user to the community
2022-10-26 12:32:52 -04:00
Alexandra Betouni
ea9a715602
fix(StatusMessage): Reduced top+bottom margins based on figma spec
...
Closes #7318
2022-10-26 17:27:52 +03:00
Alexandra Betouni
752574cfdb
fix:(Settings): Added bottom row components in header
...
* Made tab bar in Profile Settings non scrollable with
the rest of the content
Closes #7525
2022-10-26 16:47:03 +03:00
Jonathan Rainville
c956f3c4ef
fix(ProfileDialogView): hide contact request buttons when removed
2022-10-26 09:34:47 -04:00
Lukáš Tinkl
2c2337a45d
fix(MessageView): unbreak message reply update and found animation
...
due to the refactor, StatusMessage is no longer the toplevel item inside
the delegate, so adjust the functions
some minor cleanups and dead code removals; striving for keeping the
number of properties and bindings inside a ListView delegate at a minimum
2022-10-26 12:50:39 +02:00
Jonathan Rainville
afaf7717e8
fix: fix signals not passing the callback
...
Fixes #8038
We added a callback arg to the signals, but signals do not support default args. You need to pass the exact number of args.
2022-10-26 10:29:33 +02:00
Jonathan Rainville
cea4945cba
feat(storybook): add browser settings in the storybook
2022-10-25 14:27:50 -04:00
Michał Cieślak
2e05a9784e
fix(InviteFriendsToCommunityPopup): invite candidates list made scrollable
...
Additionally, bottom padding is fixed to avoid cutting-off the list
too early.
Closes : #7603
2022-10-25 17:03:44 +02:00
Michał Cieślak
6b90d4d5a6
chore(Storybook): add pages for InviteFriendsToCommunityPopup and related components
...
Closes : #8004
2022-10-25 17:03:44 +02:00
Michał Cieślak
57e80255bf
fix(Global): Popup components moved from Global.qml to dedicated non-singleton component
...
Closes : #7992
2022-10-25 15:35:18 +02:00
Alexandra Betouni
080bc44971
fix(AppMain): only show banner when disconnected
...
Closes #7416
2022-10-25 08:26:29 -04:00
Lukáš Tinkl
70e9c89465
fix(AboutView): "Our principles" button not working
...
as a bonus, add the link to release notes as well
Fixes #8020
2022-10-25 08:26:23 -04:00
Michal Iskierko
6d2a2e6e03
fix(@desktop/general): Fix clicking deep links in chat
...
Clicking any deep-link in chat: /u, /c, /cc does not open browser but executes instantly
Fix : #6302
2022-10-25 08:26:16 -04:00
Richard Ramos
3b3b737956
feat: encrypt communities
2022-10-25 08:26:10 -04:00
Lukáš Tinkl
5d0d3e7135
feat(storybook): add controls to profile page
...
now one can play around with various UI aspects of the new Profile Dialog
2022-10-24 16:55:12 +02:00
Alexandra Betouni
594983c889
fix(BackUpSeed): Confirm # word input had no focus
...
Closes #7680
2022-10-24 17:28:36 +03:00
Alexandra Betouni
e617c8981f
fix(SendRequestModal): fixing spacing issues
...
Closes #6941
2022-10-24 17:28:17 +03:00
Iuri Matias
fbccb31960
chore(@storybook): add language & currency settings view to storybook
...
chore(@storybook): add language & currency settings view to storybook
chore(@storybook): add language & currency settings view to storybook
fix storybook menu
remove qsTr
2022-10-24 10:25:56 -04:00
Anthony Laibe
76aedc3615
feat(@wallet): display ens name with saved addressess
2022-10-24 12:39:34 +02:00
Lukáš Tinkl
6e664564e0
feat(storybook): add Profile Popup
...
This adds the ProfileDialogView to storybook pages
For now, there's just one control to switch between own profile and
another profile; more to come in later PRs.
The mocked global objects (mainModuleInst and globalUtilsInst) are
injected via QML
Fixes : #7820
2022-10-21 18:12:39 +02:00
Lukáš Tinkl
62d4aca0ca
fix(ProfileDialogView): Use compressed chat key in "Copy Link To Profile"
...
Fixes #7988
2022-10-21 11:41:03 +02:00
Lukáš Tinkl
f722dc0761
fix(CommunitiesGridView): don't display header labels when section empty
...
Do not display the Featured/Popular labels when the corresponding section
is emtpy
Fixes : #7946
2022-10-21 11:40:52 +02:00
Igor Sirotin
5ff2976e80
fix(MessageView): Changed visual borders of message
2022-10-21 00:44:19 +02:00
Pascal Precht
7706a6caea
fix(CreateCommunityPopup): reset discord filelist when modal is opened
...
Prior to this commit we would reset the file list (and categories and
channels) whenever the `CreateCommunityPopup` was closed.
This made sense because at that point we could assume that the user has
decided to somehow stop the process of an import, so the next time the
modal is opened again, we want that data to be reset.
However, it turned out that this introduced a bug in the scenario where
and import is running, and while it's running, when the user decides to
hide the progress modal, it would reset the warnings count, resulting in
the progress banner to show an invalid state until the next progress
signal was emitted.
We don't want to reset this data every time we close the modal. We only
want to reset it when we know there's no import in progress.
Fixes #7787
2022-10-20 12:19:02 +02:00
Lukáš Tinkl
8e307d6c35
chore: minor Discord import related UI fixes
...
- correct plural in qsTr()
- readonly properties
- remove obsolete/dead/unused code
2022-10-20 10:40:41 +02:00
Sale Djenic
a60e5d49cf
feat(@desktop/keycard): create a new pairing code
...
Fixes : #7038
2022-10-19 13:24:41 +02:00
Sale Djenic
1f49f3fedd
chore(@desktop/keycard): keycard animations' details set as constants for easier maintaining
2022-10-19 13:24:41 +02:00
Sale Djenic
7377526553
feat(@desktop/keycard): create a 12-digit personal unblocking key (PUK)
...
Fixes : #7037
2022-10-19 13:24:41 +02:00
Sale Djenic
9b2a63c400
feat(@desktop/keycard): change pin flow added
...
Fixes : #7034
2022-10-19 13:24:41 +02:00
Lukáš Tinkl
025a45d1a4
chore(AppMain): improve startup time
...
- wrap everything we can in AppMain with a (async) Loader
- do not access globals w/o a proper store
- drop some dead code
Although I wasn't able to completely fix the bug, the ~50% improvement in
startup time is still worth trying imho. On my machine, the startup time
went down from ~7s to under 4s.
Related: #7292
2022-10-19 10:48:20 +02:00
Lukáš Tinkl
38b6bdbfd3
chore: split English TS files
...
- qml_base.ts is created as a reference point for translators
- qml_en.ts is a minimal overlay translation, providing just the needed
plural forms
- adjust the script to generate the above TS files
- fixup some leftover qsTrId() calls and the qmake file
2022-10-19 10:48:08 +02:00
Patryk Osmaczko
7111879e04
chore(communities/portal): do not show community banner when not loaded
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
fa1f396a86
fix(communities/portal): navigate or spectate community
...
fixes : #7244
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
c805219463
fix(communities/portal): scale banner to fit community card
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
a543f46de5
chore(communities/portal): extend curated communites model
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
76f79cda4d
chore(communities/portal): remove dummy model
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
83be63c686
chore(StatusQ): base StatusNavigationButton on QQC2.Button
2022-10-18 12:53:41 +02:00
Patryk Osmaczko
27a9133882
feat(communities/portal): add tags filtering
2022-10-18 12:53:41 +02:00
Patryk Osmaczko
534a0d0f45
feat(StatusQ): implement overflow pattern to StatusCommunityCard
2022-10-18 12:53:41 +02:00
Patryk Osmaczko
6893a83c95
feat(StatusQ): extract StatusRollArea
2022-10-18 12:53:41 +02:00
Patryk Osmaczko
a2b88d7b77
feat(storybook): extend communities portal cards with tags
2022-10-18 12:53:41 +02:00
Patryk Osmaczko
3aae2603f4
feat(StatusQ): introduce JSONListModel
2022-10-18 12:53:41 +02:00
Michał Cieślak
de4ef7daf0
fix(Storybook): mock for DotherSide types added
...
Additionally `ui/imports/shared/views/chat/qmldir` fixed.
Closes : #7932
2022-10-17 10:50:12 -04:00
Iuri Matias
440d0a9017
chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global
...
chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global
fix storybook menu
2022-10-17 10:03:17 -04:00
Lukáš Tinkl
7a407662e2
feat: New Profile Modal
...
Fixes : #7360
2022-10-17 12:05:54 +02:00
Stefan
057d0c565e
fix(Wallet): fix import seed in account creation
...
Remove the workaround, to the approach of using the complete last word event,
for three letters seed-words. The three letters condition introduced
another side effect when completing the "sentence" and made the
_internal.mnemonicInput contain an extra duplicate word.
Unify the event `doneInsertingWord` generation for the internal purpose
with the external. This will trigger a secondary for some usage but
I see no problem with even in other usages.
Fix corner case when user enters a correct seed word that is not singular
and uses the mouse to jump. In that case the doneInsertingWord is not triggered
Fixes : #7715
2022-10-14 14:20:35 +02:00
Sale Djenic
7a73452706
fix(@desktop/keycard): keypair is not registered for newly created keycard users
...
Fixes : #7899
2022-10-14 13:53:34 +02:00
Sale Djenic
43011645f2
fix(@desktop/keycard): clicking `Get Keycard` button should direct to purchase page
...
Fixes : #7027
2022-10-14 13:49:23 +02:00
Khushboo Mehta
7e82b36509
feat(@desktop/wallet): Create API to retrieve historical price for a token
...
fixes #7260
2022-10-14 10:29:29 +02:00
Sale Djenic
b1f8a476e8
feat(@desktop/keycard): rename keycard flow
...
Fixes : #7033
2022-10-13 19:58:45 +02:00
Sale Djenic
c1f4874e18
feat(@desktop/keycard): UI for the keycard settings in case user has set up a keycard
...
Keycard settings view - UI - developed in a way that list of keycards is displayed
if there is at least one keycard set up. If the a keycard is locked or gets locked it
will be correctly marked in red. Selecting keycard from the list, its details may be
seen and additional flows may be run for it (so far only unlock flow is developed).
Fixes : #7025
2022-10-13 19:24:04 +02:00
Sale Djenic
86a2d963ad
chore(@desktop/keycard): appropriate margin set for title for all views in settings
2022-10-13 19:24:04 +02:00
Lukáš Tinkl
813dbc57c0
feat: notification through notify-send on Linux
...
plus some minor UI changes in the Notifications settings; notably
toggling the exemptions was broken
Closes #2520
2022-10-13 17:28:46 +02:00
Noelia
94910e9554
fix(Onboarding): Give consistency to Create / Confirm password view font-size
...
Updated `Create` and `Confirm` password views according to new design decisions taken to give consistency to the onboarding screens (related to font-size).
Updated related squish test cases: Screenshots updated with new font-size and refactored some objectNames and objects that where using `text` property instead of `objectName`.
Updated `Input` components to `StatusPasswordInput` ones.
Fixes #7447
2022-10-13 16:15:36 +02:00
Michał Cieślak
f0e238dce6
chore(general): Remove profile pictures visibility options
...
From now on, if the image is available it should be displayed
uncoditionally.
Closes : #7609
2022-10-13 07:51:55 -04:00
Michał Cieślak
948dc8e747
fix(AppMain): Community color shown in left bar
...
Closes : #7763
2022-10-13 13:05:47 +02:00
Michał Cieślak
174f33cda3
feat(StatusQ): StatusCenteredFlow
...
Standard Flow component doesn't support center alignment. This
component dispite of some limitations tries to amend this gap.
Closes : #7883
2022-10-13 11:55:38 +02:00
Sale Djenic
4153489ade
fix(@desktop/keycard): onboarding - typo
...
Fixes : #7880
2022-10-13 11:04:19 +02:00
Sale Djenic
2a04dd243e
chore(@desktop/keycard): unused onboarding assets removed
2022-10-13 08:28:21 +02:00
Sale Djenic
0cb23e0f16
fix(@desktop/keycard): login flow
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
2a019f330a
chore(@desktop/keycard): `quaternary` and `quinary` actions introduced
2022-10-13 08:28:21 +02:00
Sale Djenic
095578b517
fix(@desktop/keycard): onboarding flow `I already use Status` -> `Login with Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
eb5ad8c911
fix(@desktop/keycard): onboarding flow `I'm new to Status` -> `Import a seed phrase` -> `Import a seed phrase into a new Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
9be07efec3
fix(@desktop/keycard): onboarding flow `I'm new to Status` -> `Generate keys for a new Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Lukáš Tinkl
6bf57d3bdd
fix: don't display unpin/jump items for a user
...
Fixes : #7853
2022-10-12 11:16:10 -04:00
Lukáš Tinkl
7f944c09be
fix: unbreak the "Jump to" menu item
...
qrc:/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml:143:
TypeError: Cannot call method 'jumpToMessage' of undefined
2022-10-12 11:16:10 -04:00
Michał Cieślak
d5a4ab5967
feat(Storybook): LoginView - initial setup
...
Closes : #7865
2022-10-12 10:54:55 -04:00
Boris Melnik
4cfa4e5451
fix(replies): Fire dataChanged when contact changed in reply
...
Closes : #7687
2022-10-12 10:54:24 -04:00
Stefan
6cfcd92c00
fix(Keycard): disable unfinished onboarding keycard login feature
...
This workflow doesn't save the keystore files which are required in order
to create new wallet accounts. It is not yet clear how to proceed with
saving the keystore files without an accountId.
See `setupAccountKeycard` which is missing `storeAccount*` calls vs
working workflow done in `setupAccount`
Closes : #7867
2022-10-12 10:49:50 -04:00
Alexandra Betouni
6fa4553d08
fix(DragnDrop): re-enabled drag and drop
...
Closes #7484
2022-10-12 10:34:46 -04:00
Igor Sirotin
6d15f8c16f
fix(InvitationBubbleView): Fixed layout and button radius
2022-10-12 10:33:00 -04:00
Michał Cieślak
62b0269fff
fix(StatusChatInput): paste mentions without changing msg content
...
Closes : #7109
2022-10-12 10:24:20 -04:00
Boris Melnik
073e97eecd
fix(Communities): Fix elide for communtiy public key
...
Closes : #7777
2022-10-12 16:33:18 +03:00
Boris Melnik
6a11a89ff3
fix(Reply): Add check if responsed message was deleted and add `<deleted>` to reply message
...
Closes : #7372
2022-10-12 15:43:48 +03:00
Lukáš Tinkl
76d50b5b90
fix(StatusChatListItem): fix online status badge hover color
...
Fixes : #7755
2022-10-12 01:22:02 +02:00
Igor Sirotin
293981b0b2
fix(SplashScreen): Fixed blurry animation
2022-10-11 19:29:35 +03:00
Michał Cieślak
a893d100ab
fix(LinksMessageView): Reload images when back online
...
Closes : #7665
2022-10-11 17:01:30 +02:00
Michał Cieślak
553f1f5beb
fix(ChatHeaderContentView): Unreachable buttons in community header at min width
...
Closes : #7647
2022-10-11 16:58:41 +02:00
Noelia
2716e8a7c9
fix(Chat/CommunityColumn): Create new chat button looks inconsistent across views
...
Added consistency between chat / community views: Colour and button position modified to be the same.
Fixes #7648
2022-10-11 16:05:35 +02:00
Stefan
de2c421b5e
fix(Wallet): allow to edit name and color for a new account before authentication
...
There is no good reason to keep user entering information before authenticating
Also fix typo
Fixes : #7714
2022-10-10 16:54:46 +02:00