ssb: Fix the loading cancel button.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m19s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m19s
This commit is contained in:
parent
0e97bbe37c
commit
10b15896b3
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🐌",
|
"emoji": "🐌",
|
||||||
"previous": "&eNt+jXQkI/zOdhmV7bpHSY/m4son/xtQocFj14hxUII=.sha256"
|
"previous": "&CYrIO97YKzR9kzp6sfWVx0g+xah9iuF8BlOg9EDMgMk=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,7 @@ class TfTabNewsFeedElement extends LitElement {
|
|||||||
this.channels_unread = {};
|
this.channels_unread = {};
|
||||||
this.start_time = (new Date()).valueOf();
|
this.start_time = (new Date()).valueOf();
|
||||||
this.time_range = [0, 0];
|
this.time_range = [0, 0];
|
||||||
|
this.loading = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
channel() {
|
channel() {
|
||||||
|
Loading…
Reference in New Issue
Block a user