gabipurcaru / followgraph

MIT License
207 stars 22 forks source link

Improve notice about no results #38

Open Andre601 opened 1 year ago

Andre601 commented 1 year ago

Mastodon allows in their settings to hide your social graph (aka. Hide who follows you and who you follow). This isn't mentioned in the error message about no results, which also appears when you have your social graph hidden.

This PR improves the message to make it a bit more clear what to look for and also mentions the above feature.

I've tested it through dev tools and basic HTML editing. Result: grafik

I first wanted to do unordered lists, but the CSS doesn't seem to support it now and my knowledge with next.js is too limited to make confident changes.