-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature/text annotator menu #139
base: develop
Are you sure you want to change the base?
Conversation
664d1cd
to
8ef6bad
Compare
src/app/components/annotator/text-annotator/text-annotator.component.html
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improves the layout. Maybe I would remove the labels and leave only the icons (changing the annotation icon in to a more explanatory one). Do you have a layout in mind?
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
3a77f4a
to
392a112
Compare
2cc48ae
to
1bc4dad
Compare
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
|
||
openCreation(choice){ | ||
this.annoType = choice; | ||
this.showAdder = choice !== 'annotate' ? true : false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need of ternary operator: choice !== 'annotate'
is enough
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
cb422f9
to
b56752d
Compare
src/app/components/annotator/text-annotator/text-annotator.component.ts
Outdated
Show resolved
Hide resolved
b59469c
to
52a3f21
Compare
43239e8
to
6d61dd1
Compare
05d0fae
to
ddd7149
Compare
ddd7149
to
92ff3cb
Compare
No description provided.