]> cat aescling's git repositories - mastodon.git/commit
Fix not being able to open audio modal in web UI (#15283)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 7 Dec 2020 03:29:37 +0000 (04:29 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 03:29:37 +0000 (04:29 +0100)
commita8c471fcc043b61aa10cf8f849dfb552db7381d3
treed0e966c24acea1908b86327e58a5e41e8b74b402
parent59d943e152a36c693eddd6a6a3c1d9c956dba07b
Fix not being able to open audio modal in web UI (#15283)

Fix #15280

Also adds the new action bar and blurhash-based background
color to audio and video modals
app/javascript/mastodon/blurhash.js [new file with mode: 0644]
app/javascript/mastodon/components/status.js
app/javascript/mastodon/features/status/components/detailed_status.js
app/javascript/mastodon/features/ui/components/audio_modal.js
app/javascript/mastodon/features/ui/components/media_modal.js
app/javascript/mastodon/features/ui/components/video_modal.js
app/javascript/mastodon/features/video/index.js