You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not yet looked into how the search currently works, but it would be great to be able to add a search query to the URL and thus link users to search results. This could be used to e.g. give (potential) new memcode users a quick overview of the available topics with one click.
A way to easily generate the query url - maybe the URL could update when enter is pressed in the search field, or even live using window.history.replaceState (not sure if react router can replace state without a reload)
The text was updated successfully, but these errors were encountered:
I think the new profile page achieves some of that functionality, e.g. now you can refer people to all of your English courses (memcode.com/users/1?categoryId=15).
Still a todo though!
I have not yet looked into how the search currently works, but it would be great to be able to add a search query to the URL and thus link users to search results. This could be used to e.g. give (potential) new memcode users a quick overview of the available topics with one click.
I think this feature needs two parts:
window.history.replaceState
(not sure if react router can replace state without a reload)The text was updated successfully, but these errors were encountered: