Feat - ToolsScreen - add tool group list

This commit is contained in:
2024-03-29 18:09:33 +08:00
parent 4cc1c0f68b
commit f81f26a5cb
39 changed files with 1583 additions and 95 deletions

View File

@@ -7,8 +7,8 @@ import kotlinx.coroutines.flow.SharingStarted
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.stateIn
import top.fatweb.oxygen.toolbox.model.UserData
import top.fatweb.oxygen.toolbox.repository.UserDataRepository
import top.fatweb.oxygen.toolbox.model.userdata.UserData
import top.fatweb.oxygen.toolbox.repository.userdata.UserDataRepository
import javax.inject.Inject
import kotlin.time.Duration.Companion.seconds