\n
\n \n \n It's recommended that you create at least 3 suggestions here before sharing this site. The initial content is important to\n start engaging your audience.\n \n
\n \n
\n
\n No posts have been created yet.\n
\n
\n )\n}\n\nconst HomePage = (props: HomePageProps) => {\n const fider = useFider()\n const [title, setTitle] = useState(\"\")\n\n const defaultWelcomeMessage = t({\n id: \"home.form.defaultwelcomemessage\",\n message: `We'd love to hear what you're thinking about.\n\nWhat can we do better? This is the place for you to vote, discuss and share ideas.`,\n })\n\n const defaultInvitation = t({\n id: \"home.form.defaultinvitation\",\n message: \"Enter your suggestion here...\",\n })\n\n const isLonely = () => {\n const len = Object.keys(props.countPerStatus).length\n if (len === 0) {\n return true\n }\n\n if (len === 1 && PostStatus.Deleted.value in props.countPerStatus) {\n return true\n }\n\n return false\n }\n\n return (\n <>\n