forgejo/templates/repo/issue
oliverpool 07bc099401 [BUG] split code conversations in diff tab (#2306)
Follow-up of #2282 and #2296 (which tried to address #2278)

One of the issue with the previous PR is that when a conversation on the Files tab was marked as "resolved", it would fetch all the comments for that line (even the outdated ones, which should not be shown on this page - except when explicitly activated).

To properly fix this, I have changed `FetchCodeCommentsByLine` to `FetchCodeConversation`. Its role is to fetch all comments related to a given (review, path, line) and reverted my changes in the template (which were based on a misunderstanding).

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2306
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: oliverpool <git@olivier.pfad.fr>
Co-committed-by: oliverpool <git@olivier.pfad.fr>
2024-02-16 14:06:43 +01:00
..
fields
labels
milestone
view_content [BUG] split code conversations in diff tab (#2306) 2024-02-16 14:06:43 +01:00
branch_selector_field.tmpl
card.tmpl [GITEA] Fix issue card links on projects 2023-11-13 14:06:30 +01:00
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl
filters.tmpl Refactor template empty checks (#28351) (#28354) 2023-12-08 13:41:16 +01:00
label_precolors.tmpl
labels.tmpl
list.tmpl
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new.tmpl
new_form.tmpl
openclose.tmpl
search.tmpl
view.tmpl
view_content.tmpl
view_title.tmpl Rework markup link rendering (#26745) (#28803) 2024-01-16 14:41:11 +00:00