updated small style changes
This commit is contained in:
@@ -47,8 +47,8 @@ import { logImEXEvent } from "../../firebase/firebase.analytics";
|
|||||||
import StyleRepeater from "../style-repeater/style-repeater";
|
import StyleRepeater from "../style-repeater/style-repeater";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import ClockedinListItem from "../time-ticket-items/clockedin-list-item.component";
|
import ClockedinListItem from "../time-ticket-items/clockedin-list-item.component";
|
||||||
import SignOutButton from "../Buttons/employee-sign-out-button.component";
|
import SignOutButton from "../Buttons/employee-sign-out-button.component";
|
||||||
import AddTimeTicketButton from "../Buttons/create-time-ticket-button.component";
|
import AddTimeTicketButton from "../Buttons/create-time-ticket-button.component";
|
||||||
|
|
||||||
const mapStateToProps = createStructuredSelector({
|
const mapStateToProps = createStructuredSelector({
|
||||||
currentEmployee: selectCurrentEmployee,
|
currentEmployee: selectCurrentEmployee,
|
||||||
@@ -246,6 +246,12 @@ export function ScreenTimeTicketBrowser({
|
|||||||
{error && error?.message ? (
|
{error && error?.message ? (
|
||||||
<ErrorDisplay errorMessage={error.message} />
|
<ErrorDisplay errorMessage={error.message} />
|
||||||
) : null}
|
) : null}
|
||||||
|
</Card.Content>
|
||||||
|
<Card.Actions
|
||||||
|
style={{
|
||||||
|
justifyContent: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
mode="outlined"
|
mode="outlined"
|
||||||
style={styles.buttonBasicOutlined}
|
style={styles.buttonBasicOutlined}
|
||||||
@@ -254,7 +260,7 @@ export function ScreenTimeTicketBrowser({
|
|||||||
>
|
>
|
||||||
<Text>{t("timeticketbrowser.actions.clockin")}</Text>
|
<Text>{t("timeticketbrowser.actions.clockin")}</Text>
|
||||||
</Button>
|
</Button>
|
||||||
</Card.Content>
|
</Card.Actions>
|
||||||
</Card>
|
</Card>
|
||||||
}
|
}
|
||||||
refreshControl={
|
refreshControl={
|
||||||
|
|||||||
@@ -335,7 +335,7 @@
|
|||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"loggedinemployee": "Logged in Employee",
|
"loggedinemployee": "Logged in Employee",
|
||||||
"clockintojob": "Clock Into Job"
|
"clockintojob": "Clock In"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"missingvalues": "Please make sure all fields have a value."
|
"missingvalues": "Please make sure all fields have a value."
|
||||||
|
|||||||
Reference in New Issue
Block a user