[MokoJoomMembership] [FEATURE] Media assets -- admin and frontend CSS/JS #49

Open
opened 2026-06-02 19:35:54 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#61

Summary

No CSS or JavaScript files exist. Both admin and frontend need styling.

Required Assets

Admin

  • admin.css -- dashboard cards, list table, form styling
  • admin.js -- chart init, dynamic form behavior

Frontend

  • plans.css -- pricing table/card layouts
  • subscribe.css -- payment form styling
  • profile.css -- member dashboard
  • subscribe.js -- payment gateway integration (Stripe Elements, PayPal buttons)
  • profile.js -- AJAX renewal/cancel

Location

media/com_mokojoommembership/css/ and js/

Notes

  • Must be registered via Joomla WebAssetManager
  • Source and minified versions per MINIFICATION standard
  • Manifest needs <media> folder declaration
> Migrated from MokoJoomMembership#61 ## Summary No CSS or JavaScript files exist. Both admin and frontend need styling. ## Required Assets ### Admin - `admin.css` -- dashboard cards, list table, form styling - `admin.js` -- chart init, dynamic form behavior ### Frontend - `plans.css` -- pricing table/card layouts - `subscribe.css` -- payment form styling - `profile.css` -- member dashboard - `subscribe.js` -- payment gateway integration (Stripe Elements, PayPal buttons) - `profile.js` -- AJAX renewal/cancel ## Location `media/com_mokojoommembership/css/` and `js/` ## Notes - Must be registered via Joomla WebAssetManager - Source and minified versions per MINIFICATION standard - Manifest needs `<media>` folder declaration
jmiller added the enhancement label 2026-06-02 19:52:09 +00:00
Author
Owner

Built: CSS assets exist in admin and site templates.

Built: CSS assets exist in admin and site templates.
jmiller added the pending: testing label 2026-06-02 20:44:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#49