Smooth box size transition between AddChat tabs
This commit is contained in:
parent
099a98a5da
commit
883d1c095b
4
TODO.md
4
TODO.md
|
@ -1,5 +1,4 @@
|
|||
- Media
|
||||
- Upload progression and pausing
|
||||
- Confirmation box after picking file to upload
|
||||
- Handle set avatar upload errors
|
||||
- Show real progression for mxc thumbnail loadings
|
||||
|
@ -18,8 +17,6 @@
|
|||
- Special treatment for matrix.to URLs?
|
||||
- EventFile & Downloading (right click on media > save as...)
|
||||
|
||||
- Create room tabs brutal size transition
|
||||
|
||||
- Refactoring
|
||||
- Use a singleton for utils.js
|
||||
- Room header elide detection
|
||||
|
@ -34,6 +31,7 @@
|
|||
- Reducable room sidepane, swipe to show full-window
|
||||
|
||||
- Fixes
|
||||
- Pausing uploads doesn't work well with matrix.org
|
||||
- Quickly posting with another account leads to sync stop
|
||||
- CPU usage
|
||||
- `code` not colored in room subtitle
|
||||
|
|
|
@ -51,6 +51,9 @@ HPage {
|
|||
|
||||
Layout.fillWidth: true
|
||||
|
||||
Behavior on implicitWidth { HNumberAnimation {} }
|
||||
Behavior on implicitHeight { HNumberAnimation {} }
|
||||
|
||||
FindSomeone { id: findSomeone }
|
||||
JoinRoom {}
|
||||
CreateRoom {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user