mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-29 15:26:17 -04:00
feat: Add navigation panel for messages
This commit is contained in:
@ -16,6 +16,8 @@ qt_add_qml_module(QodeAssistChatView
|
||||
qml/parts/TopBar.qml
|
||||
qml/parts/BottomBar.qml
|
||||
qml/parts/AttachedFilesPlace.qml
|
||||
qml/parts/ErrorToast.qml
|
||||
qml/parts/Navigation.qml
|
||||
qml/ToolStatusItem.qml
|
||||
|
||||
RESOURCES
|
||||
@ -43,7 +45,6 @@ qt_add_qml_module(QodeAssistChatView
|
||||
ChatSerializer.hpp ChatSerializer.cpp
|
||||
ChatView.hpp ChatView.cpp
|
||||
ChatData.hpp
|
||||
QML_FILES qml/parts/ErrorToast.qml
|
||||
)
|
||||
|
||||
target_link_libraries(QodeAssistChatView
|
||||
|
||||
Reference in New Issue
Block a user