TwitchDownloader/dotnet
MaddoScientisto e5e60999bf Refactor global configuration page and navigation; add media library page; enhance streamer configuration with detailed options
- Removed the global configuration form and redirected to the consolidated settings page.
- Updated the dashboard to provide feedback when no streamers are configured and added edit links for each streamer.
- Introduced a new media library page to display media files from the configured archive root.
- Enhanced the streamer configuration page with additional options for overrides and settings, including a confirmation modal for deletion.
- Updated the layout and styles for improved user experience and navigation.
- Switched from file-based password storage to database-backed user credentials management in AuthService.
- Applied EF migrations on application startup to ensure database schema is up-to-date.
2026-02-22 23:06:40 +01:00
..
src Refactor global configuration page and navigation; add media library page; enhance streamer configuration with detailed options 2026-02-22 23:06:40 +01:00
docker-compose.yml Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
Dockerfile Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
README.md Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
TwitchArchive.sln Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00

Twitch Archive (.NET) - Initial Scaffold

This folder contains the initial .NET 10 scaffold for the Twitch Archive rewrite.

Quick commands (from dotnet/):

dotnet build ./src/TwitchArchive.Core
dotnet test ./src/TwitchArchive.Tests

This initial commit includes a pure RecoveryPolicy implementation and unit tests.

Next steps: add services, process runner, Blazor Server app.