Deleplace / programming-idioms

A collection of good snippets, in a lot of languages
Apache License 2.0
128 stars 8 forks source link

[BUG] Right bar: Cheatsheet doesn't show up #185

Closed Deleplace closed 2 years ago

Deleplace commented 2 years ago

When a user comes to an impl detail page in language X from a search engine and this is their first visit, the link the "Cheatsheet X" is not displayed.

Deleplace commented 2 years ago

On first visit, a user doesn't have any favlang cookie yet.

The sequence is:

The rightbar is currently server-side rendered. We should either (a) tell the server to explicitly take the "current page" context into account, or (b) add some JS processing to inject things into the rightbar after the initial render.

(a) is preferred.

Deleplace commented 2 years ago

(a) would mess a little with the favlang bar, so (b) was implemented