1
0
Commit Graph

6 Commits

Author SHA1 Message Date
74b7569dd1 Add .env and *.zip to .gitignore
Include .env files to prevent sensitive data from being committed. Also ignore .zip files to avoid tracking large or temporary archives.
2026-01-14 19:55:57 -03:00
3e28d115e1 Integrate OIDC authentication with Authentik
Added `oidc-client-ts` and `jwt-decode` dependencies to support OIDC authentication. Implemented `authFetch` for secure API calls and integrated user session management with `AuthBootstrap`. Updated `App` to utilize token-based authentication flows with protected endpoints.
2026-01-14 19:55:24 -03:00
90b427c5b7 Add navigation functionality and refactor layout structure
Introduced a sidebar and header component to improve layout organization and UI consistency. Added state management for navigating between pages (dashboard, scraper, schedules, logs) with placeholder content for future implementations.
2025-12-23 17:35:35 -03:00
f069b87dbf Refactor scraping controls to simplify session handling.
Replaces inline start/stop logic with reusable functions that accept session-specific parameters. Introduces `handleSessionAction` to unify start/stop actions for individual sessions, improving code clarity and reducing redundancy. Adds buttons in the UI to control each session dynamically based on its state.
2025-12-23 17:20:07 -03:00
e40266b05b First Commit 2025-12-20 01:04:15 -03:00
Eric Nicolau
a33bc13327 Initialize project using Create React App 2025-12-19 14:47:26 -03:00