Skip to content

Commit 9f1cfc1

Browse files
committed
Update web code
1 parent e75d1f6 commit 9f1cfc1

File tree

105 files changed

+612
-600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+612
-600
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ android {
4141
else -> 0
4242
}
4343

44-
val vCode = 355
44+
val vCode = 358
4545
versionCode = vCode - singleAbiNum
46-
versionName = "2.0.7"
46+
versionName = "2.0.8"
4747

4848
ndk {
4949
//noinspection ChromeOsAbiSupport

app/src/main/java/com/ismartcoding/plain/ui/page/chat/components/ChatName.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fun ChatName(m: VChat) {
2121
verticalAlignment = Alignment.CenterVertically,
2222
) {
2323
Text(
24-
text = m.name,
24+
text = m.name.uppercase(),
2525
style = MaterialTheme.typography.titleSmall.copy(fontWeight = FontWeight.Bold),
2626
modifier = Modifier.padding(end = 4.dp),
2727
)

app/src/main/resources/web/assets/AppsSidebar-CNbbsxF1.js renamed to app/src/main/resources/web/assets/AppsSidebar-0XaPb1iH.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AppsView-B572Ergr.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AppsView-BLIMNurD.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/src/main/resources/web/assets/AppsView-D8PyWg8C.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)