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

@@ -47,6 +47,18 @@
"packageFiles": [
"glmv-upl.js"
]
},
"ext.glmv.prev": {
"dependencies": [
"oojs-ui-core",
"oojs-ui-toolbars",
"oojs-ui.styles.icons-interactions",
"oojs-ui.styles.icons-media",
"oojs-ui.styles.icons-location"
],
"packageFiles": [
"glmv-prev.js"
]
}
}
}