feat(node): Refactor Node Detail screen and enhance user feedback (#4291)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-24 21:00:23 -06:00 committed by GitHub
parent 8eb349e794
commit 2cdfababe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 2014 additions and 1028 deletions

View file

@ -47,6 +47,8 @@ dependencies {
implementation(libs.androidx.compose.ui.text)
implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.navigation.common)
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.molecule.runtime)
implementation(libs.kermit)
implementation(libs.coil)
implementation(libs.markdown.renderer.android)