diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/build-docker.sh b/build-docker.sh index 96fa3dd..6974fb1 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -1,3 +1,6 @@ +### +# TODO: CHANGE THESE VALUES TO CUSTOMER DASHBAORD !!! + DOCKER_REGISTRY_URL="dockreg.ex.umbach.dev" DOCKER_IMAGE_NAME="jnx-admin-dashboard-proxy" diff --git a/commit_and_push.sh b/commit_and_push.sh index 554786f..0e290f2 100755 --- a/commit_and_push.sh +++ b/commit_and_push.sh @@ -4,4 +4,4 @@ read -p "Commit message: " commit_message git commit -m "$commit_message" -git push -u origin main \ No newline at end of file +git push -u origin master \ No newline at end of file diff --git a/package.json b/package.json index 7c71803..d57f14a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "BROWSER=none HOST=localhost PORT=50151 react-scripts start", + "start": "BROWSER=none HOST=127.0.0.1 PORT=50127 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 0e14571..5c77230 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,3 +1,4 @@ +import { Button } from "antd"; import { useTranslation } from "react-i18next"; export default function StoreCalendar() { @@ -6,6 +7,8 @@ export default function StoreCalendar() { return ( <>

{t("calendar.pageTitle")}

+ +