-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from LucasWerey/fix/22
fix(lib): fix ui issues
- Loading branch information
Showing
6 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
<script setup lang="ts"> | ||
import './assets/index.css' | ||
const names = ['Lucas', 'Baptiste', 'Rose', 'Marine'] | ||
const names = ['Lucasezaezazaeezaeazeza', 'Baptiste', 'Rose', 'Marine'] | ||
</script> | ||
|
||
<template> | ||
<div class="flex h-[100vh] w-[100vw] flex-col gap-5 bg-basic-lightgrey p-2"> | ||
<OfferCard type="empty" /> | ||
<OfferCard | ||
type="fill" | ||
contractDuration="2 mois" | ||
contractType="stage" | ||
title="Dév web" | ||
location="Paris" | ||
:nCandidates="38" | ||
:studentNames="names" | ||
desktopColor="warning" | ||
/> | ||
<RankingContainer title="test" :labels="names" /> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters