Skip to content

Commit

Permalink
feat: re-layout (#764)
Browse files Browse the repository at this point in the history
In this PR we are introducing the re-layout where the sidebar is revamped to be an active part of the design.
We also reworked the boot query and local storage handling.

DD-260 #done
  • Loading branch information
rebelchris authored Dec 23, 2021
1 parent 8147964 commit d4aacd1
Show file tree
Hide file tree
Showing 138 changed files with 68,727 additions and 67,749 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
filename: combined-package-lock.txt
- restore_cache:
keys:
- deps-v1-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
- deps-v1-{{ .Branch }}
- deps-v1-
- deps-v2-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
- deps-v2-{{ .Branch }}
- deps-v2-
- run:
name: Install dependencies
command: lerna bootstrap
- save_cache:
key: deps-v1-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
key: deps-v2-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
paths:
- ./node_modules
- ./packages/eslint-config/node_modules
Expand Down
2 changes: 2 additions & 0 deletions .idea/vcs.xml

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

Loading

0 comments on commit d4aacd1

Please sign in to comment.