add: TODOs and documentation for atomic components
This commit is contained in:
@@ -3,6 +3,13 @@ package app.odweta.medilarm.ui.components
|
|||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An element featuring the chosen wake-up time as well as a time chooser (with the ability
|
||||||
|
* to choose hours AND minutes - HH:MM)
|
||||||
|
*
|
||||||
|
* TODO: {ALARM} chosen time
|
||||||
|
* TODO: {ALARM} HH:MM chooser
|
||||||
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
fun MedilarmAlarm(modifier: Modifier = Modifier) {
|
fun MedilarmAlarm(modifier: Modifier = Modifier) {
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,13 @@ package app.odweta.medilarm.ui.components
|
|||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An element with a progress indicator and a time chooser (in minutes) for the length
|
||||||
|
* of the meditation session
|
||||||
|
*
|
||||||
|
* TODO: {MEDITATION} progress indicator
|
||||||
|
* TODO: {MEDITATION} time chooser
|
||||||
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
fun MedilarmMeditation(modifier: Modifier = Modifier) {
|
fun MedilarmMeditation(modifier: Modifier = Modifier) {
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,13 @@ package app.odweta.medilarm.ui.components
|
|||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A top bar featuring the app's name on the left side and a button to access the settings page
|
||||||
|
* on the right side
|
||||||
|
*
|
||||||
|
* TODO: {TOOLBAR} name
|
||||||
|
* TODO: {TOOLBAR} settings button
|
||||||
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
fun MedilarmToolbar(modifier: Modifier = Modifier) {
|
fun MedilarmToolbar(modifier: Modifier = Modifier) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user