Patryk Osmaczko
ae55e78faf
feat(chat): ignore not loaded messages
...
closes : #8838
2023-01-17 18:58:53 +01:00
Lukáš Tinkl
b2328d6643
chore: Consolidate date/time formatting
...
- simplify locale settings
- extract/fix datetime related functions into LocaleUtils
- port code to the new LocaleUtils
Closes #7230
2023-01-17 16:42:34 +01:00
Alex Jbanca
d07136481c
perf(chatScroll): Adding signals for chat settings in MessageStore
...
perf(chatScroll): Fix comment
2023-01-16 10:26:53 -05:00
Alexandra Betouni
7620061ba3
fix(CommunityEdit): content width should have fixed size
...
Closes #9051
2023-01-16 17:00:08 +02:00
Jonathan Rainville
f8c4682885
chore(contact-request): remove old contact request button and popup
...
Fixes #9072
I made clicking on the OS notification open the AC instead of the old popup
2023-01-13 16:16:14 -05:00
Noelia
ea0db55361
fix(Community Permissions): Update `tokens` names to `assets`
...
- Updated enumerators that were defining `tokens` instead of `assets`.
- Updated property names and labels.
- Updated signals and components names.
- Updated storybook.
Fixes #8816
2023-01-13 14:51:31 +01:00
Dario Gabriel Lipicar
ac7b322ee7
fix(@desktop): fix AmountInput locale
...
Fixes #9103
2023-01-13 09:59:14 -03:00
Noelia
5676fb96ef
fix(Community Permissions): Update `Who holds` add new item with always AND action
...
- Logic related to operators removed.
- Dropdown `and/or` removed.
- Updated `PermissionItem` to display only the tag and not the operator.
- Updated `storybook` according to new changes.
Fixes #8500
2023-01-13 10:51:10 +01:00
Jonathan Rainville
af0c9767d1
feat(context-menu): add Copy message action in message context menu
...
Adds the action to copy the right-clicked message's text.
It copies the unparsed text (no html).
For that, I had to add it in the MessageItem and expose it in the model.
I also fixed the copy MessageId action that didn't show + didn't work even if it would have shown.
Plus some small cleanups.
2023-01-12 16:15:17 -05:00
Jonathan Rainville
c3945f33c0
feat(replies): add deleted to QuotedMessage to change msg displayed
...
Adds `deleted` to the QuotedMessage object so that on the frontend, we can show "Delete message" only when we know the message was deleted.
Otherwise, when we don't know the quoted message, we show "Unknown message [...]"
2023-01-12 15:18:03 -05:00
Jonathan Rainville
91c2e6d257
feat: use QuotedMessage object for replies to better show the replies
...
Fixes #7754
ok
2023-01-12 15:18:03 -05:00
Dario Gabriel Lipicar
7c4022e4ac
feat(@desktop/wallet): implement unified currency formatting
...
Fixes #8640
2023-01-12 15:21:27 -03:00
Noelia
5e2fa14cd6
fix(Community Permissions): Update change detected buttons labels according to the new design
...
Exposed new properties in `SettingsDirtyToastMessage` to customise buttons texts.
Exposed new properties in `SettingsPageLayout` to customise dirty toast buttons texts.
Fixes #9046
2023-01-12 13:37:49 +01:00
Noelia
cc4ebc0ec8
fix(Community Permissions): Update `PermissionItem` according to the new design
...
Removed `and` text between items in `In` section.
Fixes #9049
2023-01-12 11:17:00 +01:00
Noelia
a181d1d867
fix(Community Permissions): Remove (hide) minting and import option in assets dropdown
...
Removed (hidden) minting and import option in assets dropdown
Fixes #8827
2023-01-12 08:58:43 +01:00
mprakhov
52d336b5a6
fix(@desktop/chat): allow to send attached image without text input
2023-01-11 18:27:31 +02:00
Alexandra Betouni
055fec9109
fix(Community): banners where overlapping
...
Closes #8947
2023-01-11 16:46:51 +02:00
mprakhov
3de073edb8
fix(@desktop/community): empty tag string creation
2023-01-11 15:41:57 +02:00
mprakhov
3994f8b2fb
fix(@desktop/chat): show message which was sent during group chat creation
2023-01-10 23:53:46 +02:00
Jonathan Rainville
5e8f3e6565
fix(CreateChatView): enable mentioning people selected in create chat
...
Fixes #8749
I couldn't fully test it because it needs #8991 to be fixed to see if the message is sent correctly
2023-01-10 13:58:37 -05:00
Lukáš Tinkl
9e396f7344
chore: refactor/improve/optimize StatusMessage & friends
...
- drop dead code
- reduce number of direct bindings
- use Loaders whenever possible
Fixes #8744
2023-01-10 10:55:53 +01:00
mprakhov
0cc64774af
fix(desktop/chat) show the badge during receiving the mention in inactive section
2023-01-09 20:00:51 +02:00
Lukáš Tinkl
785110b410
chore: remove dead code
2023-01-09 16:41:51 +01:00
Boris Melnik
9b8a86a3cb
feat(communities): Add ban state for spectated community
...
Fixes : #8761
2023-01-09 10:30:54 -05:00
mprakhov
0675d6a7d9
fix(@desktop/chat): message box buttons do not work in group chat creation screen
2023-01-09 12:51:35 +02:00
Lukáš Tinkl
b086d432d1
fix: Chat Input isn't focused after editing a message
...
Fixes #8966
2023-01-06 14:35:07 +01:00
Lukáš Tinkl
f6355dc4a6
fix(StatusBaseInput): No padding for input fields
...
- make the left/right padding and internal spacing consistent with the
Figma design
- the padding itself got broken by a behavior-incompatible change introduced in
17aaec2d53 (diff-451194c72ab50ea2586b6f1d6521b81d9a93206069788117326788be28b638fd)
;
this change is however correct but we can no longer rely on the
implementation detail that used to "reset" the left/right padding to its
default value when we set `leftPadding: 0`
Fixes #8910
2023-01-06 00:59:42 +01:00
Lukáš Tinkl
6fc1d0951b
fix: Cannot open the link in the channel's description
...
Hook up the signal to open a hyper link
Fixes #8939
2023-01-04 18:54:14 +01:00
Jonathan Rainville
235c0d3042
test(community): add a test where the admin can delete a user's message
...
Fixes #6891
2023-01-04 11:12:47 -05:00
Jonathan Rainville
29450d34a7
feat(admin): enable admins to delete messages from other users
...
Fixes #8869
2023-01-04 11:12:47 -05:00
Patryk Osmaczko
fe87cbaada
fix(chat/messages): load messages even if fetch is ongoing
...
fixes : #8831
2023-01-04 11:05:11 -05:00
Alexandra Betouni
ba811acc27
fix(improvements): remove console warnings pt1
...
Closes #7959
2023-01-04 17:28:59 +02:00
Igor Sirotin
38353af413
fix(PinnedMessagesPopup): Force show repeat header
2022-12-29 11:58:40 +03:00
mprakhov
8b3319a1f3
fix(@desktop/communities): empty chat view during adding/removing active channel to the category
2022-12-22 20:02:09 +02:00
Pascal Precht
f3eb29bfea
feat(chat): allow for editing last user message using arrow-up key
2022-12-22 17:31:32 +01:00
Michał Cieślak
fe7884cd29
feat(CommunityPermissions): InDropdown integration
...
Closes : #6041
2022-12-21 21:48:51 +01:00
Michał Cieślak
d58dd3331b
feat(CommunityPermissions): Dropdown for channels selection added
2022-12-21 21:48:51 +01:00
Khushboo Mehta
f84404c956
feat(@desktop/wallet): Custom routing
...
fixes #8237
2022-12-21 19:25:11 +01:00
Noelia
265b0b5a8f
fix(CommunityPermissions/NewPermissionsView): Holdings tags icon size/position didn't fit the design
...
- Updated `StatusItemSelector` API to allow other asset sizes and leftPadding.
- Applied different asset size in holdings tags in `NewPermissionView` to fit the design.
2022-12-21 18:42:16 +01:00
Noelia
73b2fb2271
fix(CommunityPermissions/PermissionItem): The component allowed adding labels with long texts that exceed the content itself
...
- Updated `PermissionItem` to avoid the `StatusListItemTag` exceeding the content itself.
Fixes #8580
2022-12-21 18:42:16 +01:00
Noelia
579075d6cc
fix(StatusQ/StatusListItemTag): Changed API and added test elide property when a specific width is forced
...
- Changed `StatusListItemTag` API. Now it is based on `Control` component.
- Updated needed qml files to fit with the new `StatusListItemTag` API.
- Added `elide` property in `Text` component to better visualise the content when a specific width is forced.
2022-12-21 18:42:16 +01:00
Pascal Precht
865ed32deb
feat: introduce ability to @everyone
...
Closes #8479
This needs: status-im/status-go#3026
2022-12-21 10:19:48 +01:00
Noelia
a9d25697dd
feat(CommunitySettings): Implement UI for`edit`, `duplicate` and `remove` actions in community permissions page
...
feat(CommunitySettings): Implement UI for`edit`, `duplicate` and `remove` actions in community permissions page
- Enabled `duplicate` action (mocked).
- Enabled `delete` action (mocked) and added / updated navigations in case all permissions are removed.
- Added delete confirmation popup.
- Enabled `edit` action (mocked) where changes are detected and the `dirty changes toast` appears properly.
Closes #8581
2022-12-19 15:25:16 +01:00
Patryk Osmaczko
87674064d0
feat(chat/messages): implement new messages marker
...
closes : #8572
iterates: #7488
2022-12-16 19:12:12 +01:00
Michał Cieślak
9dcaf86e42
feat(CommunityPermissions): search for collectibles dropdown
...
Closes : #7158
2022-12-16 00:52:09 +01:00
Michał Cieślak
7234e49fee
chore(Storybook): Add HoldingsDropdown page
2022-12-16 00:52:09 +01:00
Boris Melnik
f35468963c
fix(warnings): Rid off warnings
...
Fixes : #8293
2022-12-15 19:31:18 +03:00
Igor Sirotin
50427390dd
ens: Fix ens name inconsistency across app
2022-12-14 23:46:50 +03:00
Michal Iskierko
3f01af4446
fix(@desktop/chat): Fix user names propagation.
...
Add ProfileUtils for displaying correct name.
Set names in models correctly.
Fill names in qml correctly.
Fix #8343
2022-12-14 17:44:26 +01:00
Noelia
8a749846df
fix(CommunityPermissions): Change `Flickable` to `StatusScrollView`
...
Modified `Flickable` in `CommunityNewPermissionView`, CommunityWelcomePermissionsView` and CommunityPermissionView` to `StatusScrollView`
Fixes #8584
2022-12-14 16:38:59 +01:00