mrleo1nid
  • Joined on 2025-10-20
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 17:34:16 +00:00
8484587313 Implement pagination for candidates and episodes in ShowDetail component: add Pager component for both lists, update state management for page navigation, and ensure safe page handling during filtering and updates.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 17:23:17 +00:00
7694ff3388 Update CI workflows to use setup actions: replace container definitions with setup-dotnet and setup-node actions for backend and frontend jobs, ensuring consistent environment configuration for builds and tests.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 17:20:48 +00:00
2165bfc459 Add coverage badge to README and update test workflow: include coverage badge in README for CI visibility and enhance test workflow to generate coverage reports and update the badge on main branch pushes.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 17:17:35 +00:00
0fd9ab9bc2 Update README and package.json: add build and test badges to README for CI visibility, and specify pnpm as the package manager in package.json for consistency in dependency management.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 17:12:09 +00:00
4611f90d11 Add project reference for TeleWave.Infrastructure: include TeleWave.Infrastructure.csproj in TeleWave.Application.Tests project to support additional testing capabilities.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:59:02 +00:00
ed240ef73c Add coverlet.collector package for test coverage: include in Directory.Packages.props and add references in TeleWave.Application.Tests and TeleWave.Domain.Tests projects for enhanced test reporting.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:55:07 +00:00
f57b7503ed Refactor code formatting and improve readability: standardize line breaks and indentation across various endpoint files, enhancing code clarity and maintainability. Update package version formatting in Directory.Packages.props for consistency.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:49:13 +00:00
1f6fa6f1ae Add password reset functionality for admin users: implement ResetPassword endpoint, update AdminUserEndpoints to include password reset logic, and enhance user interface for password management. Update translations for new features and ensure proper error handling in the reset process.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:27:06 +00:00
d44aa44d95 Update UploadToShowDialog UI: increase dialog content width for better layout and adjust select trigger width for improved usability.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:17:06 +00:00
7c1b807e5e Enhance UploadToShowDialog: add 'apply to all' functionality for batch show assignment, improve UI layout for better user experience, and update translations for new options.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 16:01:51 +00:00
da0ac79079 Update media processing options: enhance .env.example and MediaOptions.cs to include MaxParallelTranscodes for improved transcoding performance. Refactor MediaProcessingBackgroundService to utilize parallel processing slots, ensuring efficient handling of multiple media assets simultaneously. Update comments for clarity on new configurations and processing logic.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 15:54:47 +00:00
9cefc6a198 Enhance show management: add OriginalName property to ShowSummaryDto, update ListShowsQueryHandler to include OriginalName, and improve upload functionality by allowing auto-detection of shows based on file names. Update translations for better user guidance on show detection.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 15:44:34 +00:00
8718e8b6bf Enhance channel management: add support for preferred weight multipliers and preferred hours in channel shows, update related data models and API endpoints, and implement validation for new properties. Refactor scheduling logic to utilize preferred hours for weight adjustments during show planning.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 10:39:16 +00:00
358adbff21 Enhance FfmpegBumperRenderer: introduce text width adjustment for dynamic font sizing, ensuring proper fitting of free text and titles within the specified width. Add FitSize method to calculate optimal font size based on text length and maximum width constraints.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 10:31:43 +00:00
18325fdfcc Refactor bumper preview functionality: update API endpoints to support rendering previews for all bumper sub-blocks, modify related query and handler to generate individual asset previews, and enhance frontend components for improved user experience with variant-specific previews. Update translations for consistency in terminology.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 10:24:22 +00:00
a65bcf4258 Add bumper variant management: implement API endpoints for adding, updating, and removing bumper text variants, enhance data models to support variant details, and update scheduling logic to utilize variants. Refactor related components for improved bumper template handling and ensure proper error management for variant operations.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 09:55:46 +00:00
f640af1fc4 Enhance BumperTemplateEditor UI: add collapsible functionality for template details, improve user interaction with click-to-toggle feature, and ensure delete action does not trigger unintended collapses. Update state management for better control of template visibility.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 09:19:14 +00:00
a34d929330 Add rename show functionality: implement API endpoint for renaming shows, update Show model to support name changes, and enhance ShowMetadataCard UI for name input. Update translations for new UI elements to improve user experience.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 09:11:33 +00:00
671bbb78bd Enhance ShowMetadataCard UI: update button labels for gallery selection, improve metadata search input with a dedicated label, and streamline provider selection functionality. Update translations for new UI elements to improve user experience.
mrleo1nid pushed to main at mrleo1nid/TeleWave 2026-07-25 09:03:29 +00:00
afe6cc24aa Refactor ShowMetadataCard and API: remove obsolete poster upload functionality, streamline metadata saving process into a single mutation, and enhance UI for original name input. Update related state management and error handling for improved user experience.