File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
APP_NAME = littr
6
- APP_VERSION = 0.40.11
6
+ APP_VERSION = 0.40.12
7
7
GOLANG_VERSION = 1.23
Original file line number Diff line number Diff line change 13
13
"name" : " MIT" ,
14
14
"url" : " https://github.com/krustowski/littr/blob/master/LICENSE"
15
15
},
16
- "version" : " 0.40.11 "
16
+ "version" : " 0.40.12 "
17
17
},
18
18
"host" : " www.littr.eu" ,
19
19
"basePath" : " /api/v1" ,
Original file line number Diff line number Diff line change 1
1
// @title littr
2
- // @version 0.40.11
2
+ // @version 0.40.12
3
3
// @description a simple nanoblogging platform as PWA built on go-app framework
4
4
// @termsOfService https://littr.eu/tos
5
5
Original file line number Diff line number Diff line change @@ -1668,7 +1668,8 @@ func (c *flowContent) Render() app.UI {
1668
1668
app .B ().Title ("reaction count" ).Text (post .ReactionCount ).Class ("left-padding" ),
1669
1669
app .Button ().Title ("increase the reaction count" ).ID (key ).Class ("transparent circle" ).OnClick (c .onClickStar ).Disabled (c .buttonDisabled ).Attr ("touch-action" , "none" ).Body (
1670
1670
//app.I().Text("ac_unit"),
1671
- app .I ().Text ("bomb" ),
1671
+ //app.I().Text("bomb"),
1672
+ app .I ().Text ("nest_eco_leaf" ),
1672
1673
),
1673
1674
),
1674
1675
),
You can’t perform that action at this time.
0 commit comments