Compare commits
No commits in common. "04cb8a72174013fa42fa57b329ff1f258f865bde" and "872d54407582394e3e97af82e570afdbef26a081" have entirely different histories.
04cb8a7217
...
872d544075
@ -115,11 +115,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
</template>
|
</template>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
<Section title="Ich suche für mich Projekte/Aufträge in folgenden Bereichen">
|
<Section title="Ich suche">
|
||||||
<template v-slot:card-body>
|
<template v-slot:card-body>
|
||||||
<auto-complete
|
<auto-complete
|
||||||
type="skill"
|
type="skill"
|
||||||
label="Ich suche für mich Projekte/Aufträge in folgenden Bereichen"
|
label="Ich suche"
|
||||||
:values="profile.searchtopics"
|
:values="profile.searchtopics"
|
||||||
:showSecondary="false"
|
:showSecondary="false"
|
||||||
placeholder="z.B. Python, JavaScript, Linux"
|
placeholder="z.B. Python, JavaScript, Linux"
|
||||||
|
@ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
|
|
||||||
<Section
|
<Section
|
||||||
v-if="profile.searchtopics && profile.searchtopics.length > 0"
|
v-if="profile.searchtopics && profile.searchtopics.length > 0"
|
||||||
title="Ich suche für mich Projekte/Aufträge in folgenden Bereichen">
|
title="Das suche ich">
|
||||||
<div style="margin-bottom: -.5rem;">
|
<div style="margin-bottom: -.5rem;">
|
||||||
<Skill
|
<Skill
|
||||||
class="me-2 mb-2"
|
class="me-2 mb-2"
|
||||||
|
Loading…
Reference in New Issue
Block a user