0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-17 08:35:31 +02:00
yuvrajangadsingh b9c6802d09 feat: add inline comments on commit diffs
Add a new commit_comment table and full CRUD flow to support inline
comments on commit diff views, similar to PR review comments but
standalone (no issue/PR required).

Changes:
- New CommitComment model with migration (v326)
- Web handlers for rendering form, creating, and deleting comments
- Diff context patch generation for comment positioning
- Templates for commit comment conversation, individual comments, form
- Modified diff section templates to render existing commit comments
- Reuses existing JS for add-code-comment and delete-comment flows

Closes #4898
2026-04-02 16:55:52 +05:30
..
2026-03-23 18:23:42 +00:00
2026-03-07 00:28:46 +08:00
2026-02-28 11:23:20 -08:00
2026-03-22 15:49:45 +00:00