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
feat: show recently viewed packages/orgs/users on homepage
This replaces the hardcoded list of quick links to frameworks.
Instead, we now track up to 5 most recently viewed entities (packages, orgs, users) in localStorage
and show them on the homepage. This allows users to quickly navigate back to previously viewed
pages. If no recently viewed items are known, the section is hidden.
There's potential for this to eventually be powered by atproto and tied to a user (and therefore to
sync across devices), but we can tackle that later (among other things, there are data privacy
implications).
0 commit comments