diff --git a/README.md b/README.md index 690cbdba..522a649f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In the plebbit protocol, a 5chan board is called a _subplebbit_. To run a subple Peers can connect to your subplebbit using any plebbit client, such as 5chan or Seedit. They only need the subplebbit's address, which is not stored in any central database, as plebbit is a pure peer-to-peer protocol. ### How to add a board to the boards list -The boards list on 5chan is plebbit's [temporary-default-subplebbits](https://github.com/plebbit/temporary-default-subplebbits) list. You can open a pull request in that repo to add your subplebbit to the list, or contact devs via telegram [@plebbit](https://t.me/plebbit). In the future, this process will be automated by submitting proposals to a plebbit DAO, using the [plebbit token](https://etherscan.io/token/0xea81dab2e0ecbc6b5c4172de4c22b6ef6e55bd8f). +The boards list on 5chan is plebbit's [lists](https://github.com/plebbit/lists) repository, specifically the [5chan-multisub.json](https://github.com/plebbit/lists/blob/master/5chan-multisub.json) file. You can open a pull request in that repo to add your subplebbit to the list, or contact devs via telegram [@plebbit](https://t.me/plebbit). In the future, this process will be automated by submitting proposals to a plebbit DAO, using the [plebbit token](https://etherscan.io/token/0xea81dab2e0ecbc6b5c4172de4c22b6ef6e55bd8f). ## To run locally diff --git a/src/app.tsx b/src/app.tsx index 00d5c73c..5ae3aea6 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -5,7 +5,6 @@ import { initSnow, removeSnow } from './lib/snow'; import { isAllView, isModView, isSubscriptionsView } from './lib/utils/view-utils'; import useReplyModalStore from './stores/use-reply-modal-store'; import useSpecialThemeStore from './stores/use-special-theme-store'; -import { useAutoSubscribe } from './hooks/use-auto-subscribe'; import useIsMobile from './hooks/use-is-mobile'; import useTheme from './hooks/use-theme'; import styles from './app.module.css'; @@ -117,54 +116,50 @@ const GlobalLayout = () => { ); }; -const App = () => { - useAutoSubscribe(); +const App = () => ( +
{displayAddress}
- {nsfwTag && ({t(nsfwTag)})}
- {showOfflineIcon && (
-
-
{title}
+{title || displayAddress}
{stats.hourPostCount ?? ?}
-- {tags.map((tag: string, index: number) => ( - - {tag} - {index < tags.length - 1 && ', '} - - ))} -
-