Alexandra Betouni
54076c772c
fix(ProfilePopup): popup title was wrong with ens names
...
Closes #7320
2022-09-27 17:30:51 +03:00
MishkaRogachev
ced2454bdc
feat(ActivityCenter): Force sorting notifications by timespamp
...
Close #7492
2022-09-27 18:14:07 +04:00
Lukáš Tinkl
a209d39881
fix: ENS name issues
...
- don't display identicon rings for contacts with an ENS name
- prefer the at-form (@foo-user) whenever possible, and don't display their
username or pubkey unless they are locally given a nickname
- show compressed keys everywhere instead of the regular ones
Fixes : #7319
Fixes : #7515
2022-09-26 22:38:02 +02:00
Lukáš Tinkl
54c73b0be7
chore: cleanup, fix warning, remove dead code
2022-09-26 22:38:02 +02:00
MishkaRogachev
2681542a98
feat(ActivityCenter): Store AC properties globaly
...
Close 7489
2022-09-26 15:49:46 +03:00
MishkaRogachev
ac9d68b6f5
feat(ActivityCenter): Add ReplyBadge & review fixes
...
Close 7276
2022-09-26 15:49:46 +03:00
MishkaRogachev
b9ca8654a8
feat(ActivityCenter): Fix messages and AC notifications height
...
Close #7497
2022-09-26 15:49:46 +03:00
MishkaRogachev
d4d22f4094
feat(ActivityCenter): Notification badge with community info
2022-09-26 15:49:46 +03:00
MishkaRogachev
b923c97773
feat(ActivityCenter): customize badgies for communities and group chats
2022-09-26 15:49:46 +03:00
MishkaRogachev
239563e93b
feat(Activity Center): Making mentions AC notifications match design and specs
...
Close #7275
2022-09-26 15:49:46 +03:00
Alexandra Betouni
7ea19d14d0
fix(CommunityListTags): fixed gradiend on dark theme
...
Closes #7257
2022-09-26 15:30:14 +03:00
PavelS
36a56a8af3
fix(@desktop/chat): adjust chat name placement
...
Fixes #7353
2022-09-26 12:54:41 +03:00
Lukáš Tinkl
36bea83eee
fix: "Remove contact" button in ProfilePopup doesn't work
...
Closes : #7519
2022-09-26 11:13:56 +02:00
PavelS
f884c91e97
fix(@desktop/community): community tags close button adjust
...
Fixes #7294
2022-09-26 10:25:17 +03:00
PavelS
6a96bc93b3
fix(@desktop/chat): handle same name mentions
...
Fixes #7220
2022-09-22 15:01:55 +03:00
Lukáš Tinkl
19391d9052
fix(PinnedMessagesPopup): don't show empty replies and reactions
...
Fixes : #7498
2022-09-22 12:18:04 +02:00
Lukáš Tinkl
19aa32a07e
fix(ContactPanel): unbreak showing identicon rings
...
- unbreak the user icon in the popup menu
- don't show idention ring for ENS names
Fixes : #7496
2022-09-22 11:21:37 +02:00
Lukáš Tinkl
52dbf9b7c8
fix(CommunitiesListPanel): set uniform icon size
...
we want same icon sizes here, no matter if there's an image or not
Fixes : #7285
2022-09-22 11:18:16 +02:00
Lukáš Tinkl
d7710ce135
fix(ChatMessagesView): unbreak closing reply bubble
...
there was a binding loop warning; but this one also fixes overlapping
messages
Fixes : #7481
2022-09-22 08:37:29 +02:00
Michał Cieślak
824616c32e
chore(general): pull_request_template.md updated
2022-09-21 18:20:15 +02:00
Michał Cieślak
88c0e87446
chore(general): add SortFilterProxyModel submodule
...
It's necessary as a result of StatusQ merge
2022-09-21 18:20:15 +02:00
Khushboo-dev-cpp
71c5e1f4fd
fix(StatusListItem): Adding padding in the inline tags ( #915 )
2022-09-21 18:20:15 +02:00
Alexandra Betouni
367324e422
(StatusSectionLayout): Added back button in StatusChatToolbar ( #903 )
...
To be used in header in all sections where it's needed
Needed for https://github.com/status-im/status-desktop/issues/7312
2022-09-21 18:20:15 +02:00
Michał
b1d6e73e2f
feat(StatusMessage): add 'hideMessage' property to allow hiding main message text ( #916 )
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
060b98a74d
fix(StatusChatInfoButton): fix vertical title alignment
...
do not display the subtitle when it's empty
2022-09-21 18:20:15 +02:00
Michał
8df06ef463
fix(StatusBaseButton): font family and weight fixed ( #908 )
2022-09-21 18:20:15 +02:00
MishkaRogachev
b068deccd4
hotfix(StatusSectionLayout): fix notificationCount availability
2022-09-21 18:20:15 +02:00
Michal Iskierko
42fe647963
fix(StatusMessageSenderDetails): Simplify StatusMessageSenderDetails
...
StatusMessageSenderDetails contains only displayName and secondaryName.
Correct values are delivered by a model.
Issue #7241
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
819c401579
fix(StatusPinMessageDetails): correct spacing
...
Fixes status-im/status-desktop#7305
2022-09-21 18:20:15 +02:00
Patryk Osmaczko
d707bceb14
fix(StatusBaseButton): align text to horizontal center
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
07a8d91ce5
fix(StatusListItem): unbreak vertical alignment
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
0355f52cd9
hotfix: fix broken notification-muted icon
2022-09-21 18:20:15 +02:00
Alexandra Betouni
6112143a3c
fix(StatusChartPanel): updated left spacing ( #907 )
2022-09-21 18:20:15 +02:00
Alexandra Betouni
61fd7ab8d5
fix(StatusChartPanel): fix #893 PR comments
2022-09-21 18:20:15 +02:00
Igor Sirotin
e9bc96e2a1
fix(StatusColorRadioButton): Fixed size as per design ( #732 )
2022-09-21 18:20:15 +02:00
Alexandra Betouni
8be1af7059
feat(StatusChart): Adding chart component ( #893 )
...
Needed for https://github.com/status-im/status-desktop/issues/6490
2022-09-21 18:20:15 +02:00
Sale Djenic
44b6cda99a
feat(StatusPinInput): additional spacing for every N-th digit
...
Two new props exposed so we can sed an extra spacing for every N-th item.
- `additionalSpacingOnEveryNItems` - determines for which item to add an extra space
- `additionalSpacing` - determines the value of extra space which will be added
2022-09-21 18:20:15 +02:00
Michał
b85450a3de
chore(StatusItemSelector): allow of using icons ( #897 )
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
6549c9f344
fix(StatusChatInfoButton): pinned messages counter
...
- fix the "pinned messages" counter, add plural handling (Fixes #899 )
- modernize using layouts (Fixes #898 )
- add some more examples
2022-09-21 18:20:15 +02:00
PavelS
b2fda3dfe8
fix(StatusMessage): adjust text alignment ( #901 )
...
Fixes https://github.com/status-im/status-desktop/issues/7301
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
8e4d3c3fa9
hotfix: unbreak "pointing hand" cursor
...
turns out we can indeed have only one MouseArea to handle both the cursor
and intercepting the event in the "loading" state
2022-09-21 18:20:15 +02:00
Alexandra Betouni
4fcbce3949
feat(StatusBaseButton)!: Converting to QQC2 Button
...
Closes #782
2022-09-21 18:20:15 +02:00
Patryk Osmaczko
2c0f8c8e94
feat(StatusChatListItem): add online badge
2022-09-21 18:20:15 +02:00
Igor Sirotin
4a0b65b1d4
fix(StatusMessageEmojiReactions): Fixed emoji reactions appearance ( #889 )
2022-09-21 18:20:15 +02:00
Khushboo-dev-cpp
840d4bc14a
fix(StatusExpandableItem): Added new padding for Tertitary type expandable item, a flag to set separator to visible true or false ( #896 )
2022-09-21 18:20:15 +02:00
Pascal Precht
5024db4f57
feat(StatusMessage): add support for `messageAttachments`
...
Prior to this commit, a `StatusMessage` can hold only a single
`messageImage`.
There will be scenarios where messages can have multiple attachments.
This is the case when importing messages from discord.
Hence, this commit introduces a new `messageAttachments` property which
is a whitespace separated list of attachment URLs (very analogous to the
already existing `linkUrls` property).
For now, we can safely assume these URLs will resolve to image content.
In future versions however, we might want to support additional content
types to handle any byte stream.
We will then change `messageAttachments` from `string` to a list model
that holds `attachment`s where we also have access to its `contentType`.
This will allow us to decide at runtime which component should be used
to view/play the attachment.
2022-09-21 18:20:15 +02:00
Khushboo-dev-cpp
a298dace74
feat(StatusListItem): Added new properties to handle inline tags needed in the wallet section ( #879 )
2022-09-21 18:20:15 +02:00
Lukáš Tinkl
19b9c6e164
fix: StatusDateGroupLabel doesn't support i18n and has no year
...
- fix evaluating "Today" and "Yesterday"; can't just compare the two Date
objects, the timestamp will always differ so need to compare
year/month/day only
- best attempt to have the month translated, and year added if they
differ (until Qt6 at least, left a TODO)
Closes #843
2022-09-21 18:20:15 +02:00
Sale Djenic
938a544330
feat(Controls): introduce `StatusPasswordInput`
...
`StatusPasswordInput` is a wrapper around `TextField` with an option
to display signing phrase.
2022-09-21 18:20:14 +02:00
Michał
21f187ad39
feat(StatusItemSelector): improved reusablity, addItem and popup handling removed ( #887 )
...
Additionally:
- minor positioning fixes in StatusListItem and StatusListItemTag
- StatusItemSelectorPage updated and added to main.qml
2022-09-21 18:20:14 +02:00