Merge remote-tracking branch 'origin/develop' into activitypub

This commit is contained in:
Julian Lam
2024-02-20 12:08:53 -05:00
111 changed files with 750 additions and 382 deletions

View File

@@ -302,7 +302,7 @@ module.exports = function (utils, Benchpress, relative_path) {
['title', userObj.username],
['data-uid', userObj.uid],
['loading', 'lazy'],
['aria-label', `User avatar for ${userObj.username}`],
['aria-label', `[[aria:user-avatar-for, ${userObj.username}]]`],
]);
const styles = [`--avatar-size: ${size};`];
const attr2String = attributes => Array.from(attributes).reduce((output, [prop, value]) => {