Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
27996e4c
Commit
27996e4c
authored
5 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update to new icons
parent
65dd58d1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/auth/rollup.config.js
+1
-1
1 addition, 1 deletion
packages/auth/rollup.config.js
packages/auth/src/vpu-auth.js
+4
-8
4 additions, 8 deletions
packages/auth/src/vpu-auth.js
packages/auth/vendor/common
+1
-1
1 addition, 1 deletion
packages/auth/vendor/common
with
6 additions
and
10 deletions
packages/auth/rollup.config.js
+
1
−
1
View file @
27996e4c
...
...
@@ -53,7 +53,7 @@ export default {
{
src
:
'
assets/favicon.ico
'
,
dest
:
'
dist
'
},
{
src
:
'
assets/icon_key_hover_tugprod.png
'
,
dest
:
'
dist/local/vpu-auth
'
},
{
src
:
'
assets/icon_key_normal_tugprod.png
'
,
dest
:
'
dist/local/vpu-auth
'
},
{
src
:
'
node_modules/
material-design-icons-svg/paths/*.json
'
,
dest
:
'
dist/local/vpu-common/icons
'
},
{
src
:
'
node_modules/
vpu-common/assets/icons/*.svg
'
,
dest
:
'
dist/local/vpu-common/icons
'
},
]
}),
(
process
.
env
.
ROLLUP_WATCH
===
'
true
'
)
?
serve
({
contentBase
:
'
dist
'
,
host
:
'
127.0.0.1
'
,
port
:
8002
})
:
false
...
...
This diff is collapsed.
Click to expand it.
packages/auth/src/vpu-auth.js
+
4
−
8
View file @
27996e4c
...
...
@@ -250,8 +250,9 @@ class VPUAuth extends LitElement {
}
vpu-icon {
height: 2em;
width: 2em;
height: 1em;
width: 1em;
vertical-align: -0.1rem;
}
`
;
}
...
...
@@ -275,7 +276,7 @@ class VPUAuth extends LitElement {
<div class="dropdown" @click="
${
this
.
onDropdownClick
}
">
<div class="dropdown-trigger">
<span>
${
this
.
name
}
</span>
<vpu-icon name="
menu
-down"></vpu-icon>
<vpu-icon name="
chevron
-down"></vpu-icon>
</div>
<div class="dropdown-menu" id="dropdown-menu2" role="menu">
<div class="dropdown-content">
...
...
@@ -303,11 +304,6 @@ class VPUAuth extends LitElement {
const
bulmaCSS
=
commonUtils
.
getAssetURL
(
bulmaCSSPath
);
return
html
`
<link rel="stylesheet" href="
${
bulmaCSS
}
">
<style>
vpu-icon {
vertical-align: -0.7rem;
}
</style>
<div>
${
this
.
loggedIn
?
this
.
renderLoggedIn
()
:
this
.
renderLoggedOut
()}
...
...
This diff is collapsed.
Click to expand it.
common
@
0dfaa45a
Subproject commit
adbdf63736ba48eaf93ca06f83ee3652b7f85f12
Subproject commit
0dfaa45a645d513e51ed5dbb20a68874aef466d8
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