Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced running of annotations actions #8727

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Added

- A user may undo or redo changes, made by an annotations actions using general approach (e.g. Ctrl+Z, Ctrl+Y)
(<https://github.com/cvat-ai/cvat/pull/8727>)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Added

- Basically, annotations actions now support any kinds of objects (shapes, tracks, tags)
(<https://github.com/cvat-ai/cvat/pull/8727>)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Added

- A user may run annotations actions on a certain object (added corresponding object menu item)
(<https://github.com/cvat-ai/cvat/pull/8727>)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Added

- A shortcut to open annotations actions modal for a currently selected object
(<https://github.com/cvat-ai/cvat/pull/8727>)
2 changes: 1 addition & 1 deletion cvat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-core",
"version": "15.2.1",
"version": "15.3.0",
"type": "module",
"description": "Part of Computer Vision Tool which presents an interface for client-side integration",
"main": "src/api.ts",
Expand Down
320 changes: 0 additions & 320 deletions cvat-core/src/annotations-actions.ts

This file was deleted.

Loading
Loading