forked from trent_larson/crowd-funder-for-time-pwa
Some linting and further documenting
This commit is contained in:
@@ -26,6 +26,11 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js,
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
npx prettier --write ./sw_scripts/
|
||||||
|
```
|
||||||
|
to make sure the service worker scripts are in proper form
|
||||||
|
|
||||||
... then copy the contents of the `sw_scripts` folder to the `dist` folder - except additional_scripts.js.
|
... then copy the contents of the `sw_scripts` folder to the `dist` folder - except additional_scripts.js.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -157,8 +157,8 @@ export function didInfo(
|
|||||||
return contact
|
return contact
|
||||||
? contact.name || "Contact With No Name"
|
? contact.name || "Contact With No Name"
|
||||||
: isHiddenDid(did)
|
: isHiddenDid(did)
|
||||||
? "Someone Not In Network"
|
? "Someone Not In Network"
|
||||||
: "Someone Not In Contacts";
|
: "Someone Not In Contacts";
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ResultWithType {
|
export interface ResultWithType {
|
||||||
|
|||||||
@@ -67,8 +67,8 @@
|
|||||||
showGiveTotals
|
showGiveTotals
|
||||||
? "Total"
|
? "Total"
|
||||||
: showGiveConfirmed
|
: showGiveConfirmed
|
||||||
? "Confirmed"
|
? "Confirmed"
|
||||||
: "Unconfirmed"
|
: "Unconfirmed"
|
||||||
}}
|
}}
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user