Package-level declarations

Types

Link copied to clipboard

The ProjectsScreen class is used to retrieve and display the projects of the user

Link copied to clipboard
class ProjectsScreenViewModel(snackbarHostState: SnackbarHostState)

The ProjectsScreenViewModel class is the support class used by the ProjectsScreen to execute the refreshing routines to update the projects data of the user

Functions

Link copied to clipboard

Function to manage correctly the back navigation from the current screen

Function to manage correctly the back navigation from the current screen

Function to manage correctly the back navigation from the current screen

Link copied to clipboard
actual fun joinProject()

Function to navigate to the section where the user can join in a project

expect fun joinProject()

Function to navigate to the section where the user can join in a project

actual fun joinProject()

Function to navigate to the section where the user can join in a project

Link copied to clipboard
fun ProjectItem(project: <Error class: unknown class>)

Component to display the details about a project

Link copied to clipboard
expect fun Projects(projects: List<<Error class: unknown class>>)

Component to display and arrange correctly from each platform the projects in the UI

Link copied to clipboard
expect fun workOnProject(project: <Error class: unknown class>? = null)

Function to navigate to the section to allow the project creation or editing