Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BHC Meta tagging
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sai.sandeep
BHC Meta tagging
Commits
f7e89cb8
Commit
f7e89cb8
authored
Nov 03, 2022
by
sai.sandeep
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
embedding moved to landing popup
parent
91586697
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
src/app/common-components/annotate-text/annotate-text.component.html
...mon-components/annotate-text/annotate-text.component.html
+0
-1
src/app/common-components/annotate-text/annotate-text.component.scss
...mon-components/annotate-text/annotate-text.component.scss
+0
-8
src/app/pages/landing/landing.component.html
src/app/pages/landing/landing.component.html
+2
-0
src/app/pages/landing/landing.component.scss
src/app/pages/landing/landing.component.scss
+9
-0
No files found.
src/app/common-components/annotate-text/annotate-text.component.html
View file @
f7e89cb8
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<ngx-annotate-text
[(annotations)]=
"annotations"
[removable]=
"true"
[text]=
"inputData.text"
annotationClass=
"my-annotation"
#annotateText
>
<ngx-annotate-text
[(annotations)]=
"annotations"
[removable]=
"true"
[text]=
"inputData.text"
annotationClass=
"my-annotation"
#annotateText
>
</ngx-annotate-text>
</ngx-annotate-text>
</div>
</div>
<div
class=
"embedding-flag"
*ngIf=
"inputData.embedding_flag"
><span>
*Embedding based match
</span></div>
</div>
</div>
<div
class=
"row mt-3"
>
<div
class=
"row mt-3"
>
<div
class=
"col-12 "
>
<div
class=
"col-12 "
>
...
...
src/app/common-components/annotate-text/annotate-text.component.scss
View file @
f7e89cb8
...
@@ -24,11 +24,3 @@
...
@@ -24,11 +24,3 @@
max-height
:
4rem
;
max-height
:
4rem
;
overflow-y
:
auto
;
overflow-y
:
auto
;
}
}
.embedding-flag
{
font-family
:
var
(
--
fontFamilyMedium
);
color
:
#0099c9
;
font-size
:
0
.8rem
;
float
:
right
;
margin-right
:
1rem
;
}
\ No newline at end of file
src/app/pages/landing/landing.component.html
View file @
f7e89cb8
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
<div
class=
"modal-content modal-lg modal-xl"
>
<div
class=
"modal-content modal-lg modal-xl"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
View/Edit Tags
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
View/Edit Tags
</h5>
<div
class=
"embedding-flag"
*ngIf=
"annotateData.embedding_flag"
><span>
*Embedding based match
</span></div>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
(click)=
"d('Cross click');closeTooltip();"
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
(click)=
"d('Cross click');closeTooltip();"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
...
...
src/app/pages/landing/landing.component.scss
View file @
f7e89cb8
.embedding-flag
{
font-family
:
var
(
--
fontFamilyMedium
);
color
:
#0099c9
;
font-size
:
1rem
;
margin-right
:
6rem
;
position
:
absolute
;
right
:
1rem
;
margin-top
:
5px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment