Alt-text Novice Achivement #55

Open
leah wants to merge 2 commits from feature/alt-text-achivements into main
Owner

Adds alt text novice Achivement
image

This is gotten when you have the alt text reminders on and post a post that has at least 1 attachment with alt text on it.

#37

Adds alt text novice Achivement ![image](/attachments/305d5bd5-f6c1-4e28-8c4c-fef2a1854513) This is gotten when you have the alt text reminders on and post a post that has at least 1 attachment with alt text on it. #37
leah added 2 commits 2025-01-19 22:52:56 +00:00
fix bug where posting with no text can get achievement
All checks were successful
Lint / pnpm_install (pull_request) Successful in 2m8s
Test (backend) / unit (22.x) (pull_request) Successful in 10m4s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m42s
Test (frontend) / vitest (22.x) (pull_request) Successful in 4m39s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m25s
Lint / lint (backend) (pull_request) Successful in 4m43s
Lint / lint (frontend) (pull_request) Successful in 10m42s
Lint / lint (misskey-js) (pull_request) Successful in 4m21s
Lint / lint (sw) (pull_request) Successful in 3m11s
Lint / typecheck (backend) (pull_request) Successful in 4m11s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m58s
Test (backend) / e2e (22.x) (pull_request) Successful in 7m0s
ff681a8e91
Author
Owner

Id love to add more things like "alt text 20 things to unlock" but that sounds like a lot more db queries and stuff and I dont want to slow down everything for an achievement

Id love to add more things like "alt text 20 things to unlock" but that sounds like a lot more db queries and stuff and I dont want to slow down everything for an achievement
Author
Owner

An easy solution to the more rare alt text badge is just have it be a low chance of unlocking when setting alt text. Thats super easy to add

An easy solution to the more rare alt text badge is just have it be a low chance of unlocking when setting alt text. Thats super easy to add
All checks were successful
Lint / pnpm_install (pull_request) Successful in 2m8s
Test (backend) / unit (22.x) (pull_request) Successful in 10m4s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m42s
Test (frontend) / vitest (22.x) (pull_request) Successful in 4m39s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m25s
Lint / lint (backend) (pull_request) Successful in 4m43s
Lint / lint (frontend) (pull_request) Successful in 10m42s
Lint / lint (misskey-js) (pull_request) Successful in 4m21s
Lint / lint (sw) (pull_request) Successful in 3m11s
Lint / typecheck (backend) (pull_request) Successful in 4m11s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m58s
Test (backend) / e2e (22.x) (pull_request) Successful in 7m0s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/alt-text-achivements:feature/alt-text-achivements
git checkout feature/alt-text-achivements

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff feature/alt-text-achivements
git checkout feature/alt-text-achivements
git rebase main
git checkout main
git merge --ff-only feature/alt-text-achivements
git checkout feature/alt-text-achivements
git rebase main
git checkout main
git merge --no-ff feature/alt-text-achivements
git checkout main
git merge --squash feature/alt-text-achivements
git checkout main
git merge --ff-only feature/alt-text-achivements
git checkout main
git merge feature/alt-text-achivements
git push origin main
Sign in to join this conversation.
No description provided.