Compare commits
2 Commits
951155f1b6
...
2478f3064d
Author | SHA1 | Date | |
---|---|---|---|
2478f3064d | |||
e9b8b43e7c |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&Ym1vefMN4CV4UIgLuV+zu52qj58WwIScctt4v5YIHmQ=.sha256"
|
"previous": "&PCN9g0ZEGGYlY+Rqpcn+x3iTZ1n8yljYm+pbgjPkW0w=.sha256"
|
||||||
}
|
}
|
||||||
|
@@ -203,7 +203,7 @@ class TfTabNewsElement extends LitElement {
|
|||||||
new Event('refresh', {bubbles: true, composed: true})
|
new Event('refresh', {bubbles: true, composed: true})
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<span style="width: 1.5em; height: 1.5em; padding: 8px">↻</span>
|
<span style="display: inline-block; width: 1.8em">↻</span>
|
||||||
Sync now
|
Sync now
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
@@ -216,7 +216,10 @@ class TfTabNewsElement extends LitElement {
|
|||||||
})
|
})
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
${this.stay_connected ? '🔗 Online mode' : '⛓️💥 Passive mode'}
|
<span style="display: inline-block; width: 1.8em"
|
||||||
|
>${this.stay_connected ? '🔗' : '⛓️💥'}</span
|
||||||
|
>
|
||||||
|
${this.stay_connected ? 'Online mode' : 'Passive mode'}
|
||||||
</button>
|
</button>
|
||||||
`
|
`
|
||||||
: undefined}
|
: undefined}
|
||||||
|
@@ -3,7 +3,9 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
android:fitsSystemWindows="true"
|
||||||
|
android:background="#000">
|
||||||
<com.unprompted.tildefriends.TildeFriendsWebView
|
<com.unprompted.tildefriends.TildeFriendsWebView
|
||||||
android:id="@+id/web"
|
android:id="@+id/web"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Reference in New Issue
Block a user