Skip to content

Commit

Permalink
fix(unlock-protocol-com): refactor State of Unlock page (#13530)
Browse files Browse the repository at this point in the history
* init refactoring

* working version

* remove unsuned code

* cosmetics

* fix network selector

* looks better

* clickable caption

* deafult to all checked

* add tooltip

* better typing

* fix time selector

* show active locks from last 30 days only

* use native cumulative option

---------

Co-authored-by: Julien Genestoux <julien.genestoux@gmail.com>
  • Loading branch information
clemsos and julien51 committed Apr 1, 2024
1 parent 40b292a commit bb52a2a
Show file tree
Hide file tree
Showing 8 changed files with 884 additions and 704 deletions.
3 changes: 1 addition & 2 deletions unlock-protocol-com/package.json
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"@babel/core": "7.21.5",
"@headlessui/react": "1.7.18",
"@observablehq/plot": "0.6.14",
"@radix-ui/react-avatar": "1.0.4",
"@tanstack/react-query": "4.36.1",
"@testing-library/react": "14.2.1",
Expand All @@ -15,7 +16,6 @@
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig",
"@unlock-protocol/ui": "workspace:./packages/ui",
"@zeit/next-source-maps": "0.0.3",
"apexcharts": "3.46.0",
"babel-loader": "9.1.3",
"babel-plugin-require-context-hook": "1.0.0",
"babel-preset-react-app": "10.0.1",
Expand All @@ -32,7 +32,6 @@
"prettier": "3.0.0",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-dom": "18.2.0",
"react-ga": "3.3.1",
"react-gtm-module": "2.0.11",
Expand Down

0 comments on commit bb52a2a

Please sign in to comment.