Skip to content

Commit 8cfa361

Browse files
subroh0508claude
andcommitted
Remove Noctiluca from works
Noctiluca project is no longer actively maintained. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7c94455 commit 8cfa361

File tree

6 files changed

+0
-23
lines changed

6 files changed

+0
-23
lines changed
35.9 KB
Loading
56.7 KB
Loading
-41.8 KB
Binary file not shown.

shared/src/commonMain/composeResources/values-en/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@
6262

6363
<string name="work_colormaster_headline">COLOR M@STER</string>
6464
<string name="work_colormaster_description">This application provides various functions for the image colors of characters in THE iDOLM@STER. Currently, two functions, "Search" and "Penlight", are implemented. \n\nThis Application is developed by Kotlin Multiplatform.</string>
65-
66-
<string name="work_noctiluca_headline">Noctiluca</string>
67-
<string name="work_noctiluca_description">※Under Development\n\nThis application is a multi-platform client of Mastodon.</string>
6865
</resources>

shared/src/commonMain/composeResources/values/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@
6262

6363
<string name="work_colormaster_headline">COLOR M@STER</string>
6464
<string name="work_colormaster_description">アイドルマスターに登場するキャラクターのイメージカラーに対する、様々な機能を提供するアプリケーションです。現在、「検索」「ペンライト」の2つの機能が実装されています。\n\n実装にはKotlin Multiplatformを利用しています。</string>
65-
66-
<string name="work_noctiluca_headline">Noctiluca</string>
67-
<string name="work_noctiluca_description">※開発中\n\nマルチプラットフォーム対応のMastodonクライアントアプリです。</string>
6865
</resources>

shared/src/commonMain/kotlin/component/work/Work.kt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,6 @@ internal sealed class Time {
4444
}
4545
}
4646

47-
internal val Noctiluca = Work(
48-
Res.string.work_noctiluca_headline,
49-
Res.string.work_noctiluca_description,
50-
WorkType.PersonalProject,
51-
listOf(
52-
Link(
53-
"https://github.com/subroh0508/Noctiluca",
54-
Res.string.repository,
55-
Icons.Default.Code,
56-
"Noctiluca Repository",
57-
),
58-
),
59-
Time.UntilNow(2022),
60-
Res.drawable.noctiluca,
61-
)
62-
6347
internal val ColorMaster = Work(
6448
Res.string.work_colormaster_headline,
6549
Res.string.work_colormaster_description,
@@ -180,7 +164,6 @@ internal val KotlinMaterialUi = Work(
180164
)
181165

182166
internal val Works = listOf(
183-
Noctiluca,
184167
ColorMaster,
185168
KotlinFest2024,
186169
KotlinFest2022,

0 commit comments

Comments
 (0)