References
components/controls/Button
summary | ||
public |
C Button A button control component that displays a button or a link. |
components/controls/Icon
summary | ||
public |
C Icon A button control component that displays a button or a link. |
components/layout/Container
summary | ||
public |
A container layout component that sets document language based on Redux state and maintains the Redux width metric. |
components/layout/Header
components/layout/Header/HeaderShape
summary | ||
public |
F HeaderShape(props: Object): React.Component A header shape component that displays the header curve svg. |
components/layout/Modal
summary | ||
public |
C Modal: React.Component A modal layout component that sets document language based on Redux state. |
components/layout/Navigation
summary | ||
public |
F Navigation(props: Object): React.Component A navigation layout component that links to the main areas of the application. |
components/layout/Navigation/NavigationItem
summary | ||
public |
|
components/layout/Routes
components/layout/Styles
components/views/ErrorView
components/views/HomeView
components/views/View
summary | ||
public |
C View A page wrapper component that can update the user's language from a route param. |
lib/helpers
stores
stores/settings
summary | ||
public |
The initial state of the Settings Redux store. |
stores/settings/actions
summary | ||
public |
F storeSettings(data: Object): Object This function sends an action to store the new data to settingsReducer. |
|
public |
F updateSettings(data: Object): Object This function sends an action to be intercepted by watchUpdateSettings. |
stores/settings/reducer
summary | ||
public |
F settingsReducer(state: Object, action: Object): Object The Settings reducer. |
stores/settings/sagas
summary | ||
public |
F * updateSettingsSaga(action: Object) This generator function stores the action data yielded from watchUpdateSettings. |
|
public |
F * watchUpdateSettings() This generator function watchs for every updateSettings call. |
stores/ui
summary | ||
public |
The initial state of the UI Redux store. |
stores/ui/actions
summary | ||
public |
This function sends an action to be intercepted by watchHideModal. |
|
public |
This function sends an action to be intercepted by watchShowModal. |
|
public |
F storeMetric(data: Object): Object This function sends an action to store the new data to uiReducer. |
|
public |
This function sends an action to store the new data to uiReducer. |
|
public |
F updateMetric(data: Object): Object This function sends an action to be intercepted by watchUpdateMetric. |
|
public |
This function sends an action to be intercepted by watchUpdateUi. |
stores/ui/sagas
summary | ||
public |
F * hideModalSaga() This generator function hides the modal. |
|
public |
F * showModalSaga(action: Object) This generator function shows the modal with action data yielded from watchShowModal. |
|
public |
F * updateMetricSaga(action: Object) This generator function stores the action data yielded from watchUpdateMetric. |
|
public |
F * updateUiSaga(action: Object) This generator function stores the action data yielded from watchUpdateUi. |
|
public |
F * watchHideModal() This generator function watchs for the latest hideModal call. |
|
public |
F * watchShowModal() This generator function watchs for the latest showModal call. |
|
public |
F * watchUpdateMetric() This generator function watchs for the latest updateMetric call. |
|
public |
F * watchUpdateUi() This generator function watchs for every updateUi call. |