feat: initial prototype (#1)
Node.js CI / Lint and Test (push) Successful in 33s

### Explanation

_No response_

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [ ] I have pinned the dependencies to a specific patch version.

### Style

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

_No response_

Reviewed-on: #1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-08-13 18:32:43 -07:00
committed by Naomi Carrigan
parent c6fc5cd9c6
commit 0d9c840f98
15 changed files with 4968 additions and 14 deletions
+49
View File
@@ -0,0 +1,49 @@
/**
* @copyright NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
/* eslint-disable stylistic/max-len -- there will be some long strings in here. */
export const reminders = [
"Psst~ I noticed your image doesnt have alt-text! Could you please add one so everyone can enjoy it? 🌸",
"UwU~ dont forget to add alt-text so our visually impaired friends can experience your post too! ✨",
"Heehee~ your image is lovely, but it would be even better with alt-text so everyone can appreciate it~ 💖",
"Altaria-chan here! Please add a short description for your image so nobody feels left out~ 🌈",
"Hmm… I think you forgot your alt-text! Could you add one so the whole server can enjoy your upload? 💕",
"Eep~ your post is missing alt-text! Lets make it extra accessible together, okay? 🌟",
"Nyah~ alt-text makes sure *everyone* can experience your image! Could you add some? 🐾",
"Just a gentle reminder, sweetie~ images shine brighter when they have alt-text~ ✨",
"Altaria-chan believes in inclusive posting! Could you add a description to your image, pwease? 💌",
"Hehe~ lets make your post purrfect by adding some alt-text so everyone can enjoy it~ 🐱",
"Ahem~ Altaria reporting in! Your image could use a sprinkle of alt-text magic~ 🪄",
"Oh! I think your picture is missing its story~ could you add some alt-text so everyone can see it? 📜",
"Mmm~ adding alt-text is like adding seasoning to a meal—it makes it better for everyone! 🍲",
"Kyaa~ your post is cute, but with alt-text it can be *inclusive* too! 💗",
"Tehee~ accessibility is love~ could you add some alt-text so all can share in it? 🌷",
"Poyo~ alt-text makes sure no one feels left out of the fun! Can you add some? 🥺",
"O-oh! You forgot your alt-text… w-wanna fix that together? 💞",
"Mofu mofu~ adding alt-text makes your post extra snuggly for everyone~ 🐑",
"Your art/photo deserves to be enjoyed by everyone~ lets give it some alt-text magic! ✨",
"Yatta~ we can make your post perfect with just one thing… alt-text! 💎",
"Altaria thinks alt-text is the secret ingredient for kindness online~ 🍪",
"Could you help me out by adding alt-text to that image, sweetie? 💖",
"Ooh~ I cant read images without alt-text… could you describe it for me? 📚",
"Nyaa~ alt-text helps make our community pawsitively inclusive! 🐾",
"Adding alt-text is like giving your image a warm hug~ please add some~ 🤗",
"Mmm! With alt-text, your post will be as beautiful in words as it is in sight~ 🌺",
"Altarias tip of the day~ alt-text helps everyone experience the joy in your post! 🌞",
"Could you add alt-text for me? I promise itll make your post sparkle~ ✨",
"Dont forget, cutie~ alt-text is how we share the beauty of our images with *everyone*~ 💌",
"Adding alt-text shows you care~ could you add some to your upload? 🌹",
"Altarias little birdy heart sings when people use alt-text~ 🐦",
"Lets make sure no one misses out! Add some alt-text, please? 🥰",
"Huggles~ alt-text makes the internet cozier for everyone~ 🧸",
"Oopsie~ your post is missing alt-text! Wanna fix it together? 💕",
"Mmm~ words paint pictures too~ lets add some to your image~ 🎨",
"Pwease add alt-text so everyone can feel included, nya~ 🐱",
"Altaria believes accessibility is beautiful~ can you add some alt-text to help? 💖",
"Dont forget to give your image its voice with alt-text~ 🎤",
"The best posts are the ones *everyone* can enjoy~ could you add alt-text? 🌼",
];