Richard Ramos
|
4fef70fc4a
|
feat: Create group chats
|
2020-06-18 10:16: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 |
Richard Ramos
|
b3a9bff381
|
Add small icon to items in chat list depending on type
|
2020-06-12 08:14:44 -04:00 |
Richard Ramos
|
afc247be23
|
Various fixes
- Make the topbar channel identifier color match the channel list color
- Display private groups on the channel list
- Reduce chat identifier height
|
2020-06-09 18:13:53 -04:00 |
Richard Ramos
|
1cc5d9155f
|
Set initial state to empty chat view instead of selecting the first chat
|
2020-06-05 18:21:46 -04:00 |
Pascal Precht
|
dc6793a0f0
|
refactor(chat): make activeChannel a ChatItem to expose relevant information to the view
|
2020-06-02 16:57:59 -04:00 |
Jonathan Rainville
|
cc85a42b5c
|
feat: show accounts in wallet and put assetList in Account
|
2020-06-02 16:41:08 -04:00 |
Pascal Precht
|
366d50bb74
|
feat(ui): introduce `ChannelIcon` component
This component renders channel identicons based on the chat type
and channel name and will render a user identicon in case of a one-on-one
chat.
|
2020-06-02 16:14:49 -04:00 |
Richard Ramos
|
9d86082cfe
|
Update channels position when receiving a new msg
|
2020-05-29 14:46:42 -04:00 |
Richard Ramos
|
8d2b955bcd
|
load chats on login
|
2020-05-28 17:36:22 -04:00 |
Jonathan Rainville
|
f08372879f
|
fix: fix addChat plus sign
|
2020-05-28 17:36:01 -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 |
Pascal Precht
|
31a310314c
|
ui(chat): introduce identicons for channels and users
Closes #128
|
2020-05-28 08:11:02 -04:00 |
Iuri Matias
|
dd9b4c50ea
|
extract add chat to its own file
|
2020-05-28 07:41:49 -04:00 |
Iuri Matias
|
e662f03e06
|
extract search box to its own file
|
2020-05-28 07:41:49 -04:00 |
Iuri Matias
|
8590a288b2
|
extract channel to its own file
|
2020-05-28 07:41:49 -04:00 |
Iuri Matias
|
0885ab6df0
|
extract ChannelList to its own file
|
2020-05-28 07:41:49 -04:00 |
Iuri Matias
|
839afd6356
|
extract contacts EmptyView into its own file
|
2020-05-28 06:28:18 -04:00 |