+
Skip to content

Tags: gliff-ai/annotate

Tags

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: log session start and save (#780)

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: User feedback (#775)

* feat!: Add dialog for collection user feedback

* fix: Can confirm before giving feedback

* feat: Reset defaults when dialogue is closed

* feat: Add check if it's time to ask for feedback

* build!: Bump @gliff-ai/style to 16.1.0

* fix: Format

* fix: tsconfig

* fix: Lint

* fix: Example

* style: Re-style feedback card (and lint)

* fix: Change text of confirm button

* fix: Replace star icon

* style: Reduce top margin

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix!: Upgrade @gliff-ai/style to the latest version (#777)

* build: Bump @gliff-ai/style to the latest version

* fix: Lint

* fix: Some files are not linted

v4.16.1

Toggle v4.16.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build(deps): update minor node dependencies (#773)

--allow-empty

Co-authored-by: ChasNelson1990 <ChasNelson1990@users.noreply.github.com>

v4.16.0

Toggle v4.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Compare annotations (#768)

* fix: remove redundant LabelsSubmenu; add readonly prop

* feat: add readonlyToolbar, display instead of leftToolbar

* feat: add Users toolbar in readonly mode

* fix: Users icon fill WIP

* feat: add LayersPopover

* fix: initialize Users autocomplete properly

* fix: react component keys

* fix: Layers icon / tooltip

* fix: lint errors

* fix: initialise users autocomplete with correct username

* fix: lint errors

* fix: remove unused imports

* fix: button popping in readonlyToolbar

* fix: update ui.state.activeAnnotationID on user change

* fix: disable mouse events (except click-select) in readonly mode

* fix: prettier

* feat: add readonly example at localhost:3000/readonly

* fix: switch toolbox on layer switch

* feat: add second annotation to readonly example so users list is populated

* feat: readonly mode Percy test

* refactor: move canvases to CanvasStack component

* feat: pass spline canvas ref to ui using forwardRef

* feat: two CanvasStacks side by side (WIP)

* fix: set position: relative on divs containing position: absolute children

* feat: add DiffCanvas

* fix: recompute diff when input canvas dimensions change

* feat: user2 / annotationsObject2 in ui.tsx

* fix: recompute diff when diffcanvasref updates, show on right side only

* feat: enable PaintbrushCanvas and BoundingBoxCanvas diffs

* fix: use all three annotations canvases in diff

* merge: omit isSuper from PaintbrushCanvas props

* merge: remove select icon in readonly mode

* fix: pointerEvents: "none" in DiffCanvas div

* fix: disable new annotation shortcut in readonly mode

* fix: simplify diff updates

* feat: add diff toggle button

* fix: call drawDiff via setTimeout in ref callback

* feat: single/side-by-side view toggle

* feat: show both annotations in LayersPopover

* fix: don't create empty object for annotationsObject2

* feat: two user selection in UsersPopover

* fix: pass correct value as annotationsObject2 to LayersPopover

* fix: lint errors

* fix: label inputs User 1 and User 2 in UsersPopover

* fix: tooltips

* fix: update style

* fix: redrawEverything on diff toggle

* feat: dividing line in sidebyside mode

* feat: username boxes

* fix: disable toolbox warning snackbar in readonly mode

* fix: lint error

* fix: tweak namebox style

* fix: close background toolbar on clickaway

* fix: halve thickness of dividing line

* fix: eliminate 1px gap at top of dividing line

* fix: call redrawEverything in diff toggle setState callback

* fix: pass redrawEverything to DiffCanvas

* fix: lint error

* fix: 10ms delay on drawDiff timeout

* fix: reduce drawDiff delay to 1ms

* fix: 5ms

* fix: 10ms

* fix: lint errors

* fix: abort drawDiff when input canvases are missing

* fix: make new annotations in empty annotationsObjects

* fix: only show diffToolbar in comparison mode

* fix: bump @mui/material

* fix: rename readonly test

* fix: hard-code TARGET_URL for readonly test

* fix: append /readonly to TARGET_URL

* fix: redirect unhandled http-server requests to homepage

v4.15.1

Toggle v4.15.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build(deps): update minor node dependencies (#767)

--allow-empty

Co-authored-by: ChasNelson1990 <ChasNelson1990@users.noreply.github.com>

v4.15.0

Toggle v4.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: View annotations (#756)

* fix: remove redundant LabelsSubmenu; add readonly prop

* feat: add readonlyToolbar, display instead of leftToolbar

* feat: add Users toolbar in readonly mode

* fix: Users icon fill WIP

* feat: add LayersPopover

* fix: initialize Users autocomplete properly

* fix: react component keys

* fix: Layers icon / tooltip

* fix: lint errors

* fix: initialise users autocomplete with correct username

* fix: lint errors

* fix: remove unused imports

* fix: button popping in readonlyToolbar

* fix: update ui.state.activeAnnotationID on user change

* fix: disable mouse events (except click-select) in readonly mode

* fix: prettier

* feat: add readonly example at localhost:3000/readonly

* fix: switch toolbox on layer switch

* feat: add second annotation to readonly example so users list is populated

* feat: readonly mode Percy test

* fix: remove selenium readonly test, add localhost:3000/readonly to snapshots.yml

* build: add fallback for Azure static app

* build: add fallback for Azure static app

* build: add fallback for Azure static app

* build: add fallback for Azure static app

* build: add fallback for Azure static app

* fix: remove unused import

* style: sensible variable names

* fix: remove autocomplete divider line; Username -> User

* fix: onMouseMove abortion in readonly mode

* fix: remove 5px margin between LabelsPopover AccordionSummary's

* fix: check closing edge of closed splines in clickNearSpline

* fix: reset style to registry version

* fix: move @gliff-ai/style from dependencies to dev/peerDependencies

* fix: select tool permanently enabled in readonly mode

Co-authored-by: Craig Cooper <craig@gliff.ai>

v4.14.1

Toggle v4.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make add-to-project workflow run on all PR triggers

v4.14.0

Toggle v4.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Set width to labels dialog (#766)

* feat: add width, height and make scrollable

* feat: remove makeStyles

* fix: lint errors

* fix: browserstack error

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update STYLE and more (#764)

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载