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
Support adding reaction to comment (unless connected) => can only add one type of reaction per user and highlight reactions already made by the current user
Should support linking and highlighting a comment, if a comment is hidden by default, we can load request it in the timeline
Additional context
Use infinite loading with virtualization, we can defer loading issues on the client with server actions that return comment components (these components should be async to not block rendering)
Github by default loads only 60 events, 30 at the start and 30 at the end, then the user has to load the rest in the middle after : can we do the same ? 🤔
When there is a new comment, the title shows the number of unread events, and when the user scrolls down to the comment, the title reverts back to normal, and the comment is highlighted for a brief second
Is your feature request related to a problem? Please describe.
This issue is for listing comments & other events on the issue page.
Describe the solution you'd like
gh-next/src/lib/server/db/schema/event.sql.ts
Lines 18 to 26 in d5c4da8
Additional context
Additionnal actions :
Comment highlighting :
The text was updated successfully, but these errors were encountered: