Drag and Drop

This commit is contained in:
2026-03-04 12:35:36 -03:00
parent 007f6c818e
commit 1f4ebb4686
5 changed files with 92 additions and 4 deletions
+6
View File
@@ -25,6 +25,12 @@ pub enum Message {
// --- Arquivo ---
SelecionarArquivo,
ArquivoSelecionado(PathBuf),
/// Arquivo arrastado e solto sobre a janela (drag-and-drop).
ArquivoSolto(PathBuf),
/// Arquivo está sendo arrastado sobre a janela (hover).
ArquivoEmHover,
/// Arquivo arrastado saiu da janela sem ser solto.
ArquivoHoverSaiu,
AbaSelecionada(String),
// --- XLSX: abas carregadas em background ---