Skip to content

Commit

Permalink
functional histograms in channel menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Nov 14, 2024
1 parent d100074 commit b1aa450
Show file tree
Hide file tree
Showing 9 changed files with 334 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gl-matrix": "^3.4.3",
"idb-keyval": "^6.2.1",
"lensing": "https://github.com/jessupjs/lensing/tarball/f800a9d67155db599f8054922cb6d45b673fe5c9",
"minerva-author-ui": "2.0.0-beta.28",
"minerva-author-ui": "2.0.0-beta.40",
"openseadragon": "^4.1.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
227 changes: 153 additions & 74 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion public/assets/svgs/icons/close.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/svgs/icons/expand-more.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/components/channel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type Props = HashContext & ImageProps & {
children: any,
config: ConfigProps;
hiddenChannel: boolean;
startExport: () => void;
controlPanelElement: string;
setHiddenChannel: (v: boolean) => void;
};
Expand Down
Loading

0 comments on commit b1aa450

Please sign in to comment.