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 d2ebb24 commit fb2a750
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/settings/settings.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ export class SettingsPage implements OnInit {
await this.loadingCtrl.dismiss();
}

version:string = '1.10.188' // MAIN VERSION, NUMBER OF FEATURES, COMMIT TO MAIN
version:string = '1.10.200' // MAIN VERSION, NUMBER OF FEATURES, COMMIT TO MAIN
}

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 @@
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>
<script src="runtime.99ea72b0e56d203e.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 fb2a750

Please sign in to comment.