Kirill Lakhov
3775bc2557
New models UI ( #5635 )
3 years ago
Roman Donchenko
330f123785
Fix some typos ( #5601 )
3 years ago
Andrey Zhavoronkov
1ecc607286
Get preview images on the fly and keep them in cache ( #5478 )
...
Improved image preview loading for **Tasks**, **Jobs** and **Projects**
views
Backend behaviour change: creating image previews by request and storing
them in the cache
Added corresponding endpoints:
tasks/{id}/preview
projects/{id}/preview
jobs/{id}/preview
Demonstration(added random 0-1s delay for demo purposes):
https://user-images.githubusercontent.com/41117609/208106321-951b8647-6e6b-452e-910c-31c4d0b8682d.mp4
https://user-images.githubusercontent.com/41117609/208106339-2d3a5a7b-d422-4b27-9e76-08729022e1ca.mp4
3 years ago
Boris Sekachev
c30c97b6af
Fixed error: could not fetch task in a corner case ( #5163 )
...
* Fixed error: could not fetch task in a corner case
* Updated changelog
4 years ago
Maria Khrustaleva
9f89787f95
Source & target storage support ( #4842 )
4 years ago
Boris Sekachev
7e20b279af
Added support of skeletons ( #1 )
4 years ago
Aleksey Alekseev
fbcf758674
86 improve uiux on create task page ( #7 )
...
* Update label form
Remove Done button
Add closing by Esc
Add continuing by Enter
* disable autocomplete on label form
* Update submit behavior on create task
Change one submit button to two: "submit and open" and "submit and continue"
* Update submit behavior on create project
Change one submit button to two: "submit and open" and "submit and continue"
* fix eslint error
* change tests
* Add changes in changelog
* update version cvat-ui
* move of empty name handler logic when create label
* change handler errors on create project
* change text of buttons
* revert change yarn.lock
* Fixed eslint pipeline
* fix eslint error on test
* fix several tests
* fix several tests
* fix several tests
* fix several tests
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
4 years ago
Boris Sekachev
1225fbb1bc
Enhanced filtration/sorting for tasks/projects/tasks in projects/cloud storages ( #4409 )
4 years ago
Boris Sekachev
b5bac8c0a5
Jobs page: advanced filtration and implemented sorting ( #4319 )
...
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Maya <maya17grd@gmail.com>
4 years ago
Andrey Zhavoronkov
32d9fb09be
Project backups ( #3852 )
4 years ago
Dmitry Kalinin
b5ed09ea94
Project tasks pagination ( #3910 )
...
* Added project tasks search and pagination
* Increased npm versions
* Added CHANGELOG
* Fixed issues
* Fixed styles
* Fixed core tests
* Fixed core tests
* Fixed core tests
* Fixed core tests
* Fixed parameter
* Fixed project update action
* Fixed updating project
* Fixed comments
4 years ago
Dmitry Kalinin
a17d054e0b
Project tasks loading only when needed ( #3223 )
...
* Tasks loading only when needed
* Fixed project page
* Added CHANGELOG, increased packages versions
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Fixed comments
* Fixed overflow issue
* Fixed reducer issue
* Fixed cvat-core tests
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Dmitry Kalinin
e43707d779
Project task subsets ( #2774 )
...
* Added task project subsets
* Added components list key
* Added subset field resetting and subset header
* Added CHANGELOG and increased npm package version
* Added replacing camelcase to snake
5 years ago
Boris Sekachev
1766eeec32
Fixed some not critical issues
5 years ago
Dmitry Kalinin
879deb5a52
Projects ( #2255 )
...
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago