Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
61f69271
Commit
61f69271
authored
3 years ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
chore: re-added region search quick tour
parent
25f263c3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/viewerModule/viewerCmp/viewerCmp.style.css
+5
-0
5 additions, 0 deletions
src/viewerModule/viewerCmp/viewerCmp.style.css
src/viewerModule/viewerCmp/viewerCmp.template.html
+10
-8
10 additions, 8 deletions
src/viewerModule/viewerCmp/viewerCmp.template.html
with
15 additions
and
8 deletions
src/viewerModule/viewerCmp/viewerCmp.style.css
+
5
−
0
View file @
61f69271
...
...
@@ -45,3 +45,8 @@
{
flex-wrap
:
nowrap
;
}
mat-drawer
{
overflow-x
:
hidden
;
}
This diff is collapsed.
Click to expand it.
src/viewerModule/viewerCmp/viewerCmp.template.html
+
10
−
8
View file @
61f69271
...
...
@@ -25,13 +25,8 @@
[disableClose]=
"true"
#matDrawerTop
="
matDrawer
"
>
<div
class=
"h-0 w-100 region-text-search-autocomplete-position"
*ngIf=
"matDrawerTop.opened"
>
<!-- quick-tour
[quick-tour-description]="quickTourRegionSearch.description"
[quick-tour-order]="quickTourRegionSearch.order" -->
<ng-container
*ngTemplateOutlet=
"autocompleteTmpl"
>
<div
class=
"h-0 w-100 region-text-search-autocomplete-position"
>
<ng-container
*ngTemplateOutlet=
"autocompleteTmpl; context: { showTour: true, visible: matDrawerTop.opened }"
>
</ng-container>
</div>
...
...
@@ -522,10 +517,17 @@
<!-- auto complete search box -->
<ng-template
#autocompleteTmpl
>
<ng-template
#autocompleteTmpl
let-visible=
"visible"
let-showTour=
"showTour"
>
<div
class=
"iv-custom-comp bg card w-100 mat-elevation-z8 pe-all"
>
<region-text-search-autocomplete
class=
"w-100 pt-2 flex-shrink-0 flex-grow-0"
>
</region-text-search-autocomplete>
<div
class=
"w-100 h-100 position-absolute"
*ngIf=
"visible && showTour"
quick-tour
[quick-tour-description]=
"quickTourRegionSearch.description"
[quick-tour-order]=
"quickTourRegionSearch.order"
>
</div>
</div>
</ng-template>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment