Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
84a8c1bc
Unverified
Commit
84a8c1bc
authored
Sep 04, 2022
by
Carl Schwan
🚴
Browse files
Add message that email is loading
Signed-off-by:
Carl Schwan
<
carl@carlschwan.eu
>
parent
38d419eb
Pipeline
#227062
passed with stage
in 3 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mail/qml/mailpartview/MailPartView.qml
View file @
84a8c1bc
...
...
@@ -13,7 +13,7 @@ import org.kde.kitemmodels 1.0 as KItemModels
ListView
{
id
:
root
implicitHeight
:
contentHeight
implicitHeight
:
root
.
count
===
0
?
Kirigami
.
Units
.
gridUnit
*
20
:
contentHeight
property
var
item
property
alias
rootIndex
:
visualModel
.
rootIndex
property
alias
searchString
:
visualModel
.
searchString
...
...
@@ -26,6 +26,14 @@ ListView {
id
:
visualModel
model
:
messageParser
.
parts
}
Kirigami.PlaceholderMessage
{
anchors.centerIn
:
parent
visible
:
root
.
count
===
0
text
:
i18n
(
"
Loading mail...
"
)
icon.name
:
"
mail-folder-inbox
"
}
MessageParser
{
id
:
messageParser
item
:
root
.
item
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment