fix(codev): réajouter bouton Solution dans carto (Solution + Alliance)
This commit is contained in:
@@ -52,6 +52,15 @@
|
|||||||
|
|
||||||
<!-- Boutons matching -->
|
<!-- Boutons matching -->
|
||||||
<div class="matching-controls">
|
<div class="matching-controls">
|
||||||
|
<button
|
||||||
|
:class="{ active: mode === 'solution' }"
|
||||||
|
style="--mode-color: #22c55e"
|
||||||
|
@click="setMode('solution')"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
Solution
|
||||||
|
<span class="hint">besoin - compétence</span>
|
||||||
|
</button>
|
||||||
<button
|
<button
|
||||||
:class="{ active: mode === 'alliance' }"
|
:class="{ active: mode === 'alliance' }"
|
||||||
style="--mode-color: #f97316"
|
style="--mode-color: #f97316"
|
||||||
@@ -59,7 +68,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Alliance
|
Alliance
|
||||||
<span class="hint">besoins partages</span>
|
<span class="hint">besoins partagés</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="mode !== 'none'"
|
v-if="mode !== 'none'"
|
||||||
|
|||||||
Reference in New Issue
Block a user