Skip to content

Commit

Permalink
Merge pull request OneUptime#175 from OneUptime/refactor-ui
Browse files Browse the repository at this point in the history
Refactor UI
  • Loading branch information
simlarsen authored Jun 30, 2022
2 parents 4ffc703 + 6ff0c5b commit 9961b66
Show file tree
Hide file tree
Showing 74 changed files with 1,708 additions and 920 deletions.
3 changes: 0 additions & 3 deletions Accounts/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ COPY ./Accounts/package-lock.json /usr/src/app/package-lock.json

# Install app dependencies
RUN npm install
RUN npm link ../CommonUI/node_modules/react
RUN npm link ../CommonUI/node_modules/react-dom
RUN npm link ../CommonUI/node_modules/react-router-dom

# Create .cache folder with necessary permissions for React-based apps
# https://stackoverflow.com/questions/67087735/eacces-permission-denied-mkdir-usr-app-node-modules-cache-how-can-i-creat
Expand Down
3 changes: 3 additions & 0 deletions Accounts/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module '*.png';
declare module '*.jpg';
declare module '*.gif';
Loading

0 comments on commit 9961b66

Please sign in to comment.