-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
annotation-toolkit v1.1.1 - Screenshots, layer buttons, instructions …
…pane, etc. (#477) * Fix bug where actions menu header was showing even when there were no gathered actions * Layers actions menu enhancements * Add a better json viewer for the DebugPanel. Major enhancements * prepare v1.1.0 of annotation-toolkit * Merge in extract-css-plugin fix, add intent prop to layerButtons and videoPlayerProps to VideoPlayer * Updates * Add support for screenshots for the VideoPlayer component * Update layer path * Remove accidentally added folder * Have the video player auto-detect an id if none is provided. Content panel now passes down layer info via context (LayerContext) * release notes fix * Fix alwaysOnLayers map bugfix
- Loading branch information
Showing
8 changed files
with
131 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import AppShell from "./AppShell"; | ||
|
||
import Layer from "./layers/Layer"; | ||
import Layer, { LayerContext } from "./layers/Layer"; | ||
import BBoxFrame from "./layers/BBoxFrame"; | ||
import VideoPlayer from "./layers/VideoPlayer"; | ||
|
||
import "./react-mosaic-component.css"; | ||
import "./index.css"; | ||
|
||
export { AppShell, Layer, BBoxFrame, VideoPlayer }; | ||
export { AppShell, Layer, BBoxFrame, VideoPlayer, LayerContext }; | ||
export * from "./helpers"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters