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