Commit Graph
15 Commits
Author SHA1 Message Date
Felipe 857fcd6a82 Fix SalvarLayoutConfig 2026-03-04 21:45:52 -03:00
Felipe 841dfadde5 update 2026-03-04 18:33:32 -03:00
Felipe 3af14ab957 Create AGENTS.md 2026-03-04 18:18:11 -03:00
Felipe 1f4ebb4686 Drag and Drop 2026-03-04 12:35:36 -03:00
Felipe 007f6c818e Fix icons and fonts 2026-03-04 12:25:08 -03:00
Felipe d06110240f Corrected: Responsive design for low-resolution monitors. 2026-03-04 12:12:23 -03:00
Felipe 2a21138bf8 feat: implement reimport and analysis functionality for XLSX files
- Added `reimportar_e_analisar` method to `App` struct to handle reimporting and analyzing files.
- Preserved previous analysis results to restore in case of errors or empty imports.
- Updated UI to include a button for reanalyzing the current file.
- Enhanced file selection logic to allow direct processing if a compatible preset is selected.
- Refactored import logic to streamline the analysis process for both CSV and XLSX files.
- Improved user feedback with appropriate error and success messages during file operations.
2026-03-03 23:28:55 -03:00
Felipe a5605de6a3 feat: adiciona análise e proposta de correção para duplicidade de layouts ao salvar 2026-03-03 12:37:16 -03:00
Felipe 0354ece935 refactor: organiza imports e simplifica funções em diversos arquivos 2026-03-03 11:59:50 -03:00
Felipe bbfa66979b feat: adiciona sugestões de melhoria para o fluxo da interface 2026-03-02 22:24:48 -03:00
Felipe f3e6fa313d refactor: altera o texto do botão "Voltar" para "< Voltar" em várias telas 2026-03-02 22:19:43 -03:00
Felipe e64988a139 feat: implement main application structure with UI and layout management
- Added main application logic in `src/ui/app.rs` to handle state and modal dialogs.
- Created module structure for UI components in `src/ui/mod.rs`.
- Implemented column configuration screen in `src/ui/screens/configuracao_colunas.rs`.
- Developed file import screen in `src/ui/screens/import.rs` for CSV and XLSX files.
- Added layout management screen in `src/ui/screens/layouts.rs` for saving and importing layouts.
- Created result display screen in `src/ui/screens/resultado.rs` to show analysis results.
- Introduced modular organization for screens in `src/ui/screens/mod.rs`.
2026-03-02 22:14:02 -03:00
Felipe 31cd94907a atualiza versão do PRD para 1.6 e detalha arquitetura e estrutura de pastas do projeto 2026-03-02 21:39:05 -03:00
Felipe 9d212747e7 atualiza versão do PRD para 1.5 e detalha campos lógicos e regras de validação 2026-03-02 21:21:18 -03:00
Felipe 913bbf3060 atualiza versão do PRD para 1.3 e detalha configurações de importação de arquivos CSV e XLSX 2026-03-02 21:09:45 -03:00