Alexandra Betouni
b5aa8d876e
[ #3119 ] Fixiing profile picture not correct in add new chat popup
...
Closes #3119
2021-08-02 13:38:54 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Alexandra Betouni
03db6a4985
[ #2707 ] Added "My Profile" button in new chat popup
...
My profile link was not shown when starting 1x1 chat
having someone in contacts as it is currently the case in
mobile app
Closes #2707
2021-07-23 14:19:33 -04:00
Pascal Precht
c0da840a87
fix(ContactsListAndSearch): ensure component doesn't depend on `parent`
...
Also add default `height` as it otherwise breaks UI in other places.
2021-07-15 08:38:24 -04:00
Anthony Laibe
66a0611d91
fix(@desktop/chat): Hide add contact button on private chat
...
fixes #2595
2021-07-13 17:20:23 -04:00
Iuri Matias
599bf731fb
refactor: extract 'channels' to its own file
2021-06-18 12:12:01 -04:00
Richard Ramos
22839f177b
feat: use new API for joining/leaving chats
...
Fixes #2526
Fixes #2487
2021-05-25 14:47:13 -04:00
Jonathan Rainville
303e6e9893
refactor: change PrivateChatPopup to use the new ContactListAndSearch
2021-03-31 16:25:24 -04:00
Jonathan Rainville
c42bd1ea78
feat: add input to search and use ENS for community invite
...
fixes #2138
2021-03-31 16:25:24 -04:00
Jonathan Rainville
0e699cac65
chore: run translation scripts
2021-02-18 15:23:58 -05:00
Pascal Precht
8977ba4931
refactor: redesign PrivateChatPopup to match new designs
...
This commit introduces the new design and behaviour of the modal
that opens up when starting a new 1-on-1 chat.
Main changes include:
- New search UI/UX functionality of users and ENS resolutions
- Composed view of existing contacts and contacts to be searched
- Ability to add contacts from within the modal
Closes : #1747
2021-02-10 13:39:25 -05:00
Pascal Precht
105c4cba4a
refactor(ContactsContainer): make use of NoFriendsRectangle
2021-02-02 11:51:02 +01:00
Pascal Precht
62183fb414
refactor: replace StyledButton with StatusButton
...
There are some inconcistencies in the application when it comes to
button UI elements because we're using `StatusButton` in some places,
in other we use `StyledButton`. The latter is the original
component we've created when we started out building Status
Desktop, but is planned to be removed entirely in favour of
`StatusButton`.
This commit replaces the usages of `StyledButton` with `StatusButton`
2021-02-02 10:57:42 +01:00
staked-smart-ace
74a8cfd880
Fixed filtering contacts issue on when create new chat. Fixes #1705
2021-01-21 11:40:34 -05:00
staked-smart-ace
8acdaff6f9
Fixed filtering contacts issue on when create new chat. Fixes #1705
2021-01-21 11:40:34 -05:00
Jonathan Rainville
acac683dc2
feat: fix Notification page and lists of contacts
2021-01-19 16:45:57 -05:00
Jonathan Rainville
d01c9fef79
feat: add profile pic support
2020-12-17 16:44:25 -05:00
Richard Ramos
ae30d04010
refactor: ProfileView
2020-12-08 17:01:22 -05:00
Richard Ramos
a5b9511a55
fix: show ens usernames when creating a 1:1 chat
2020-11-26 13:23:42 -05:00
hydrogen
ae5ad63410
fix: component layout
2020-11-18 12:06:13 +01:00
hydrogen
df9ac80eb9
feat: loading spinner while resolving ens name
2020-11-18 12:06:13 +01:00
Pascal Precht
85f18057ae
fix: don't allow users to start chats with themselves
2020-10-16 10:44:42 -04:00
Pascal Precht
e0adc3056e
chore: update translations
...
Closes #801 #841
2020-09-17 15:16:09 -04:00
Pascal Precht
a9fe6eb3b2
fix(Chat): use qsTr() over qsTrId() due to non-existent i18n id
...
Fixes #848
2020-09-08 14:23:40 -04:00
Jonathan Rainville
0c686c3fcf
chore: run qstrConverter script
2020-08-27 17:09:37 -04:00
Richard Ramos
477f5aa460
feat: display empty state when user has no contacts
2020-08-11 08:39:10 -04:00
Jonathan Rainville
92f5a9ca5c
feat: add dark theme colors and new properties for it
2020-07-14 12:37:17 -04:00
Richard Ramos
06efb531cb
feat: adds QML debounce library
2020-07-14 11:56:44 -04:00
Richard Ramos
4ee0d78cb6
feat: using threads for resolving ENS usernames
2020-07-08 13:53:21 -04:00
Jonathan Rainville
1eb1d3d41c
chore: run transform script to change qstr to qstrid
2020-07-08 12:37:41 -04:00
Jonathan Rainville
a529d729ea
feat: change Theme to Style to enable changing Theme
2020-07-03 09:59:14 -04:00
Richard Ramos
5b3f077fa9
feat: bundle resources
...
- Update linux build to package resources
- Refactor macOS packaging re: resources.rcc
2020-07-03 09:59:00 -04:00
Richard Ramos
961139e778
feat: start chats with ENS usernames
2020-06-30 16:21:21 -04:00
Iuri Matias
e859250501
fix other blurry images on hdpi screens
...
fix other blurry images on hdpi screens
fix image size
ensure plist has high res directive
addd directive to info runner
2020-06-25 16:13:17 -04:00
Jonathan Rainville
ad2a318c85
feat: add validationError prop on Input and use it in privateChatPopup
2020-06-23 07:09:18 -04:00
Iuri Matias
0ad64cc5de
update qml imports
2020-06-18 11:02:11 -04:00
Iuri Matias
fe82f762bb
display list of contacts in the open chat modal
2020-06-17 07:41:32 -04:00
Richard Ramos
b0a8bc3368
fix: make text selectable, limit text input content width and execute actions onEnter
2020-06-16 12:05:22 -04:00
Jonathan Rainville
bf5f0b6dda
feat: add basic generate account popup
2020-06-04 16:31:17 -04:00
Richard Ramos
dd0e9de324
refactor: code cleanup
2020-06-04 08:35:29 -04:00
Richard Ramos
6f3b987346
fix: code review
2020-05-29 15:02:31 -04:00
Richard Ramos
1c00bb2dff
Create a reusable modal popup
2020-05-29 15:02:31 -04:00
Jonathan Rainville
77966c8f6c
feat: add very basic sendModal content
2020-05-29 14:44:45 -04:00
Richard Ramos
3b8408d21a
Join private chats
2020-05-28 11:54:44 -04:00
Richard Ramos
1a829828c8
feat: private chat popup
2020-05-28 09:29:17 -04:00