From 05ed1f5d9c20c5454beb02c5a2c46fff13ea315b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 12 Aug 2019 10:19:40 -0400 Subject: [PATCH] boarding up the react redux portion of the plugin, can be worked on a later date but after seeing the foundation 6 efforts for the admin revamp it's best to conform to that. --- models/admin/appNotifications/index.php | 4 ++-- views/admin/appNotifications/index.html | 7 +++++-- views/admin/init/index.html | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 views/admin/init/index.html diff --git a/models/admin/appNotifications/index.php b/models/admin/appNotifications/index.php index 62e1d20..beacbea 100755 --- a/models/admin/appNotifications/index.php +++ b/models/admin/appNotifications/index.php @@ -104,8 +104,8 @@ class GlmMembersAdmin_appNotifications_index $lockedWhereT = 'true'; $membersList = false; $lockedWhere = 'true'; - wp_register_script( 'glma_admin_js', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/js/glma-app-notifications.js' , false, '1.0.0' ); - wp_enqueue_script( 'glma_admin_js' ); + // wp_register_script( 'glma_admin_js', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/js/glma-app-notifications.js' , false, '1.0.0' ); + // wp_enqueue_script( 'glma_admin_js' ); wp_register_style( 'glma_admin_css', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/css/lib.min.css'); wp_enqueue_style( 'glma_admin_css' ); wp_register_style( 'glma_admin_lib_css',GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/css/glma-app-notifications.min.css'); diff --git a/views/admin/appNotifications/index.html b/views/admin/appNotifications/index.html index d4b31f6..42be9d8 100755 --- a/views/admin/appNotifications/index.html +++ b/views/admin/appNotifications/index.html @@ -1,3 +1,6 @@ - -
+ +
+ GLMA App Notifications +
diff --git a/views/admin/init/index.html b/views/admin/init/index.html new file mode 100644 index 0000000..6ef3927 --- /dev/null +++ b/views/admin/init/index.html @@ -0,0 +1,3 @@ +
+ Glma Mobile Notifications UI +
\ No newline at end of file -- 2.17.1