feat(android app): add 'choose file' button to auto upload media to catbox in the background

more free and open web hosting services can be added later
This commit is contained in:
Tom (plebeius.eth)
2024-11-02 18:42:52 +01:00
parent 3f4f0229ba
commit f40c2c2f88
11 changed files with 258 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const BoardHeader = () => {
</div>
)}
<div className={styles.boardTitle}>
{title || shortAddress ? (shortAddress.endsWith('.eth') || shortAddress.endsWith('.sol') ? shortAddress.slice(0, -4) : shortAddress) : subplebbitAddress}
{title || (shortAddress ? (shortAddress.endsWith('.eth') || shortAddress.endsWith('.sol') ? shortAddress.slice(0, -4) : shortAddress) : subplebbitAddress)}
{(isOffline || isOnlineStatusLoading) && !isInAllView && !isInSubscriptionsView && (
<span className={`${styles.offlineIcon} ${offlineIconClass}`} title={offlineTitle} />
)}