diff --git a/kujiu_test b/kujiu_test new file mode 160000 index 0000000..b59e3b6 --- /dev/null +++ b/kujiu_test @@ -0,0 +1 @@ +Subproject commit b59e3b608247e8a9cb4f09e81f8a6d878127a241 diff --git a/src/NervTN.vue b/src/NervTN.vue index e4d2baa..81729a6 100644 --- a/src/NervTN.vue +++ b/src/NervTN.vue @@ -1,18 +1,10 @@ - - - @@ -28,8 +20,26 @@ export default{ - - + + + 👤 {{ t('menu.contact') }} + + + 📝 {{ t('menu.profile') }} + 🗒️ {{ t('menu.contacts list') }} + + + + + + 💬 ✉️ {{ t('menu.messages') }} + + + 📭 {{ t('menu.correspondence') }} + 💬 {{ t('menu.chat') }} + 🎥 {{ t('menu.video conferencing') }} + + @@ -42,12 +52,12 @@ export default{ - 👥 Connexion + 👥 {{ t('home.connection') }} - Compte - Tableau de bord - Déconnexion + {{ t('home.account') }} + {{ t('home.dashboard') }} + {{ t('home.disconnect') }} diff --git a/src/assets/css/sidebar.less b/src/assets/css/sidebar.less index 5275723..a502b18 100644 --- a/src/assets/css/sidebar.less +++ b/src/assets/css/sidebar.less @@ -27,6 +27,14 @@ font-size: 1.1rem; margin: 0.5rem; padding: 1rem; + + summary { + padding: 10px; + } + + li { + list-style: none; + } } .nav-menu{ diff --git a/src/components/contact/Profil.vue b/src/components/contact/Profil.vue index e1d6d08..64dced2 100644 --- a/src/components/contact/Profil.vue +++ b/src/components/contact/Profil.vue @@ -1,9 +1,12 @@ + + - - - + 👤 Profil Avatar @@ -17,18 +20,17 @@ Email Personnelle : - + - - Enregistrer - - + + - + + 📇 Informations personnelles Nom complet : - + @@ -38,8 +40,7 @@ Numéro de téléphone : - + @@ -58,13 +59,11 @@ + - - Enregistrer - - - + + 💼 Emploi Entreprise : @@ -84,8 +83,7 @@ Numéro de téléphone : - + @@ -104,30 +102,46 @@ + + Enregistrer + - - Enregistrer - - - - ✍🏼 Commentaires + + + ✍🏼 À propos / Commentaires - - Enregistrer - - - - + Enregistrer + + + + + + \ No newline at end of file diff --git a/src/components/contact/locale/en.json b/src/components/contact/locale/en.json new file mode 100644 index 0000000..e69de29 diff --git a/src/components/contact/locale/fr.json b/src/components/contact/locale/fr.json new file mode 100644 index 0000000..e69de29 diff --git a/src/components/message/ChatBox.vue b/src/components/message/ChatBox.vue index e334f7e..e18a2e6 100644 --- a/src/components/message/ChatBox.vue +++ b/src/components/message/ChatBox.vue @@ -2,10 +2,10 @@ - Send + Envoyer diff --git a/src/components/message/NavMessage.vue b/src/components/message/NavMessage.vue deleted file mode 100644 index 6f42e2b..0000000 --- a/src/components/message/NavMessage.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - - 👤 Contact - - - 📝 Profil - 🗒️ Liste des contacts - - - - - - 💬 ✉️ Messages - - - 📭 Correspondance - 💬 Chat - 🎥 Visioconférence - - - - - - diff --git a/src/components/message/locale/en.json b/src/components/message/locale/en.json new file mode 100644 index 0000000..e69de29 diff --git a/src/components/message/locale/fr.json b/src/components/message/locale/fr.json new file mode 100644 index 0000000..e69de29 diff --git a/src/locale/en.json b/src/locale/en.json index 0eff22f..e9d34f2 100644 --- a/src/locale/en.json +++ b/src/locale/en.json @@ -9,12 +9,26 @@ "route_not_found": "Url {route} does not exist." }, "home": { - "apps": "Applications" + "apps": "Applications", + "connection": "Connection", + "account":"Account", + "dashboard": "Dashboard", + "disconnect": "Disconnect" }, "pwa": { "ready": "Your applications are ready for offline.", "new_content": "New version available!", "later": "See later", "reload": "Reload app" + }, + + "menu": { + "contact": "Contact", + "profile": "Profil", + "contacts list": "contacts list", + "messages": "Messages", + "correspondence": "Correspondence", + "chat": "Chat", + "video conferencing": "Video conferencing" } } diff --git a/src/locale/fr.json b/src/locale/fr.json index f479893..4cfa5a5 100644 --- a/src/locale/fr.json +++ b/src/locale/fr.json @@ -9,12 +9,26 @@ "route_not_found": "La route {route} n'existe pas." }, "home": { - "apps": "Applications" + "apps": "Applications", + "connection": "Connexion", + "account":"Compte", + "dashboard": "Tableau de bord", + "disconnect": "Déconnexion" }, "pwa": { "ready": "Vous êtes prêts pour le mode hors-ligne.", "new_content": "Nouvelle version disponible !", "later": "Plus tard", "reload": "Recharger" + }, + + "menu": { + "contact": "Contact", + "profile ": "Profil", + "contacts list": "Liste des contacts", + "messages": "Messages", + "correspondence": "Correspondence", + "chat": "Chat", + "video conferencing": "Visioconférence" } }