wip: refactor

This commit is contained in:
2025-01-25 08:11:34 +07:00
parent 29a8e2c8ac
commit 6a67a79c3f
21 changed files with 410 additions and 452 deletions

View File

@@ -1,12 +1,10 @@
use crate::{
states::chat::ChatRegistry,
views::app::{AddPanel, PanelKind},
};
use crate::views::app::{AddPanel, PanelKind};
use common::utils::message_ago;
use gpui::{
div, img, percentage, prelude::FluentBuilder, px, InteractiveElement, IntoElement,
ParentElement, Render, SharedString, StatefulInteractiveElement, Styled, ViewContext,
};
use registry::chat::ChatRegistry;
use ui::{
dock_area::dock::DockPlacement,
skeleton::Skeleton,