Skip to content

Commit

Permalink
feat(admin): new dashboard design (#26124)
Browse files Browse the repository at this point in the history
* Upgrade strict-ui

* Use Inter as the font for everything

* Start work on new dashboard design

* Fix spacing

* Add global layout spacing, update nav a little bit

* Fix global backgbround

* Various spacing updates

* Move global background color to <body>

* Add "Coming soon!" for recommended plugins

* Add illustration

* Fix typescript

* Fix badge bg

* Cleanup "Coming soon"

* Iconssss

* Add alt text to img

* const Comp => function Comp

* Fix contrast issues

* fix dirty lock file

Co-authored-by: LB <laurie@gatsbyjs.com>
Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
  • Loading branch information
3 people committed Jul 30, 2020
1 parent 268714e commit 70ebdf1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,12 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^8.5.7":
"@types/node@*":
version "14.0.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==

"@types/node@^8.5.7":
version "8.10.61"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.61.tgz#d299136ce54bcaf1abaa4a487f9e4bedf6b0d393"
integrity sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q==
Expand Down

0 comments on commit 70ebdf1

Please sign in to comment.