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

Click instead of hover to open dropdown menus #7431

Merged
merged 41 commits into from
Feb 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
10ce8df
Click instead of hover to open dropdown menus
bsekachev Feb 2, 2024
395a999
Annotation menu & user menu
bsekachev Feb 2, 2024
7cf4c01
Updated for all menus
bsekachev Feb 2, 2024
e3f0115
Updated tests
bsekachev Feb 2, 2024
e2eed71
Updated more dropdowns
bsekachev Feb 2, 2024
23c85fc
Updated license headers
bsekachev Feb 2, 2024
990561a
Added changelog fragment
bsekachev Feb 2, 2024
05f63e3
Little refactoring
bsekachev Feb 2, 2024
a786ba3
Reduced code duplication in tests
bsekachev Feb 2, 2024
c9b712d
Close annotation object menu on click
bsekachev Feb 2, 2024
5d50cea
added extra menu closings
bsekachev Feb 2, 2024
f1ca20d
Refactored classname
bsekachev Feb 2, 2024
7a647af
Fixed typos
bsekachev Feb 3, 2024
48dd476
Fixed command
bsekachev Feb 5, 2024
fc0ffdf
Fixed more tests
bsekachev Feb 5, 2024
40238b6
Fixed more tests
bsekachev Feb 5, 2024
76e4a13
Fixed two tests
bsekachev Feb 5, 2024
54d5a6c
Fixed test
bsekachev Feb 5, 2024
55b6e24
Merge branch 'develop' into bs/update_dropdown_triggers
bsekachev Feb 5, 2024
c56ba1a
Common component for dropdown menu
bsekachev Feb 5, 2024
97030e3
Refactoring changing color
bsekachev Feb 5, 2024
567ca33
Merge branch 'develop' into bs/update_dropdown_triggers
bsekachev Feb 5, 2024
7c341e8
Updated version
bsekachev Feb 5, 2024
ab07846
Fixed command
bsekachev Feb 6, 2024
bb4b51f
Fixed tests
bsekachev Feb 6, 2024
96ce207
Tried to stabilize test
bsekachev Feb 6, 2024
d5218e0
Tried to stabilize test
bsekachev Feb 6, 2024
74fd9d9
Unstable test
bsekachev Feb 6, 2024
671b6d1
Fixed test
bsekachev Feb 6, 2024
4c1e77a
Fixed test
bsekachev Feb 6, 2024
a30611c
Merge branch 'develop' into bs/update_dropdown_triggers
bsekachev Feb 6, 2024
94fbfbf
Updated test
bsekachev Feb 6, 2024
6c7a506
Reduced number of requests
bsekachev Feb 6, 2024
41494ff
Updated workflow
bsekachev Feb 6, 2024
c9fb312
Removed
bsekachev Feb 6, 2024
d532166
Removed
bsekachev Feb 6, 2024
a57f04d
Updated
bsekachev Feb 6, 2024
6a15229
Fixed test
bsekachev Feb 6, 2024
61d7757
Aborted extra files
bsekachev Feb 7, 2024
840c46e
Merge branch 'develop' into bs/update_dropdown_triggers
bsekachev Feb 9, 2024
304876f
Merge branch 'develop' into bs/update_dropdown_triggers
bsekachev Feb 9, 2024
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
Prev Previous commit
Next Next commit
Updated version
  • Loading branch information
bsekachev committed Feb 5, 2024
commit 7c341e8ee3d756a5c84dce136a912cc1a4ff591c
2 changes: 1 addition & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.61.3",
"version": "1.62.0",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
Loading
Oops, something went wrong.