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

For 3.7.1 #309

Merged
merged 7 commits into from
Apr 3, 2020
Merged

For 3.7.1 #309

merged 7 commits into from
Apr 3, 2020

Conversation

birm
Copy link
Member

@birm birm commented Apr 3, 2020

Bugfix: POST instead of UPDATE tables

Features:

Style: camel case checks (#278)

cjchirag7 and others added 7 commits April 2, 2020 17:25
Allow empty note when saving annotation
* Made all identifers in components/ in camelCase to remove camelCase rule of ESLint

* Made identifiers in apps folder to be in camelCase

* changed anno_delte to annoDelte

* Fixed camelCase in init.js and table.html

* Update spyglass.js

merge request #278
variable name changing ====> `_target_viewer` => `_targetViewer`.

* Update uicallbacks.js

1. `toolbar._main_tools` => `toolbar._mainTools`, there are 8 places in `apps/veiwer/uicallbacks.js` that need to change when you change the variable`_main_tools` to `_mainTools`  in `components/toolbar/toolbar.js`. [line 17, 23, 1053, 1079, 1092, 1096, 1215, 1221]
2. `toolbar._sub_tools` => `toolbar._subTools`, there are 3 places in `apps/segment/segment.js`(2 places - line 850, 851 removed), `apps/labeling/labeling.js` (1 place - line 84) that need to change when you change the variable`_sub_tools` to `_subTools`  in `components/toolbar/toolbar.js`.

* Update labeling.js

`toolbar._sub_tools` => `toolbar._subTools`

* Update segment.js

`toolbar._sub_tools` => `toolbar._subTools`

Co-authored-by: nanli-emory <40213692+nanli-emory@users.noreply.github.com>
@birm birm merged commit 5843bbf into master Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants