StractOrg / stract

web search done right
https://stract.com
GNU Affero General Public License v3.0
1.94k stars 43 forks source link

Created ResultLink to handle the opening of result links in new tabs #178

Closed lamemakes closed 3 months ago

lamemakes commented 3 months ago

Closes #174. Adds the ability of being able to open result links in a new tab. This is done via a new settings store & component to handle the logic of the store. Adds target="_blank" rel="noopener noreferrer" to the anchor element.

Screenshots

Updates to settings Screenshot from 2024-03-10 18-00-35

The result being tested Screenshot from 2024-03-10 18-02-29

Open in new tab disabled Screenshot from 2024-03-10 18-03-34

Open in new tab enabled Screenshot from 2024-03-10 18-02-10

lamemakes commented 3 months ago

Tested for wiki, stackoverflow & thesaurus and all looks good