Alexandra Betouni
2039748072
fix(desktop/chat): stickers pack popup not opened
...
Fixed can't open a sticker pack when clicking a
sticker in a chat.
Closes #4203
2021-12-02 16:45:53 +02:00
Anthony Laibe
690c978ea2
fix(@desktop/chat): unfurl multiple link
...
fixes #4192
2021-12-02 15:39:22 +01:00
Alexandra Betouni
23cb5136f1
fix(desktop/chat): Fixed finish editing msg when pressing enter
...
When in message editing mode was not possible to cofirm edit and
close edit mode when pressing enter key as the clicked signal
of the StatusButton is called without an argument, aparently that
signal has a var mouse parameter. Passed null as parameter to
get the signal emitted.
Closes #4213
2021-12-02 16:32:57 +02:00
Alexandra Betouni
b4b28d2f98
feat(desktop/contacts) Improvements in contacts
...
Contacts updates currently in base_bc
Closes #4100
2021-12-01 20:51:06 +02:00
Jonathan Rainville
4cfc1de6a8
fix(chat): fix nickname not populated when clicking profile head in menu
2021-12-01 13:04:22 -05:00
Jonathan Rainville
4d7d2261aa
fix(reply): fix reply image displaying the current user
...
Fixes #4185
2021-11-29 09:32:08 -05:00
Khushboo Mehta
30d1866ee6
fix(@desktop/chat): Blocking a user with big messages leaves an empty space in the chat
...
fixes #4123
2021-11-29 10:14:47 +01:00
Alexandra Betouni
af887af4df
fix(desktop/chat) fetch more messages not working
...
Fetch more messages is spinning indefinitely when
fetch more messages button is clicked and messages
are never displayed
Closes #4168
2021-11-25 10:10:09 -05:00
Jonathan Rainville
66840da455
fix(LinkMessages): fix various problems with link messages not showing
...
Fixes #4131
2021-11-25 11:38:08 +01:00
Sale Djenic
484748314f
fix(general): online/offline selector updated
...
Fixes : #4049
2021-11-24 13:15:15 +01:00
Alexandra Betouni
c0450f0580
refactoring (desktop/chat) Message component
...
Moved Message component & dependencies to shared
for usage import shared.views.chat 1.0 and accordingly
import shared.controls/panels.chat 1.0
Closes #3927
2021-11-24 13:15:15 +01:00
Sale Djenic
cc5ccbc951
refactor(@desktop/general): qml updated according to the new `userProfile` instance
2021-11-24 13:15:15 +01:00
Pascal Precht
db45130a1e
uiux: inform user early when there's no stickers installed
...
This makes sure we don't wait until all sticker packs are loaded
to show the user that now packs were installed (we know this much earlier).
Fixes #4127
2021-11-24 11:18:10 +01:00
Anthony Laibe
ebaa150082
fix(@desktop/tx): Fix tx modal
2021-11-22 10:04:12 +01:00
B.Melnik
defefa1bfe
fix: Fix missing setup url for new opeed tab
...
Closes : #4107
2021-11-17 15:40:50 +01:00
Pascal Precht
9b9fc74140
refactor: replace `Select` with `StatusSelect`
2021-11-10 13:54:56 -05:00
Alexandra Betouni
b9fcbcf5d3
fix(desktop/chatInput) sticker was not shown in reply area
...
Closes #4023
2021-11-10 12:25:25 -05:00
Alexandra Betouni
d78211972e
fix(desktop/chat) online/offline selector not changing color/state
...
Closes #4049
2021-11-05 17:14:06 -04:00
Pascal Precht
9adbd37729
refactor: replace StatusNotification with StatusMacNotification
2021-11-05 15:15:14 -04:00
Pascal Precht
a465ab97fb
cleanup: remove non-existant components from shared qmldir
2021-11-05 15:09:45 -04:00
Pascal Precht
b6a79fd61b
refactor: move StatusChatCommandsPopup to ui/shared/popups
...
This was already done in 9ba07575bd
I assume this got accidentally reintroduced in 426c116bac
2021-11-05 15:09:34 -04:00
Pascal Precht
cfca6f42a5
cleanup: remove legacy StatusChatCommandButton
...
That component is now provided by StatusQ
2021-11-05 15:05:18 -04:00
Alexandra Betouni
36f1ea8832
fix: make user profile images work again
2021-11-05 15:00:50 -04:00
Jonathan Rainville
68a1bee51c
fix(Wallet): fix sending ETH
2021-11-05 14:10:29 -04:00
Jonathan Rainville
9448cd7fd4
fix(wallet): fix account selector in the SendModal
2021-11-05 14:10:29 -04:00
Anthony Laibe
43e10aa4cf
fix: transaction request
2021-11-05 11:02:45 -04:00
Pascal Precht
d6366edb9e
fix: make user profile images in context menu and popup work again
2021-11-05 11:02:45 -04:00
Pascal Precht
d814484c72
fix: make emoijs work again
2021-11-05 11:02:45 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Sale Djenic
30f11c06d4
onboarding process updated, import account feature handled
2021-11-05 11:02:45 -04:00
Pascal Precht
b91a423801
refactor: replace StatusWalletColor components with StatusQ components
2021-10-28 11:31:21 +02:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00