sumodm / semrider

Semantic Similarity: Browser Tabs
Other
1 stars 2 forks source link

Feat show title #6

Open maheswarantp opened 4 months ago

maheswarantp commented 4 months ago

Dune was searched only once through wikipedia, and earlier, multiple results used to be coming up, as of now it is filtered based on title of the page under consideration

sumodm commented 4 months ago

For UI fixes, please add a quick screenshots as well.

sumodm commented 4 months ago

What happens when the title is not indicative of the site. I think a slightly better one would be say x chars of title and website's domain (say Title | youtube.com) with other things before and after domain name stripped. Later we can try to do something like the favicon of the top sites etc. But let's keep it simple for now.

maheswarantp commented 4 months ago

What happens when the title is not indicative of the site. I think a slightly better one would be say x chars of title and website's domain (say Title | youtube.com) with other things before and after domain name stripped. Later we can try to do something like the favicon of the top sites etc. But let's keep it simple for now.

Agreed, will try to do the favicon display along with Title | domain name in this pr itself, shouldnt be too much work

sumodm commented 4 months ago

You will need to store it for all sites and that might start to bloat up. Let's keep it simple for now. Let's add all this after our storage issues are fixed.