Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f0d540be27
Add refresh_progress_data method in ProjectView and update VideoEditor to call it on state save. This ensures progress data is up-to-date when the editor state changes, enhancing user experience and project management.
c8dfcca954
Refactor thumbnail caching in ProjectView: store original thumbnails by video path instead of size, allowing for on-demand resizing. This change optimizes thumbnail generation and improves performance by reducing redundant processing.
b9cf9f0125
Update keyboard shortcuts in ProjectView: correct functionality for adjusting items per row, swapping the actions for 'Q' and 'Y' to improve user navigation and experience. Revise instructions to reflect these changes.
b8899004f3
Refactor ProjectView to improve thumbnail layout and item display: set default items per row to 2, implement dynamic thumbnail size calculation, and update keyboard shortcuts for adjusting items per row. Enhance thumbnail caching mechanism to optimize performance and maintain aspect ratio during resizing.
8c4663c4ef
Remove unnecessary mouse interaction handling in VideoEditor when in project view mode, streamlining the mouse callback functionality.
9dd0c837b4
Update keyboard shortcuts in ProjectView: add 'q' for quitting and refine instructions for user navigation. Enhance VideoEditor to handle quit action, improving overall user experience.
ae2b156b87
Refactor VideoEditor initialization: load first video and state after attribute setup, validate cut markers, and streamline default value assignments
01aaa36eb0
Add caching for video transformations to improve performance during auto-repeat seeking
f6450fdafb
refactor(RegionMap, StatisticsToggle): reposition StatisticsToggle to avoid overlaps and simplify layout
7f4ca796aa
refactor(MapNode, StatisticsToggle): streamline text rendering in MapNode and replace switches with buttons in StatisticsToggle for improved UI
0c5d0616e5
feat(RegionMap): implement system ID caching and enhance jump/kill data retrieval