5 Commits
Author SHA1 Message Date
Luiz Costa ef1784f8d4 feat: Implement initial Go backend and React frontend project structure for the gotail application. 2025-11-19 17:15:29 -03:00
Luiz Costa dfe9b10bb8 feat(logs): add initial log loading and tab management improvements
- Implement fetchLastLines API to load initial log entries
- Add addInitialLogs function to useSSE hook for prepending logs
- Improve tab handling with better closable behavior and state management
- Add backend support for fetching last N lines from log files
2025-11-18 11:32:05 -03:00
Luiz Costa f8360acab3 feat: improve log viewer with auto-scroll and security enhancements
- Add auto-scroll toggle to log panels
- Enhance SSE connection handling with reconnection logic
- Improve HTML escaping in log lines for security
- Update build script to properly handle frontend artifacts
- Add graceful shutdown to backend server
- Update authentication to support configurable username
2025-11-18 09:59:36 -03:00
Luiz Costa 5c0094d74e chore: update ant-design dependencies and add new icon types 2025-11-18 09:39:51 -03:00
Luiz Costa 3a5cbe12ef feat: initialize web tail pro application with frontend and backend
- Add frontend React application with log viewing components
- Implement backend Go server for log tailing and SSE streaming
- Include build scripts for both frontend and backend
- Set up basic authentication and file handling
- Add styling and log formatting capabilities
2025-11-18 08:27:21 -03:00