plantindesk

Results 36 comments of plantindesk

> Update: Some of the new apps are added in [0.12.10](https://github.com/undergroundwires/privacy.sexy/releases/tag/0.12.10). I'll slowly add all of the remaining apps. I do comprehensive research and add documentation before adding them that...

![image](https://github.com/undergroundwires/privacy.sexy/assets/101469826/ee05193f-27d6-4842-9b1e-f7d2c6cf6db8) You can also try adding meta data such as 'keywords', 'og:url', and other tags for SEO so that more users will get inspired and attracted by it

![example of techradar](https://github.com/undergroundwires/privacy.sexy/assets/101469826/9e69d450-2d7f-43eb-bc77-ff7aaf790abc) > Example of techradar When a user shares a link on apps like WhatsApp, the app automatically embeds the linked page's metadata, including images and descriptions, which...

> It makes sense. > > To refine the UI: Where should we have the search options? An icon somewhere? And where should it be placed? And when should be...

> @plantindesk can you elaborate? I did not understand. > > Off-topic: I do recommend against DuckDuckGo. They're deliberately blocking privacy.sexy webpage and GitHub page. Too much censoring, pressuring free...

![image](https://github.com/undergroundwires/privacy.sexy/assets/101469826/196c1f67-f7c5-4bc7-8135-2d6c0dd6de66) Did you checked this? Disable OS Data Collection>Disable app access to personal information>Disable app access to notification

> Thank you @Drovosek01. It's great idea. I'll try to get this as one of the highest priority features, but I find it hard to find time to add features...

@undergroundwires insert this code next to `searchQuery` variable in `TheSearchBar.vue` ```typescript const searchQuery = ref(); onMounted(() => { updateSearchQueryFromURL(); }); onUpdated(() => { updateSearchQueryFromURL(); }); function updateSearchQueryFromURL() { const urlParams...

Ok Let me try using Navigation API as you said Also As you said - Search -> `q` - OS -> `collection` - I am also changing `select` to `preset`...

@undergroundwires Ok so I tried using Navigation API but Vue gave error that ` "Property 'navigation' does not exist on type 'Window & typeof globalThis'"` so therefore i used `windows.history`...