Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2805 Rev 2964
Línea 7... Línea 7...
7
  setCurrentPage,
7
  setCurrentPage,
8
  setTimelineUrl
8
  setTimelineUrl
9
} from '../../redux/feed/feed.actions'
9
} from '../../redux/feed/feed.actions'
10
import { getBackendVars } from '../../services/backendVars'
10
import { getBackendVars } from '../../services/backendVars'
Línea 11... Línea -...
11
 
-
 
12
import PaginationComponent from '@app/components/UI/PaginationComponent'
11
 
13
import AppGrid from '@app/components/UI/layout/AppGrid'
12
import AppGrid from '@app/components/UI/layout/AppGrid'
14
import AboutCompany from '@app/components/company/AboutCompany'
13
import AboutCompany from '@app/components/company/AboutCompany'
15
import CompanyActions from '@app/components/company/CompanyActions'
14
import CompanyActions from '@app/components/company/CompanyActions'
16
import CompanyFollowers from '@app/components/company/CompanyFollowers'
15
import CompanyFollowers from '@app/components/company/CompanyFollowers'
17
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
16
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
-
 
17
import GroupInfo from '@app/components/widgets/linkedin/InfoWidget'
Línea 18... Línea 18...
18
import GroupInfo from '@app/components/widgets/linkedin/InfoWidget'
18
import Pagination from '@components/common/Pagination'
Línea 19... Línea 19...
19
 
19
 
20
import './styles/linkedin.scss'
20
import './styles/linkedin.scss'
Línea 84... Línea 84...
84
            refetch={getCompanyVars}
84
            refetch={getCompanyVars}
85
            actionLinks={actionsUrls}
85
            actionLinks={actionsUrls}
86
          />
86
          />
87
          {!isFollower ? <AboutCompany {...backendVars} /> : null}
87
          {!isFollower ? <AboutCompany {...backendVars} /> : null}
88
          {isFollower && !loading ? <FeedList feeds={allFeeds} /> : null}
88
          {isFollower && !loading ? <FeedList feeds={allFeeds} /> : null}
89
          <PaginationComponent
89
          <Pagination
90
            pages={pages}
90
            pages={pages}
91
            currentActivePage={currentPage}
91
            page={currentPage}
92
            onChangePage={onChangePageHandler}
92
            onChange={onChangePageHandler}
93
          />
93
          />
94
        </>
94
        </>
95
      )}
95
      )}
96
      renderAside={() => (
96
      renderAside={() => (
97
        <>
97
        <>