Skip to content

Commit

Permalink
useLocalStorageState: layout, targets, table open/closed states
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 27, 2023
1 parent 407b9e6 commit fecf0c1
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 272 deletions.
24 changes: 23 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"react-resizable": "^3.0.5",
"react-scroll-wheel-handler": "^2.2.0",
"react-sparklines": "^1.7.0",
"sass": "^1.66.1"
"sass": "^1.66.1",
"use-local-storage-state": "^19.1.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
Expand Down
3 changes: 3 additions & 0 deletions pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
background-color: #fcc;
}

.activeLink {
font-weight: bold;
}
.content {
max-width: 50em;
margin: 0 auto;
Expand Down
Loading

0 comments on commit fecf0c1

Please sign in to comment.