Skip to content

Commit

Permalink
New Features:
Browse files Browse the repository at this point in the history
1. Pushnotifications
New Pages:

Bugs Corrected:
To Be Corrected:
0. On product delete, delete trace results
1. On product delete, delete flamegraph result
  • Loading branch information
juanfranciscocis committed Sep 23, 2024
1 parent 435a52d commit d2ebb24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<body>
<app-root></app-root>
<!-- start webpushr code --> <script>(function(w,d, s, id) {if(typeof(w.webpushr)!=='undefined') return;w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.id = id;js.async=1;js.src = "https://cdn.webpushr.com/app.min.js";fjs.parentNode.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));webpushr('setup',{'key':'BG8ictDYnu_tn7x1Sc73BglZbE3A5R8eK4YHXqhQUpu1s4lMJWCKcvtm8sCOAIBHGPxR_a5nGlgE0FSOhHHO7NI' });</script><!-- end webpushr code -->
<script>
<!-- Our JS snippet goes here -->
webpushr('fetch_id',function (sid) {
//save id to database
console.log('webpushr subscriber id: ' + sid)
});
</script>
</body>

</html>
7 changes: 7 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<body>
<app-root></app-root>
<!-- start webpushr code --> <script>(function(w,d, s, id) {if(typeof(w.webpushr)!=='undefined') return;w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.id = id;js.async=1;js.src = "https://cdn.webpushr.com/app.min.js";fjs.parentNode.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));webpushr('setup',{'key':'BG8ictDYnu_tn7x1Sc73BglZbE3A5R8eK4YHXqhQUpu1s4lMJWCKcvtm8sCOAIBHGPxR_a5nGlgE0FSOhHHO7NI' });</script><!-- end webpushr code -->
<script>
<!-- Our JS snippet goes here -->
webpushr('fetch_id',function (sid) {
//save id to database
console.log('webpushr subscriber id: ' + sid)
});
</script>
<script src="runtime.8fadfddf954738f1.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.309ffff306dd86f3.js" type="module"></script></body>

</html>

0 comments on commit d2ebb24

Please sign in to comment.