Skip to content

fix(detail): show correct count of unresolved discussion threads#18

Merged
afewyards merged 1 commit into
afewyards:mainfrom
anthraxx:fix/detail-wrong-unresolved-count
Mar 21, 2026
Merged

fix(detail): show correct count of unresolved discussion threads#18
afewyards merged 1 commit into
afewyards:mainfrom
anthraxx:fix/detail-wrong-unresolved-count

Conversation

@anthraxx

Copy link
Copy Markdown
Contributor

Currently in GitLab any comments that are not resolvable threads, system activity or similar events both, counted towards unresolved count in the details sidebar section as well as shown with an unresolved marker in the detail overview even though they aren't actionable.

Resolve this by globally populating a resolvable property, which is assigned during fetching discussions. If an active thread's notes are unresolved, reflect that in the parent discussions dictionary.

@anthraxx anthraxx force-pushed the fix/detail-wrong-unresolved-count branch from b954a9e to 6a4f178 Compare March 21, 2026 17:37
Currently in GitLab any comments that are not resolvable threads,
system activity or similar events both, counted towards unresolved
count in the details sidebar section as well as shown with an unresolved
marker in the detail overview even though they aren't actionable.

Resolve this by globally populating a `resolvable` property, which is
assigned during fetching discussions. If an active thread's notes are
unresolved, reflect that in the parent discussions dictionary.
@anthraxx anthraxx force-pushed the fix/detail-wrong-unresolved-count branch from 6a4f178 to bb4accf Compare March 21, 2026 17:37
@afewyards

Copy link
Copy Markdown
Owner

thanks for your contributions!!

@afewyards afewyards merged commit 0b8d042 into afewyards:main Mar 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants