Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/static/dist/.vite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"name": "vue"
},
"app/static/js/common.js": {
"file": "assets/about-C-86WtE6.js",
"file": "assets/about-Dx_7df1N.js",
"name": "about",
"src": "app/static/js/common.js",
"isEntry": true,
Expand All @@ -27,7 +27,7 @@
]
},
"app/static/js/index.js": {
"file": "assets/index-BqQVz-jL.js",
"file": "assets/index-CBGXmzr2.js",
"name": "index",
"src": "app/static/js/index.js",
"isEntry": true,
Expand All @@ -38,7 +38,7 @@
]
},
"app/static/js/plan.js": {
"file": "assets/plan-Cu_Fu6tG.js",
"file": "assets/plan-CQgkSLck.js",
"name": "plan",
"src": "app/static/js/plan.js",
"isEntry": true,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

8 changes: 6 additions & 2 deletions app/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ import { Modal } from "bootstrap";
import { onMounted, ref, watch } from "vue";

import { library } from "@fortawesome/fontawesome-svg-core";
import { faLink, faTrashAlt } from "@fortawesome/free-solid-svg-icons";
import {
faCircleInfo,
faLink,
faTrashAlt,
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";

library.add(faLink, faTrashAlt);
library.add(faCircleInfo, faLink, faTrashAlt);

let confirmModal;
let deleteModal;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3 id="retention">
</p>
<h4>Standalone version</h4>
<p>
You may preferably use a standalone (<i>browser only</i>) version of this app. Simply download this <a href="https://www.github.com/dalibo/pev2/releases/latest/download/index.html">HTML file</a> and run it in your browser.
You may preferably use a standalone (<i>browser only</i>) version of this app. Simply download this <a href="https://www.github.com/dalibo/pev2/releases/latest/download/pev2.html">HTML file</a> and run it in your browser.
</p>
</div>
</div>
Expand Down
11 changes: 11 additions & 0 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ <h2>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col alert alert-warning">
<div class="">
<font-awesome-icon icon="circle-info"></font-awesome-icon>
Don't want to send your plan over the internet?
<br>
You can also use the <a href="https://www.github.com/dalibo/pev2/releases/latest/download/index.html">standalone version</a>. It's simple all-included
<i>.html</i> file that you can use locally.
</div>
</div>
</div>
</div>
<div class="col-sm-5 mb-4">
<h3>Plans</h3>
Expand Down