diff --git a/saoristyle.css b/saoristyle.css
index f655389..f99b89b 100644
--- a/saoristyle.css
+++ b/saoristyle.css
@@ -41,3 +41,10 @@
float:left;
}
+div.notification_type {
+ font-size:large;
+}
+
+div.notification_type img {
+ float:left;
+}
diff --git a/saoriview.cpp b/saoriview.cpp
index 44a9e4b..7bdcd5d 100644
--- a/saoriview.cpp
+++ b/saoriview.cpp
@@ -194,7 +194,7 @@
}
result += "";
+ result += ")>";
if (json["type"].toString() == "image") {
result += "";
}
@@ -233,6 +233,54 @@
return result;
}
+const QString SaoriView::notificationParser(const QJsonObject json)
+{
+ QString result;
+ if (json.isEmpty()) return QString();
+ result += "