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 a4812a9
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 272 deletions.
25 changes: 24 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"apvd": "https://gitpkg.now.sh/runsascoded/shapes?1e0bd5c",
"bootstrap": "^5.3.1",
"lodash": "^4.17.21",
"next": "^13.4.13",
"next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?3fdb35e",
"react": "^18.0.0",
Expand All @@ -18,7 +19,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 a4812a9

Please sign in to comment.