|
@@ -10,13 +10,6 @@ import (
|
|
|
"golang.design/x/clipboard"
|
|
"golang.design/x/clipboard"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
-const (
|
|
|
|
|
- flexPageName = "flex"
|
|
|
|
|
- mentionsListPageName = "mentionsList"
|
|
|
|
|
- attachmentsListPageName = "attachmentsList"
|
|
|
|
|
- confirmModalPageName = "confirmModal"
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
type application struct {
|
|
type application struct {
|
|
|
*tview.Application
|
|
*tview.Application
|
|
|
chatView *chatView
|
|
chatView *chatView
|