Fix apply button loading on profile change
This commit is contained in:
parent
8a2053fcaf
commit
aec83c66f3
3
TODO.md
3
TODO.md
|
@ -11,12 +11,12 @@
|
||||||
- When qml syntax highlighting supports ES6 string interpolation, use them
|
- When qml syntax highlighting supports ES6 string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
- Missing hourglass when changing avatar and applying
|
|
||||||
- Icons on KDE
|
- Icons on KDE
|
||||||
- Greentext for local echo
|
- Greentext for local echo
|
||||||
|
|
||||||
- Show error if uploading avatar fails
|
- Show error if uploading avatar fails
|
||||||
|
|
||||||
|
- If account not in config anymore, discard ui state last page on startup
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
- Do something when access token is invalid
|
- Do something when access token is invalid
|
||||||
- Keyboard flicking against top/bottom edge
|
- Keyboard flicking against top/bottom edge
|
||||||
|
@ -138,6 +138,7 @@
|
||||||
it should be the peer's display name instead.
|
it should be the peer's display name instead.
|
||||||
- Animate RoomEventDelegate DayBreak apparition
|
- Animate RoomEventDelegate DayBreak apparition
|
||||||
- Room subtitle: show things like "*Image*" instead of blank, etc
|
- Room subtitle: show things like "*Image*" instead of blank, etc
|
||||||
|
- Live-reloading accounts.json
|
||||||
|
|
||||||
- nio
|
- nio
|
||||||
- `AsyncClient.share_group_session`: send device batches concurrently
|
- `AsyncClient.share_group_session`: send device batches concurrently
|
||||||
|
|
|
@ -13,8 +13,6 @@ Button {
|
||||||
icon.color: theme.icons.colorize
|
icon.color: theme.icons.colorize
|
||||||
enabled: ! loading
|
enabled: ! loading
|
||||||
|
|
||||||
onVisibleChanged: if (! visible) loading = false
|
|
||||||
|
|
||||||
|
|
||||||
readonly property alias iconItem: contentItem.icon
|
readonly property alias iconItem: contentItem.icon
|
||||||
readonly property alias label: contentItem.label
|
readonly property alias label: contentItem.label
|
||||||
|
|
Loading…
Reference in New Issue
Block a user