mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 10:46:12 -04:00
refactor(ui): Split PodCardComponents into per-component files
Move each composable from PodCardComponents.kt into its own file under a new cards/components/ subpackage. Add previews to each file. Also add getBatteryIcon() for Compose Material Icon battery levels used in the popup.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package eu.darken.capod.main.ui.overview.cards
|
||||
|
||||
import eu.darken.capod.main.ui.overview.cards.components.SignalLevel
|
||||
import eu.darken.capod.main.ui.overview.cards.components.signalLevelOf
|
||||
|
||||
import io.kotest.matchers.shouldBe
|
||||
import org.junit.jupiter.api.Test
|
||||
import testhelpers.BaseTest
|
||||
|
||||
Reference in New Issue
Block a user