Feat(ToolsScreen and ToolStarScreen): Show skeleton when loading tool

This commit is contained in:
2024-08-27 17:24:27 +08:00
parent c9363ee34b
commit 93b22ea14b
5 changed files with 184 additions and 2 deletions

View File

@@ -185,4 +185,5 @@ dependencies {
implementation(libs.room.runtime)
implementation(libs.room.ktx)
implementation(libs.timber)
implementation(libs.compose.shimmer)
}