summary refs log tree commit diff
path: root/resources/qml/InviteDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix background color on text inputLoren Burkholder2021-07-201-0/+1
|
* make lintLoren Burkholder2021-07-201-11/+33
|
* Simplify room details accessLoren Burkholder2021-07-201-1/+0
| | | | This removes the redundant room name property
* Fix item that accept() is called onLoren Burkholder2021-07-201-2/+2
|
* Add close on Escape shortcutLoren Burkholder2021-07-201-0/+5
|
* Clean up codeLoren Burkholder2021-07-201-13/+0
|
* Add fancy label if you enter a bad mxidLoren Burkholder2021-07-201-0/+73
|
* Focus the input bar automaticallyLoren Burkholder2021-07-201-0/+1
|
* Make sure to use the default room id if none is specifiedLoren Burkholder2021-07-201-1/+2
|
* make lintLoren Burkholder2021-07-201-28/+50
|
* QML the invite dialogLoren Burkholder2021-07-201-0/+112
This also adds a property `roomId` to TimelineModel.