Change menu into tabs, change push notif into temporary question

This commit is contained in:
pikiou
2022-03-29 00:47:02 +02:00
parent 8fb7b5287b
commit 70b53c5af8
10 changed files with 205 additions and 138 deletions

View File

@@ -42,15 +42,28 @@ export default [
path: "/login",
component: Login,
},
{
path: "/sidentifier",
component: Login,
},
{
path: "/forgot",
component: Forgot,
},
{
path: "/oubli",
component: Forgot,
},
{
path: "/equipes",
component: AsyncTeams,
loadData: loadTeamsData,
},
{
path: "/teams",
component: AsyncTeams,
loadData: loadTeamsData,
},
{
path: "/wish",
component: AsyncWish,