Nikita Manovich
ecad0231c9
Fix AWS deployment ( #1316 )
...
* Don't use antd less (big memory consumtion during the build process)
* Fix AWS deployment guide
* fix a problem with proxy and long domain names
* remove sass loader for antd
* Removed less and less-loader.
* Simplified webpack config.
6 years ago
Boris Sekachev
c55cbdefe5
Undo/redo returns frame where was a change (as it was done in previous version)
6 years ago
Boris Sekachev
5e2f2ecf31
Fixed create object URL after first save, fixed URL itself
6 years ago
Boris Sekachev
62cd4eccdc
Fixed: Inconsistent labels between UI and CLI/API
6 years ago
Boris Sekachev
71d0bb5124
Removed extra action dispatching
6 years ago
Boris Sekachev
ef11ca4fc6
Fix navigation
6 years ago
Boris Sekachev
eeee914a9d
Fixed latest input numbers, removed extra code, fixed typings
6 years ago
Boris Sekachev
d789087dd3
Fixed ui failing in propagate confirmation
6 years ago
Boris Sekachev
b12ae3471b
Fixed input numbers in player settings
6 years ago
Boris Sekachev
e55deb7142
Fixed UI fail when write characters in auto save interval input
6 years ago
Boris Sekachev
4eeb94d3ba
Validation for frame input value
6 years ago
Dmitry Kalinin
57e8083943
Merge pull request #1292 from opencv/dk/point-deletion
...
React UI: Point deletion context menu
6 years ago
Dmitry Kalinin
3c128b2a73
fixed PR
6 years ago
Dmitry Kalinin
c11cc642df
fixes
6 years ago
Dmitry Kalinin
56f58b6664
Fixed context menu on ubuntu
6 years ago
Boris Sekachev
796044782f
React UI: Better exception handling ( #1297 )
6 years ago
Dmitry Kalinin
7e7a5a60ed
Merge branch 'develop' into dk/point-deletion
6 years ago
Dmitry Kalinin
1c1ab6a0e5
fixed point context menu for rectangles
6 years ago
Boris Sekachev
bfd300039e
React UI: Added logging ( #1288 )
6 years ago
Dmitry Kalinin
845be3b486
Added point deletion context menu
6 years ago
Dmitry Kalinin
b0dbbb3faa
Merge branch 'develop' into dk/point-deletion
6 years ago
dependabot[bot]
8b1ec0befc
Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui ( #1270 )
...
* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Updated CHANGELOG.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
6 years ago
Boris Sekachev
1bb582f7f0
React UI: Attribute annotation mode ( #1255 )
...
* Done main work
* Fixed mount/unmount for canvas wrapper
* Refactoring, added filters
* Added missed file
* Removed unnecessary useEffect
* Removed extra code
* Max 9 attributes, inputNumber -> Input in aam
* Added blur
* Renamed component
* Fixed condition when validate number attribute
* Some minor fixes
* Fixed hotkeys config
* Fixed canvas zoom
* Improved behaviour of number & text
* Fixed attributes switching order
* Fix tags
* Fixed interval
6 years ago
Dmitry Kalinin
4d0c22513a
temp
6 years ago
Dmitry Kalinin
38cb4d11ca
PR fixed
6 years ago
Dmitry Kalinin
6e77a2309b
Styles fixed
6 years ago
Dmitry Kalinin
5fc65c8e73
PR fixed
6 years ago
Dmitry Kalinin
965ff77898
wip
6 years ago
Dmitry Kalinin
89628fbac5
Fixed filters with tags
6 years ago
Dmitry Kalinin
8b27dbe613
Fixed tags color changing and hiding
6 years ago
Dmitry Kalinin
a99dd38fee
Fix copying and creating tags
6 years ago
Dmitry Kalinin
c85ecb7bf3
Deleted unused objects
6 years ago
Dmitry Kalinin
8602da72f1
Fixed copying/pasting actions
6 years ago
Dmitry Kalinin
4746574ff1
merge fix
6 years ago
Dmitry Kalinin
5c009f5d88
Merge branch 'develop' into dk/cvat-ui-tags
6 years ago
Dmitry Kalinin
3199fbbdf9
Added tag support in new UI (without canvas drawing)
6 years ago
Boris Sekachev
78dad73de9
React UI: Added shortcuts ( #1230 )
6 years ago
Dmitry Kalinin
f468c4035f
Setup tag forward to the state
6 years ago
Boris Sekachev
65cbabd8df
Added button to cancel started automatic annotation ( #1198 )
6 years ago
Dmitry Kalinin
401d66dcd7
React UI: Filters history ( #1225 )
...
* Added filters history
* Fixed unclosed dropdown
* Added saving filters to localStrorage
6 years ago
Boris Sekachev
6a59e7cff8
React UI: batch of fixes ( #1227 )
...
* Fix: keyframes navigation
* Fix: handled removing of the latest keyframe
* Fix: activating a shape when another shape is being changed
* Fix: up points in the side bar on points click
* Fix: editable shape isn't transformed when change zoom
* Updated message
6 years ago
Dmitry Kalinin
6acda049a8
Added tag popover template
6 years ago
Boris Sekachev
97195238b0
React UI: Pinned option was added ( #1202 )
6 years ago
Andrey Zhavoronkov
0dae5def6b
Az/cvat proxy ( #1177 )
...
* added nginx proxy
* removed unnecessary port configuration & build arg
* updated installation guide
6 years ago
Dmitry Kalinin
adb66b57ba
React UI: Improved rotation feature ( #1206 )
...
Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
6 years ago
Boris Sekachev
5dc52f94a2
React UI: Batch of fixes ( #1211 )
...
* Disabled tracks for polyshapes in UI
* RectDrawingMethod enum pushed to cvat-canvas, fixed some code issues
* Optional arguments
* Draw a text for locked shapes, some fixes with not keyframe shapes
* Fixed zooming & batch grouping
* Reset zoom for tasks with images
* Fixed putting shapes out of canvas
* Fixed grid opacity, little refactoring of componentDidUpdate in canvas-wrapper component
* Fixed corner cases for drawing
* Fixed putting shapes out of canvas
* Improved drawing
* Removed extra event handler
6 years ago
Boris Sekachev
c2d58e5b7d
Added license headers ( #1208 )
...
* Added licenser
* Added license headers for cvat-canvas and cvat-ui
6 years ago
Boris Sekachev
d6e7216c1f
React UI: Changing color for a group ( #1205 )
6 years ago
Dmitry Kalinin
5645cdf7c1
React-UI: settings ( #1164 )
...
* Image filters: brightness, contrast, saturation
* Auto saving
* Frame auto fit
* Player speed
* Leave confirmation for unsaved changes
6 years ago
Boris Sekachev
90d594d706
React UI: Changing color for a shape ( #1194 )
...
* Minimized size of an element in side panel
* To background / to foreground like in legacy UI
* Added color changer for a shape
* Adjusted color updating
6 years ago
Boris Sekachev
9850094773
React UI: ZOrder implementation ( #1176 )
...
* Drawn z-order switcher
* Z layer was added to state
* Added ZLayer API method cvat-canvas
* Added sorting by Z
* Displaying points in top
* Removed old code
* Improved sort function
* Drawn a couple of icons
* Send to foreground / send to background
* Updated unit tests
* Added unit tests for filter parser
* Removed extra code
* Updated README.md
6 years ago
Boris Sekachev
f329e14fe4
Added displayed versions of core, canvas, and ui in about ( #1191 )
...
* Added displayed versions of core, canvas, and ui in about
* Removed extra method
6 years ago
Boris Sekachev
f208cfeaf5
More types in actions and reducers ( #1166 )
6 years ago
Boris Sekachev
228b813160
React UI: Objects filtering & search ( #1155 )
...
* Initial filter function
* Updated method for filtering
* Updated documentation
* Added annotations filter file
* Updated some comments
* Added filter to UI
* Implemented search alorithm
* Removed extra code
* Fixed typos
* Added frame URL
* Object URL
* Removed extra encoding/decoding
6 years ago
Nikita Glazov
06529b984d
Typed reducers ( #1136 )
...
* Added typed actions/reducers
* Added commands to check types / eslint issues
* Added redux dev tools
6 years ago
Boris Sekachev
7e8fc2366a
React UI: Undo/redo ( #1135 )
6 years ago
Jijoong Kim
d9fe71260b
Add extreme clicking method in cvat-canvas and cvat-ui ( #1127 )
...
* Add extreme clicking method in cvat-canvas and cvat-ui
* Fix bugs and issues, update readme
* Fix error after rebasing develop
6 years ago
Boris Sekachev
7d8fcfa8b5
React UI: Improved mouse behaviour during draw/merge/edit/group/split ( #1130 )
...
* Moving image with mouse during drawing, paste, group, split, merge
* Babel plugin to dev deps
* Move mouse during editing
* Minor issues
6 years ago
Boris Sekachev
939de868a9
React UI: Added annotation menus, added shape context menu, added some confirmations before dangerous actions ( #1123 )
...
* Annotation menu, modified tasks menu
* Removed extra styles
* Context menu using side panel
* Mousewheel on draw
* Added more cursor icons
* Do not check .svg & .scss by eslint
6 years ago
Boris Sekachev
42614c28a1
React UI: Annotation view enhancements ( #1106 )
...
* Keyframes navigation
* Synchronized objects on canvas and in side panel
* Fixed minor bug with collapse
* Fixed css property 'pointer-events'
* Drawn appearance block
* Removed extra force reflow
* Finished appearance block, fixed couple bugs
* Improved save() in cvat-core, changed approach to highlight shapes
* Fixed exception in edit function, fixed filling for polylines and points, fixed wrong image navigation, remove and copy
* Added lock
* Some fixes with points
* Minor appearance fixes
* Fixed insert for points
* Fixed unit tests
* Fixed control
* Fixed list size
* Added propagate
* Minor fix with attr saving
* Some div changed to buttons
* Locked some buttons for unimplemented functionalities
* Statistics modal, changing a job status
* Minor fix with shapes counting
* Couple of fixes to improve visibility
* Added fullscreen
* SVG Canvas -> HTML Canvas frame (#1113 )
* SVG Frame -> HTML Canvas frame
6 years ago
Boris Sekachev
285df9d408
React UI: Sidebar with objects and optimizations for annotation view ( #1089 )
...
* Basic layout for objects panel
* Objects header
* A little name refactoring
* Side panel base layout
* Firefox specific exceptions
* Some minor fixes
* React & canvas optimizations
* Icons refactoring
* Little style refactoring
* Some style fixes
* Improved side panel with objects
* Actual attribute values
* Actual icons
* Hidden > visible
* hidden -> __internal
* Fixed hidden in ui
* Fixed some issues in canvas
* Fixed list height
* Color picker for labels
* A bit fixed design
* Actual header icons
* Changing attributes and switchable buttons
* Removed react memo (will reoptimize better)
* Sorting methods, removed cache from cvat-core (a lot of bugs related with it)
* Label switchers
* Fixed bug with update timestamp for shapes
* Annotation state refactoring
* Removed old resetCache calls
* Optimized top & left panels. Number of renders significantly decreased
* Optimized some extra renders
* Accelerated performance
* Fixed two minor issues
* Canvas improvements
* Minor fixes
* Removed extra code
6 years ago
Lisa
3f22922818
Add about CVAT ( #1024 )
6 years ago
Boris Sekachev
2cc2e32ff1
React UI: Player updates ( #1058 )
...
* Move, zoom integration
* Moving, zooming, additional canvas handler
* Activating & changing for objects
* Improved colors
* Saving annotations on the server
* Fixed size
* Refactoring
* Added couple of notifications
* Basic shape drawing
* Cancel previous drawing
* Refactoring
* Minor draw improvings
* Merge, group, split
* Improved colors
6 years ago
Boris Sekachev
247d7f04ec
Added ability to match many model labels to one task labels ( #1051 )
...
* Added ability to match many model labels to one task labels
* Fixed grammar
6 years ago
Boris Sekachev
0277547dc3
React UI: Player in annotation view & settings page ( #1018 )
...
* Active player controls
* Setup packages
* Playing
* Fold/unfold sidebar, minor issues
* Improved cvat-canvas integration
* Resolved some issues
* Added cvat-canvas to Dockerfile.ui
* Fit canvas method
* Added annotation reducer
* Added annotation actions
* Added containers
* Added components
* cvat-canvas removed from dockerignore
* Added settings page
* Minor improvements
* Container for canvas wrapper
* Configurable grid
* Rotation
* fitCanvas added to readme
* Aligned table
6 years ago
Boris Sekachev
67239b6148
Trim possible attribute values like attribute values setup by a user ( #1044 )
6 years ago
Boris Sekachev
d24dd740e6
Added root folder for share functionality ( #1005 )
6 years ago
Maksim Markelov
63d5326b51
Change Modal submit button okType ( #1001 )
6 years ago
Boris Sekachev
f57586a03c
UI Enhancements ( #985 )
...
* Single import of basic styles
* A little bit redesigned header
* Specified min resolution 1280x768
* Getting a job instance
* Improved handling when task doesn't exist
6 years ago
Nikita Manovich
8edfe0dcb4
Swagger documentation ( #978 )
...
* Fix swagger problems (exceptions, /api/swagger.json, /api/docs/)
6 years ago
Boris Sekachev
4de8be7b69
Styles refactoring ( #977 )
6 years ago
Maksim Markelov
728a51c8e6
Change-submit-button-style ( #976 )
...
* UI/UX improvement. Changed buttons type for create task / upload model
6 years ago
Boris Sekachev
20a0e66238
CSS Enhancement ( #971 )
...
* Removed vendor/specific rules
* Sass for CVAT, less for Antd, added autoprefixer and css polyfills
* Removed extra line
* Changed update state
6 years ago
Boris Sekachev
5331c13ba1
Fixed number attribute ( #972 )
6 years ago
Boris Sekachev
84d0a77999
React, Antd, Redux: Left sidebar and top for annotation page ( #963 )
...
* Rebased from develop
* Improved getting icons method
* Added more icons
* Left menu
* Initial commit
* Setup SVGO, added some buttons to top
* Top bar progress
* Top bar for annotation page
* Updated styles
6 years ago
Boris Sekachev
e1c1a1b190
Fixed git plugin ( #961 )
6 years ago
Boris Sekachev
5d6699d845
Fixed command in CONTRIBUTING.md ( #947 )
...
* Fixed command in CONTRIBUTING.md
* Removed daemon, updated command
6 years ago
Nikita Manovich
310ee37b53
Merge pull request #927 from opencv/bs/paste_labels
...
Ability to copy labels to clipboard without IDs
6 years ago
Nikita Manovich
0ae73d5381
Merge pull request #929 from opencv/bs/updated_contributing
...
Updated CONTRIBUTING.md
6 years ago
Nikita Manovich
1f3b5b93e2
Merge pull request #933 from opencv/bs/files_names
...
Names of selected files when creating a new task
6 years ago
Boris Sekachev
3f84c07f00
Names of selected files when creating a new task
6 years ago
Boris Sekachev
3659db81c5
Fixed eslint
6 years ago
Boris Sekachev
d419b44090
Destroy messages before getting new tasks
6 years ago
Boris Sekachev
356bb8c5b4
Ability to show hidden task
6 years ago
Boris Sekachev
68e7b5289c
Improved tasks routing
6 years ago
Boris Sekachev
5bea353ad3
Task name displayed better
6 years ago
Boris Sekachev
a60af60672
Removed extra lines
6 years ago
Boris Sekachev
ecb21152b5
Added ability to copy labels without IDs
6 years ago
Boris Sekachev
40bec821b2
Updated doc
6 years ago
Nikita Manovich
b5eacc4f7c
Merge pull request #917 from opencv/bs/copy_jobs_to_clipboard
...
Added button to copy jobs info to clipboard
6 years ago
Boris Sekachev
8f77b6b185
Added 3rdparty library to clipboard
6 years ago
Boris Sekachev
d3378b51da
Improved some hints
6 years ago
Boris Sekachev
4bac697cb1
Updated message
6 years ago
Boris Sekachev
83215b34cf
Added padding
6 years ago
Boris Sekachev
1fc7e45f51
Copy JOB info to clibpard
6 years ago
Boris Sekachev
32027ce884
UI eslint fixes ( #908 )
...
* Installed airbnb fullsettings
* Fixed actions menu
* Create model/task page
* File manager, header
* Labels editor
* Login, register
* Models page & model runner
* Tasks page
* Feedback and base app
* Tasks page
* Containers
* Reducers
* Fixed additional issues
* Small pagination fix
6 years ago
Boris Sekachev
72517557d3
Fixed some issues with dump ( #904 )
...
* Changed method for downloading annotations
* Initial commit
* Initial commit
* Updated download method for dataset
* fixed eslint error
6 years ago
Boris Sekachev
171a9202ed
React & Antd: Dashboard migration ( #892 )
...
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Nikita Manovich
a71d4d4327
Token auth for non-REST API apps ( #889 )
...
* Token authorization for non REST API apps (e.g. git, tf annotation, tf segmentation)
6 years ago
Boris Sekachev
693e32e867
Configurable REST for UI, minor improvements ( #880 )
6 years ago