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 426d206 commit dac168d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
"lint": "ng lint",
"postbuild": "copy .\\webpushr-sw.js .\\www\\ "
},
"private": true,
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/app/pages/settings/settings.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

<ion-row>
<ion-col size="12" class="flex flex-row justify-end items-center ">
<ion-button color='primary' class="min-w-full" (click)="notify()">Logout</ion-button>
<h1 class="text-sm">Version: {{version}}</h1>
</ion-col>
</ion-row>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
<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 src="runtime.f9a76145da6390d7.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.309ffff306dd86f3.js" type="module"></script></body>
<script src="runtime.8bcc7e317d5a8872.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.309ffff306dd86f3.js" type="module"></script></body>

</html>
Loading

0 comments on commit dac168d

Please sign in to comment.