This commit is contained in:
2026-09-13 15:17:51 +07:00
parent b3991810b6
commit 33e9429cd0
17 changed files with 1032 additions and 742 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use signed_state::{ProfileStore, RepoStore};
use signed_ui::{UserAvatar, placeholder, status_badge};
use utils::relative_time;
use crate::views::repo::helpers::{comment_form, comments_section, issue_roots, sidebar_section};
use crate::views::discussion::{comment_form, comments_section, issue_roots, sidebar_section};
pub struct IssueDetailView {
focus_handle: FocusHandle,