refactor(runbackup): move screen CSS into the Web Asset Manager #252

Merged
jmiller merged 2 commits from fix/runbackup-css-wam into dev 2026-07-12 23:18:41 +00:00
Owner

All runbackup CSS now loads via WAM (com_mokosuitebackup.runbackup) instead of an inline style block.

https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i

All runbackup CSS now loads via WAM (com_mokosuitebackup.runbackup) instead of an inline style block. https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller added 2 commits 2026-07-12 23:18:33 +00:00
@
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
d658019007
refactor(runbackup): move screen CSS into the Web Asset Manager

All full-screen backup CSS now loads through Joomla WAM instead of an
inline <style> block (and the redundant inline style="width:0"):

- New media/css/runbackup.css holds the whole stylesheet.
- Registered as asset com_mokosuitebackup.runbackup in joomla.asset.json.
- tmpl/runbackup/default.php loads it via
  getDocument()->getWebAssetManager()->useStyle(com_mokosuitebackup.runbackup),
  matching the existing com_mokosuitebackup.admin pattern.

The css folder already ships via the manifest <folder>css</folder>, so no
manifest change is needed.

Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
@
chore(version): pre-release bump to 02.59.05-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
059cbfe058
jmiller merged commit 25991c474b into dev 2026-07-12 23:18:41 +00:00
jmiller deleted branch fix/runbackup-css-wam 2026-07-12 23:18:42 +00:00
Sign in to join this conversation.