add blurbs for different audiences in Help, and allow a link for direct search on project discovery page

This commit is contained in:
2024-08-29 19:25:34 -06:00
parent d777856bbf
commit 6f7b197667
2 changed files with 166 additions and 31 deletions

View File

@@ -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 {