Merge branch 'master' of https://codefirst.iut.uca.fr/git/WhatTheFantasy/WF-Android
commit
3cd3e3dcd5
@ -0,0 +1,6 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun AccueilPage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun FavoritePage() {}
|
@ -0,0 +1,13 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.material3.Text
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun LoginPage() {
|
||||||
|
}
|
@ -0,0 +1,17 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.foundation.layout.fillMaxSize
|
||||||
|
import androidx.compose.foundation.layout.padding
|
||||||
|
import androidx.compose.material3.Scaffold
|
||||||
|
import androidx.compose.material3.Text
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import androidx.compose.ui.Modifier
|
||||||
|
import androidx.compose.ui.tooling.preview.Preview
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun ProfilPage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun QuizPage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun QuotePage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun SearchPage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun SignUpPage() {}
|
@ -0,0 +1,11 @@
|
|||||||
|
package com.example.what_the_fantasy
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.activity.ComponentActivity
|
||||||
|
import androidx.activity.compose.setContent
|
||||||
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
import androidx.compose.runtime.Composable
|
||||||
|
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun SubmitQuotePage() {}
|
Loading…
Reference in new issue