Use a component to display image link previews

This commit is contained in:
miruka
2019-09-03 03:04:57 -04:00
parent 3c4ca7d433
commit 5674d0c7b7
10 changed files with 147 additions and 100 deletions

View File

@@ -11,6 +11,7 @@
- When qml syntax highlighting supports ES6 string interpolation, use them
- Fixes
- Scroll to begin/end
- `minutesBetween()` for 13:13:58 and 14:15:07
- `# > quote` doesn't color
- Pressing backspace in composer sometimes doesn't work
@@ -29,6 +30,7 @@
- Verify big avatars aren't downloaded uselessly
- UI
- Esc in sidepane to focus chat again
- Set an explicit placeholder text color for text field/area
- Change typing bar background
- Show error if uploading avatar fails or file is corrupted
@@ -38,8 +40,8 @@
- Message selection
- Make scroll wheel usable
- Copy to X11 selection
- Make events copiable
- Images don't load correctly in TextEdit
- Link previews
- Take the previews into account to calculate delegate min height
- Just use Shortcut onHeld instead of analyzing the current velocity
in `smartVerticalFlick()`