Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Språksamlingane
beta.ordbok.uib.no
Commits
ca6b857d
Commit
ca6b857d
authored
4 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
re meta#254 fet skrift i dropdown
parent
aa2690ae
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
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
src/components/Autocomplete.vue
+7
-3
7 additions, 3 deletions
src/components/Autocomplete.vue
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
0
View file @
ca6b857d
...
...
@@ -7,6 +7,7 @@ build:
stage
:
build
only
:
-
master
-
vuetify_autocomplete
script
:
-
npm install --progress=false
-
npm run build
...
...
@@ -20,6 +21,7 @@ deploy:
stage
:
deploy
only
:
-
master
-
vuetify_autocomplete
script
:
-
rm -rf ~/.aws
-
mv .aws ~/
...
...
This diff is collapsed.
Click to expand it.
src/components/Autocomplete.vue
+
7
−
3
View file @
ca6b857d
...
...
@@ -20,7 +20,7 @@
dense
>
<template
v-slot:item=
"data"
>
{{
data
.
item
.
label
+
'
(
'
+
(
data
.
item
.
lang_set
?
Array
.
from
(
data
.
item
.
lang_set
).
sort
().
join
(
'
,
'
)
:
'
fritekstsøk
'
)
+
'
)
'
}}
<span
class=
"search-hit"
>
{{
data
.
item
.
label
}}
</span>
(
{{
data
.
item
.
lang_set
?
Array
.
from
(
data
.
item
.
lang_set
).
sort
().
join
(
'
,
'
)
:
'
fritekstsøk
'
}}
)
</
template
>
</v-autocomplete>
</template>
...
...
@@ -69,7 +69,7 @@
self
.
items
=
hits
self
.
loading
=
false
})
},
1
5
0
)
},
1
0
0
)
}
},
watch
:
{
...
...
@@ -93,5 +93,9 @@
</
script
>
<
style
>
<
style
scoped
>
.search-hit
{
font-weight
:
bold
;
margin-right
:
5px
;
}
</
style
>
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