mrleo1nid
  • Joined on 2025-10-20
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-27 00:51:58 +00:00
4774083dc9 Enhance episode parsing with season fallback and folder-based season extraction
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-27 00:43:27 +00:00
67e8b941bb Enhance TMDb metadata handling with bearer token support and update .env.example documentation
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-27 00:31:49 +00:00
8841059070 Update server-storage-setup.md to clarify file and directory permissions
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-27 00:27:58 +00:00
be6947af06 Refactor ShowDetail component and add media management features
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-27 00:19:23 +00:00
790d01b587 Update README.md with additional SonarCloud badges and improve CI workflow for coverage reporting
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:59:04 +00:00
464355434b Update README.md to change quality gate badge URL for SonarCloud
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:56:21 +00:00
a8b5a8f693 Add upload cleanup functionality and improve error handling for media uploads
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:40:15 +00:00
986f7ff52d Add missing seasons endpoint and update metadata handling
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:28:33 +00:00
07c43a6875 Refactor episode regex handling for improved clarity and maintainability
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:18:29 +00:00
2045b1a3f2 Add error handling for future schedule conflicts and media asset usage
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 23:09:50 +00:00
b80163b6b4 Refactor regex handling and improve null checks across various components
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 22:40:39 +00:00
088af2318e Add the Prettier run to the blame ignore list
0606ea3e6e Add Prettier to the frontend and gate formatting in CI
0442056367 Normalize line endings to LF via .gitattributes
Compare 3 commits »
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 22:21:01 +00:00
9d1c6d2fc3 Enhance code readability and maintainability by refactoring various components. Update formatting commands in CLAUDE.md for csharpier integration. Simplify method signatures in SegmentFiles, UploadLimits, and multiple endpoint classes for improved clarity. Adjust query handlers and command handlers to streamline parameter handling and enhance consistency across the application.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 22:14:59 +00:00
5449c05b5b Refactor components to enhance code clarity and maintainability by updating prop types to use Readonly for better immutability. Adjust Result class methods for consistency, and streamline query functions in ChannelDetail and other components to improve performance and readability.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 22:08:51 +00:00
ecb5417170 Update README.md to change quality gate badge URL for improved accuracy in project status reporting.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 21:56:10 +00:00
19fa23b619 Refactor various components to improve code clarity and maintainability. Update ListUsersQueryHandler to utilize UserListFilter for parameter handling. Refactor BumperSpecFactory and related classes to encapsulate input parameters into dedicated records, enhancing readability. Adjust MediaAsset and Slot classes to streamline content updates with new content models. Improve BumperRenderBackgroundService and MediaProcessingBackgroundService to use MediaReadyInfo for asset readiness, ensuring consistent parameter management across the application.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 21:25:15 +00:00
419aff54fa Enhance EntryTraceDialog component by refactoring data display logic into dedicated summary functions for improved readability and maintainability. Update GridTab to streamline checkbox state management with a new toggle function. Refactor RulesCard to simplify window removal logic. Adjust CollectionsPanel, GenresPanel, GroupsPanel, RolesPanel, ShowsPanel, and UsersPanel to import sorting utilities from a centralized location, enhancing code organization. Update ThemeProvider to utilize a shared theme context for better consistency across the application.
f4926848d7 Remove ToastProvider and related toast context functionality to streamline UI components and eliminate unused code. This change enhances overall code maintainability and reduces bundle size.
Compare 2 commits »
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 21:01:54 +00:00
38b6160bd2 Refactor JunctionFiller and SchedulePlanner to improve parameter handling by introducing JunctionPlacement record for cleaner code and better readability. Update Directory.Build.props to suppress additional warnings related to API boundaries and unused route parameters, ensuring a more focused analysis during builds.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 20:54:35 +00:00
8699d8ee00 Refactor LayerApplicabilityDialog and RulesCard components to utilize useKeyedList for managing lists, improving state handling and performance. Update ScheduleGrid to enhance key assignment for mapped elements, ensuring better React reconciliation. Modify ManualInboxDialog to use unique keys for parts in sample name processing, and improve ToastProvider and ThemeProvider by memoizing context values to prevent unnecessary re-renders.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-26 20:36:59 +00:00
940b622c03 Refactor various classes to initialize lists with empty array syntax for improved clarity and consistency. Update Program.cs to remove unnecessary partial class declaration due to changes in ASP.NET Core 10. Enhance MediaPathResolver by making AssetRelativePath static for better accessibility. Adjust MediaClaimingBackgroundService to centralize idle polling logic. Improve SignalQueue's WaitAsync method for clearer intent in signal draining.