Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2880 | Rev 2955 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2880 Rev 2881
Línea 22... Línea 22...
22
import DailyPulse from '@app/components/widgets/default/DailyPulse'
22
import DailyPulse from '@app/components/widgets/default/DailyPulse'
23
import HomeNews from '@app/components/widgets/default/HomeNews'
23
import HomeNews from '@app/components/widgets/default/HomeNews'
24
import PeopleYouMayKnow from '@app/components/widgets/default/PeopleYouMayKnow'
24
import PeopleYouMayKnow from '@app/components/widgets/default/PeopleYouMayKnow'
25
import AppsWidget from '@components/dashboard/widgets/AppsWidget'
25
import AppsWidget from '@components/dashboard/widgets/AppsWidget'
26
import OnRoomWidget from '@components/dashboard/widgets/OnRoomWidget'
26
import OnRoomWidget from '@components/dashboard/widgets/OnRoomWidget'
-
 
27
import MicrolearningWidget from '@components/dashboard/widgets/MicrolearningWidget'
Línea 27... Línea 28...
27
 
28
 
28
const DashboardPage = () => {
29
const DashboardPage = () => {
29
  const { feeds, timelineUrl, currentPage, loading, pages } = useSelector(
30
  const { feeds, timelineUrl, currentPage, loading, pages } = useSelector(
30
    ({ feed }) => feed
31
    ({ feed }) => feed
Línea 77... Línea 78...
77
          <>
78
          <>
78
            <UserProfileCard user={data} />
79
            <UserProfileCard user={data} />
79
            <OnRoomWidget moodle={moodle} />
80
            <OnRoomWidget moodle={moodle} />
80
            <GroupsWidget />
81
            <GroupsWidget />
81
            <AppsWidget microlearning={microlearning} />
82
            <AppsWidget microlearning={microlearning} />
-
 
83
            <MicrolearningWidget />
82
          </>
84
          </>
83
        )}
85
        )}
84
        renderMain={() => (
86
        renderMain={() => (
85
          <>
87
          <>
86
            {data?.routeDailyPulse && (
88
            {data?.routeDailyPulse && (