forked from jsnbuchanan/crowd-funder-for-time-pwa
add blurbs for different audiences in Help, and allow a link for direct search on project discovery page
This commit is contained in:
@@ -185,6 +185,8 @@ export default class DiscoverView extends Vue {
|
||||
const allAccounts = await accountsDB.accounts.toArray();
|
||||
this.allMyDids = allAccounts.map((acc) => acc.did);
|
||||
|
||||
this.searchTerms = (this.$route as Router).query["searchText"] || "";
|
||||
|
||||
if (this.searchBox) {
|
||||
await this.searchLocal();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user