1
0
Fork 0
forked from gitea/nas

Add reminder when about to post without alt text in web UI (#33760)

This commit is contained in:
Eugen Rochko 2025-01-29 12:37:56 +01:00 committed by GitHub
parent 2beab34ca4
commit 1e70da5e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 121 additions and 13 deletions

View file

@ -7,3 +7,4 @@ export { ConfirmUnfollowModal } from './unfollow';
export { ConfirmClearNotificationsModal } from './clear_notifications';
export { ConfirmLogOutModal } from './log_out';
export { ConfirmFollowToListModal } from './follow_to_list';
export { ConfirmMissingAltTextModal } from './missing_alt_text';