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
Any chance you'd be willing to implement one to fire off a bsky search to see posts from a given day? I don't currently have a working dev env to get you a PR, but MVP might be as simple as navigating to:
Looks like the underlying CalendarHeatmap component allows you to specify an onClick function:
https://www.npmjs.com/package/react-calendar-heatmap#props
Any chance you'd be willing to implement one to fire off a bsky search to see posts from a given day? I don't currently have a working dev env to get you a PR, but MVP might be as simple as navigating to:
https://bsky.app/search?q=from%3A${handle}+since%3A${value.date}+until%3A{shiftDate(value.date,1)}
The text was updated successfully, but these errors were encountered: