Use ooui for edit action buttons (#32)

This PR converts the original basic preview edit actions buttons to MediaWiki's ooui to better match the style of the edit page.

Reviewed-on: #32
This commit is contained in:
2024-11-08 15:27:14 +00:00
parent 109cc08b90
commit 5a2f8819e3
4 changed files with 91 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ let deleteHotspot = null
*/
modelLoaded = function() {
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
enableMenu()
}
/**