From bd26b0f27bdc0f09947392d49095f9a26262029f Mon Sep 17 00:00:00 2001 From: yolou Date: Wed, 18 Mar 2026 12:49:28 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9coupage=20de=20l'application=20en=20comp?= =?UTF-8?q?osants=20riot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parcoursup/app.riot | 57 ++++++++------------------ parcoursup/components/detail-view.riot | 17 ++++++++ parcoursup/components/result-list.riot | 22 ++++++++++ parcoursup/components/search-bar.riot | 27 ++++++++++++ parcoursup/index.html | 7 ++-- 5 files changed, 85 insertions(+), 45 deletions(-) create mode 100644 parcoursup/components/detail-view.riot create mode 100644 parcoursup/components/result-list.riot create mode 100644 parcoursup/components/search-bar.riot diff --git a/parcoursup/app.riot b/parcoursup/app.riot index 72fcb55..13c51dc 100644 --- a/parcoursup/app.riot +++ b/parcoursup/app.riot @@ -3,43 +3,21 @@

Recherche de formations Parcoursup avec Riot

- - + -

Chargement...

-

- Aucun résultat trouvé -

- -
-

{ f.nom }

-

Établissement : { f.etablissement }

-

Ville : { f.ville } ({ f.departement })

-

Filière : { f.filiere }

-

Taux d'accès : { f.tauxAcces }%

- -
+ +
-

{ state.selected.nom }

-

Établissement : { state.selected.etablissement }

-

Ville : { state.selected.ville }

-

Département : { state.selected.departement }

-

Filière : { state.selected.filiere }

-

Sélectivité : { state.selected.selectivite }

-

Capacité : { state.selected.capacite }

-

Candidats : { state.selected.candidats }

-

Admis : { state.selected.admis }

-

Taux d'accès : { state.selected.tauxAcces }%

- - + +
+ \ No newline at end of file diff --git a/parcoursup/index.html b/parcoursup/index.html index 1485d37..047533d 100644 --- a/parcoursup/index.html +++ b/parcoursup/index.html @@ -6,14 +6,13 @@ Parcoursup Riot - + + +