-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move files to correct packages * wip new settings ui * icons * stats tab * move some files around * style tab * app settings and footer * Fine tune layout Use material 3 switch * drag window * change color per bar upon threshold * link build version to footer * update both position and location when anything changes on the overlay data class * configure build * report correct unit
- Loading branch information
Showing
35 changed files
with
1,303 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
target/server/src/main/kotlin/br/com/firstsoft/target/server/ui/ColorTokens.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package br.com.firstsoft.target.server.ui | ||
|
||
import androidx.compose.ui.graphics.Color | ||
|
||
object ColorTokens { | ||
val Green = Color(0xff1cad69) | ||
val Yellow = Color(0xfffcc748) | ||
val Red = Color(0xffed4335) | ||
val ClearGray = Color(0x11d3d3d3) | ||
val OffWhite = Color(0xffc0c0c0) | ||
|
||
val BackgroundOffWhite = Color(0xffF0F1F1) | ||
val BarelyVisibleGray = Color(0x0C111D1A) | ||
val AlmostVisibleGray = Color(0xFFCECFD2) | ||
val DarkGray = Color(0xFF0C111D) | ||
val MutedGray = Color(0xFF475467) | ||
} |
40 changes: 0 additions & 40 deletions
40
target/server/src/main/kotlin/br/com/firstsoft/target/server/ui/Footer.kt
This file was deleted.
Oops, something went wrong.
140 changes: 0 additions & 140 deletions
140
target/server/src/main/kotlin/br/com/firstsoft/target/server/ui/OverlaySettingsUi.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.