Add ALT indicator for files with alt text #26

Open
leah wants to merge 5 commits from feature/alt-text-badge into main
Owner

Adds little alt badge in the corner of small image thumbnails for images with alt text that when hovered shows the start of the alt text
image

Adds little alt badge in the corner of small image thumbnails for images with alt text that when hovered shows the start of the alt text ![image](/attachments/236a2b78-5b50-4347-8f7e-080e624a0f11)
leah added 1 commit 2025-01-11 21:07:51 +00:00
add ALT indicator for files with alt text
Some checks failed
Dockle / dockle (pull_request) Failing after 1m2s
Test (frontend) / vitest (22.x) (pull_request) Failing after 5s
Lint / pnpm_install (pull_request) Successful in 2m8s
Pull Request Labeler / triage (pull_request_target) Failing after 2s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m33s
Lint / lint (backend) (pull_request) Failing after 2m6s
Lint / lint (sw) (pull_request) Successful in 2m10s
Lint / lint (misskey-js) (pull_request) Successful in 2m6s
Lint / typecheck (backend) (pull_request) Successful in 2m56s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m9s
Lint / lint (frontend) (pull_request) Failing after 12m58s
4bca0899ec
ashten added 1 commit 2025-01-19 04:11:20 +00:00
Merge branch 'main' into feature/alt-text-badge
Some checks failed
API report (misskey.js) / report (push) Successful in 2m37s
Lint / pnpm_install (pull_request) Successful in 2m46s
Test (production install and build) / production (22.x) (pull_request) Successful in 3m6s
Test (frontend) / vitest (22.x) (pull_request) Successful in 4m18s
Lint / lint (backend) (pull_request) Successful in 3m5s
Lint / lint (misskey-js) (pull_request) Successful in 2m33s
Lint / lint (sw) (pull_request) Successful in 2m53s
Lint / lint (frontend) (pull_request) Failing after 8m29s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m16s
Lint / typecheck (backend) (pull_request) Successful in 3m30s
d27ef1675b
Owner

alt-text search doesnt trigger on mobile enter key, or numberpad enter key. only the standard enter button

alt-text search doesnt trigger on mobile enter key, or numberpad enter key. only the standard enter button
ashten added 2 commits 2025-01-19 05:51:35 +00:00
Fixed lint issue
All checks were successful
Test (frontend) / vitest (22.x) (pull_request) Successful in 3m20s
Lint / pnpm_install (pull_request) Successful in 4m21s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m49s
Lint / lint (backend) (pull_request) Successful in 4m35s
Lint / lint (misskey-js) (pull_request) Successful in 3m59s
Lint / lint (frontend) (pull_request) Successful in 9m22s
Lint / lint (sw) (pull_request) Successful in 3m35s
Lint / typecheck (backend) (pull_request) Successful in 3m0s
Lint / typecheck (misskey-js) (pull_request) Successful in 3m53s
274da9825a
leah added 1 commit 2025-01-19 16:45:21 +00:00
maybe fix enter not working in some places
All checks were successful
Lint / pnpm_install (pull_request) Successful in 2m11s
Test (backend) / unit (22.x) (pull_request) Successful in 7m52s
Test (backend) / e2e (22.x) (pull_request) Successful in 9m17s
Test (frontend) / vitest (22.x) (pull_request) Successful in 3m6s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m52s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m23s
Lint / lint (backend) (pull_request) Successful in 4m14s
Lint / lint (frontend) (pull_request) Successful in 9m40s
Lint / lint (misskey-js) (pull_request) Successful in 2m24s
Lint / lint (sw) (pull_request) Successful in 2m14s
Lint / typecheck (backend) (pull_request) Successful in 3m10s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m29s
8e60a338fa
All checks were successful
Lint / pnpm_install (pull_request) Successful in 2m11s
Test (backend) / unit (22.x) (pull_request) Successful in 7m52s
Test (backend) / e2e (22.x) (pull_request) Successful in 9m17s
Test (frontend) / vitest (22.x) (pull_request) Successful in 3m6s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m52s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m23s
Lint / lint (backend) (pull_request) Successful in 4m14s
Lint / lint (frontend) (pull_request) Successful in 9m40s
Lint / lint (misskey-js) (pull_request) Successful in 2m24s
Lint / lint (sw) (pull_request) Successful in 2m14s
Lint / typecheck (backend) (pull_request) Successful in 3m10s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m29s
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-badge:feature/alt-text-badge
git checkout feature/alt-text-badge

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-badge
git checkout feature/alt-text-badge
git rebase main
git checkout main
git merge --ff-only feature/alt-text-badge
git checkout feature/alt-text-badge
git rebase main
git checkout main
git merge --no-ff feature/alt-text-badge
git checkout main
git merge --squash feature/alt-text-badge
git checkout main
git merge --ff-only feature/alt-text-badge
git checkout main
git merge feature/alt-text-badge
git push origin main
Sign in to join this conversation.
No description provided.