Skip to content

Commit

Permalink
✨ [extension] revamp event description and JSON viz (#2371)
Browse files Browse the repository at this point in the history
* ✨ better JSON visualization

* ✨ better event description

* 👌 restore pointer on event rows

* 👌 format date and durations properly
  • Loading branch information
BenoitZugmeyer authored Sep 15, 2023
1 parent 007a621 commit bd5aa77
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 277 deletions.
1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ prod,@mantine/core,MIT,Copyright (c) 2021 Vitaly Rtishchev
prod,@mantine/hooks,MIT,Copyright (c) 2021 Vitaly Rtishchev
prod,react,MIT,Copyright (c) Facebook, Inc. and its affiliates.
prod,react-dom,MIT,Copyright (c) Facebook, Inc. and its affiliates.
prod,react-json-view,MIT,Copyright (c) 2015 Mac Gainor
dev,@emotion/react,MIT,Emotion team and other contributors
dev,@jsdevtools/coverage-istanbul-loader,MIT,Copyright (c) 2015 James Messinger
dev,@types/chrome,MIT,Copyright Microsoft Corporation
Expand Down
3 changes: 1 addition & 2 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-view": "1.21.3"
"react-dom": "18.2.0"
},
"volta": {
"extends": "../package.json"
Expand Down
3 changes: 3 additions & 0 deletions developer-extension/src/panel/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export function App() {
xl: '22px',
},
fontFamilyMonospace: 'menlo, monospace',
other: {
fontSizeMonospace: '11px',
},
}}
withGlobalStyles
>
Expand Down
Loading

0 comments on commit bd5aa77

Please sign in to comment.