Skip to content

Commit

Permalink
feat: status bar revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Jun 26, 2024
1 parent eed9f1e commit 4c9ef8f
Show file tree
Hide file tree
Showing 19 changed files with 436 additions and 181 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG SENTRY_DSN
ARG SENTRY_LOG_LEVEL=warn
ARG NODE_ENV=production
ARG X_API_KEY
ARG CMS_URL
ARG RELEASE_TAG_NAME

# Build args for browser variables
Expand Down Expand Up @@ -40,6 +41,7 @@ ENV SENTRY_DSN=${SENTRY_DSN}
ENV SENTRY_LOG_LEVEL=${SENTRY_LOG_LEVEL}
ENV NODE_ENV=${NODE_ENV}
ENV X_API_KEY=${X_API_KEY}
ENV CMS_URL=${CMS_URL}
ENV RELEASE_TAG_NAME=${RELEASE_TAG_NAME}

WORKDIR /app
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@chakra-ui/next-js": "2.2.0",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/theme-tools": "2.1.2",
"@contentful/rich-text-react-renderer": "15.21.2",
"@emotion/cache": "11.11.0",
"@emotion/core": "11.0.0",
"@emotion/css": "11.11.2",
Expand Down Expand Up @@ -57,6 +58,8 @@
"bignumber.js": "9.1.2",
"bn.js": "5.2.1",
"c32check": "2.0.0",
"contentful": "10.12.0",
"@contentful/rich-text-types": "16.5.2",
"cookie": "0.5.0",
"dayjs": "1.11.9",
"eslint-plugin-import": "2.29.0",
Expand Down
204 changes: 203 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c9ef8f

Please sign in to comment.