Added WelcomeReminders component for new users

• Added:
- WelcomeReminders component for new users to complete their profile, post new status, follow a user
This commit is contained in:
mgabdev
2021-01-13 18:31:31 -05:00
parent b15c905143
commit 2fe5162aa8
2 changed files with 186 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import PageTitle from '../features/ui/util/page_title'
import DefaultLayout from '../layouts/default_layout'
import TimelineComposeBlock from '../components/timeline_compose_block'
import TabBar from '../components/tab_bar'
import WelcomeReminders from '../components/welcome_reminders'
import WrappedBundle from '../features/ui/util/wrapped_bundle'
import {
UserPanel,
@@ -114,6 +115,9 @@ class HomePage extends React.PureComponent {
/>
<TimelineComposeBlock autoFocus={false} />
<WelcomeReminders />
{children}
</DefaultLayout>