Jonathan Rainville
621f723ecf
fix(mentions): set mention index at the top when changing the filter
2021-07-13 09:41:52 -04:00
Jonathan Rainville
40fd390def
fix(mentions): fix to sort alphabetically and with start of words
2021-07-13 09:41:52 -04:00
Jonathan Rainville
4277a6e7f4
feat(mentions): show mentions ordered by how it matches the filter
...
Fixes #2543
2021-07-13 09:41:52 -04:00
ace-smart
6e2062ec6f
Fixed not showing issue for the profile thumbnail in the suggestion list. Fixes #1916
2021-03-04 17:34:01 -05:00
Richard Ramos
4b7769c391
fix: adding padding to suggestion box to avoid having the identicon cut
2021-02-08 17:38:53 -05:00
Jonathan Rainville
dc313e200a
fix: fix mention list having no currentIndex on mouse select
2021-01-21 12:04:50 -05:00
Jonathan Rainville
537ae7991b
fix: make sure the mention and emoji pickers close when pressing escape
2020-11-19 13:54:17 -05:00
Jonathan Rainville
4371501efc
feat: style mention suggestions and make it work with keyboard
2020-10-20 17:21:02 -04:00
Pascal Precht
fac0e50e37
feat: introduce StatusIdenticon components
...
This component introduces `StatusLetterIdenticon`, `StatusImageIdenticon`
and `StatusIdenticon`.
- `StatusLetterIdenticon` renders an identicon with a single letter based on a
name.
- `StatusImageIdenticon` renders an actual image based on an identicon URL
- `StatusIdenticon` is a composition of the former both, but with a loading mechanism
to decide which should be rendered
The commit also ensures all of these components are used respectively throughout
the application.
2020-09-23 08:52:30 +02:00
Pascal Precht
f2d345fe6e
feat(chat): support mention auto complete anywhere inside the message
2020-07-23 15:36:45 -04:00
Jonathan Rainville
f51399ff1f
fix: fix QML warnings and errors
2020-07-21 11:09:00 -04:00
Pascal Precht
1e39cf4821
feat(chat): implement mention auto complete
...
Closes #515
2020-07-17 12:31:20 -04:00