boarding up the react redux portion of the plugin, can be worked on a later date... develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Aug 2019 14:19:40 +0000 (10:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Aug 2019 14:19:40 +0000 (10:19 -0400)
models/admin/appNotifications/index.php
views/admin/appNotifications/index.html
views/admin/init/index.html [new file with mode: 0644]

index 62e1d20..beacbea 100755 (executable)
@@ -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');
index d4b31f6..42be9d8 100755 (executable)
@@ -1,3 +1,6 @@
-
-<div {if $memberID}  data-member="{$memberID}" {/if} {if $memberRestricted}  data-moderated="{$memberRestricted}" {/if} id="glma-app-notifications-mount"></div>
+<!-- 
+<div {if $memberID}  data-member="{$memberID}" {/if} {if $memberRestricted}  data-moderated="{$memberRestricted}" {/if} id="glma-app-notifications-mount"></div> -->
+<div id="glma-app-notifications-mount">
+    GLMA App Notifications
+</div>
 
diff --git a/views/admin/init/index.html b/views/admin/init/index.html
new file mode 100644 (file)
index 0000000..6ef3927
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="glma-mobile-notifications-wrapper">
+    Glma Mobile Notifications UI
+</div>
\ No newline at end of file