feat: Polish UI, add new functionality to composer

This commit is contained in:
Jesse Wierzbinski 2024-05-11 18:34:03 -10:00
parent ddebe77e5b
commit 2cc3d2ea7a
No known key found for this signature in database
5 changed files with 76 additions and 6 deletions

View file

@ -8,5 +8,20 @@ export const useConfig = () => {
link: "https://sk22.github.io/megalodon/",
},
],
COMPOSER_SPLASHES: [
"What's on your mind?",
"What's happening?",
"Meow meow meow meow meow",
"Just arrived at Luna Nova Academy",
"I'm a little teapot, short and stout",
"Hey, you. You're finally awake. You were trying to cross the border, right?",
"Aren't you a little short for a stormtrooper?",
"I'm a leaf on the wind. Watch how I soar.",
"I am Groot.",
"Hello everybody, my name is Markiplier",
"I'm Commander Shepard, and this is my favorite website on the Citadel",
"I'm sorry, Dave. I'm afraid I can't do that.",
"I am the Senate",
],
};
};