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
4fd3298a
Commit
4fd3298a
authored
1 year ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
feat: copy multi selected region name
parent
83ef2206
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/releases/v2.14.5.md
+2
-0
2 additions, 0 deletions
docs/releases/v2.14.5.md
src/index.html
+1
-1
1 addition, 1 deletion
src/index.html
src/viewerModule/viewerCmp/viewerCmp.template.html
+12
-0
12 additions, 0 deletions
src/viewerModule/viewerCmp/viewerCmp.template.html
with
15 additions
and
1 deletion
docs/releases/v2.14.5.md
+
2
−
0
View file @
4fd3298a
...
...
@@ -6,8 +6,10 @@
-
Added documentation for URL encoding
-
Improved documentation for plugin API
-
Reworded point assignment UI
-
Allow multi selected region names to be copied
## Behind the Scenes
-
Removed dependency on connectivity-component
-
Removed reference to JSC OKD instance, as the instance is no longer available
-
Updated google-site-verification
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
1
View file @
4fd3298a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"google-site-verification"
content=
"
fkW3HNDR3bwEn8fdtO-W41KNwbM-RoiL2TSWQAmbK6w
"
/>
<meta
name=
"google-site-verification"
content=
"
a1eQjVVvbKEjbe4k4kCGrzJnMzZcrartwKLvJxbxFWY
"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<link
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"assets/fontawesome/css/all.min.css"
>
...
...
This diff is collapsed.
Click to expand it.
src/viewerModule/viewerCmp/viewerCmp.template.html
+
12
−
0
View file @
4fd3298a
...
...
@@ -637,6 +637,18 @@
<div
title
>
Multiple regions selected
</div>
<mat-action-list
class=
"overview-container"
>
<button
mat-list-item
[iav-clipboard-copy]=
"regions | mapToProperty : 'name' | json"
>
<mat-icon
class=
"mr-4"
fontSet=
"fas"
fontIcon=
"fa-copy"
>
</mat-icon>
<span>
Copy region names
</span>
</button>
</mat-action-list>
<!-- other regions detail accordion -->
<mat-accordion
class=
"bs-border-box ml-15px-n mr-15px-n mt-2"
>
...
...
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