From 9187a4764e504b69918dd4edba7c236a4dcdef28 Mon Sep 17 00:00:00 2001 From: mapm14 Date: Thu, 26 Oct 2023 10:05:52 +0100 Subject: [PATCH 1/2] Add entries --- .../kotlin/com/bumble/livemosaic/model/Entries.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt index 2e595dec..1000cf1e 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -30,6 +30,16 @@ val entries = listOf( githubUserName = "manuelvicnt", message = "Don't miss the UI layer talk on Friday at 10:15am!!!! See you at Lovelace ;)" ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "mapm14", + message = "Welcome back to London, folks! Excited to be here for another year" + ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "jlmd", + message = "Hi mom, I'm on TV!!!" + ), ) val mosaic1Entries = entries From 704547b981f5e98d37c0b79b76b321d4c389ee41 Mon Sep 17 00:00:00 2001 From: mapm14 Date: Thu, 26 Oct 2023 10:05:52 +0100 Subject: [PATCH 2/2] Add entries --- .../commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt index 2e595dec..490abbe8 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -30,6 +30,11 @@ val entries = listOf( githubUserName = "manuelvicnt", message = "Don't miss the UI layer talk on Friday at 10:15am!!!! See you at Lovelace ;)" ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "mapm14", + message = "Welcome back to London, folks! Excited to be here for another year" + ), ) val mosaic1Entries = entries