new version with hashtags

This commit is contained in:
LubuWest 2020-11-25 21:40:17 +01:00
commit 56bdb80ea0
47 changed files with 1424 additions and 825 deletions

View file

@ -41,6 +41,7 @@ Item {
id: placeHolder
color: 'lightblue'; antialiasing: true
anchors.fill:parent
radius: 0.5*mm
}
Text {
id:daytext

View file

@ -106,7 +106,7 @@ Rectangle {
Connections{
target: updatenews
onSuccess:{
function onSuccess(api){
calBusy.running=false;
showEvents("")
}

View file

@ -43,6 +43,7 @@ Rectangle{
height:parent.height-12*mm
x:mm
y:mm
radius: 0.5*mm
property var daylist:[]
property int dayint: 0
MButton{
@ -88,6 +89,7 @@ Rectangle{
height:eventNameText.height+eventDetailsText.height+mm
border.color: "light grey"
border.width: 1
radius: 0.5*mm
Image {
id:profileImage
source: ((event.eventOwner.profile_image!="") && (typeof(event.eventOwner.profile_image)=="string"))? "file://"+event.eventOwner.profile_image : event.eventOwner.profile_image_url