Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
subugoe
emo
viewer
Commits
2a25bb8c
Commit
2a25bb8c
authored
4 years ago
by
schneider210
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/goldenlayout-freeze' into HEAD
parents
449e8224
9d74186b
Branches
master
No related tags found
1 merge request
!39
Feature/goldenlayout freeze
Pipeline
#127975
passed
4 years ago
Stage: build
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/emo.css
+1
-1
1 addition, 1 deletion
public/emo.css
src/components/metadata.vue
+1
-1
1 addition, 1 deletion
src/components/metadata.vue
src/components/togglebar.vue
+6
-1
6 additions, 1 deletion
src/components/togglebar.vue
src/mixins/navigation.js
+1
-0
1 addition, 0 deletions
src/mixins/navigation.js
with
9 additions
and
3 deletions
public/emo.css
+
1
−
1
View file @
2a25bb8c
This diff is collapsed.
Click to expand it.
src/components/metadata.vue
+
1
−
1
View file @
2a25bb8c
<
template
>
<div
:class=
"css.metadata"
>
<div
:class=
"
[
css.metadata
, css.fixed ]
"
>
<ul>
<li
v-if=
"Object.keys(collection).length"
:class=
"css.item"
>
<div
:class=
"[ css['heading-style'], css.heading ]"
>
...
...
This diff is collapsed.
Click to expand it.
src/components/togglebar.vue
+
6
−
1
View file @
2a25bb8c
...
...
@@ -23,7 +23,7 @@
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 512 512"
>
<path
:d=
"assets.undo"
transform=
"translate(56 59)"
></path>
</svg>
<span
aria-hidden=
"true"
>
Reset Tabs
</span>
<span
aria-hidden=
"true"
>
{{
'
Reset Tabs
'
|
capitalize
}}
</span>
</button>
</li>
</ul>
...
...
@@ -43,6 +43,11 @@ export default {
panels
:
[
'
text
'
,
'
image
'
,
'
metadata
'
,
'
treeview
'
],
};
},
filters
:
{
capitalize
(
s
)
{
return
s
.
toUpperCase
();
},
},
methods
:
{
resetPanelStatus
()
{
for
(
let
index
=
0
;
index
<
this
.
panels
.
length
;
index
+=
1
)
{
...
...
This diff is collapsed.
Click to expand it.
src/mixins/navigation.js
+
1
−
0
View file @
2a25bb8c
...
...
@@ -81,6 +81,7 @@ export const cssmap = {
'
nav-arrow--left
'
:
'
goldenlayout__nav-arrow--left
'
,
'
nav-arrow--right
'
:
'
goldenlayout__nav-arrow--right
'
,
description
:
'
objectlist-1__descr
'
,
fixed
:
'
objectlist-1--fixed
'
,
heading
:
'
objectlist-1__heading
'
,
item
:
'
objectlist-1__item
'
,
label
:
'
objectlist-1__label
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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