Bilnaa
released this
21 Jan 14:55
Poc (#17)
* feat: Add logging for app startup and readiness
chore: Update module-info styles and fix repo icons on Windows
fix: Fix indicator display in Card and TextItem components
chore: Update electron preload to expose doneClicked function
chore: Remove unused code from hidden.html
* Refactor function name for calling webview
* the search is now fully implemented with the code (design needs to be redone tho)
* feat: Enhance chapter navigation by adding chapters prop and next chapter functionality
- Updated routes to include chapters in query parameters.
- Modified imageReader component to accept chapters as a prop and implement navigation to the next chapter.
- Adjusted Info component to pass chapters data in the router link for episode navigation.
* style: Refactor layout and improve responsiveness in App and Info components
- Removed unnecessary padding and adjusted height properties in App.vue for better layout.
- Enhanced the structure of the Info.vue component by nesting category and pagination controls for improved organization.
- Updated styles for better responsiveness across various screen sizes, including adjustments to flex and grid layouts.
- Added hover effects and improved button styles for better user interaction.
- Implemented custom scrollbar styles for a cleaner look.
* chore(deps): update dependencies in package.json
* feat: Implement skeleton loading UI in Info component
- Added a skeleton loading state to enhance user experience during data fetching.
- Updated pagination controls to only display when there are multiple pages.
- Introduced new styles for the skeleton loading elements, including headers, content, and episode lists, to provide a visually appealing placeholder while content is loading.
* feat: Enhance Info component with synopsis display and improved styles
- Added a synopsis section to display media descriptions, enhancing content visibility.
- Refactored layout and styles for better responsiveness and user experience, including updated scrollbar styles and button interactions.
- Improved skeleton loading UI for better visual feedback during data fetching.
- Adjusted episode navigation links for consistency and clarity.
- Scoped styles in SliderPreview component for better encapsulation.
* style: Update Info component styles for improved layout and responsiveness
- Enhanced the styling of titles and skeleton loading elements for better visual hierarchy and user experience.
- Adjusted dimensions and overflow properties for various elements to ensure content fits well across different screen sizes.
- Refactored skeleton loading UI to provide a more polished placeholder experience during data fetching.
- Increased the height of the skeleton header and modified poster dimensions for better alignment with design standards.
* style: Update Info component styles to improve layout and overflow handling
- Added overflow hidden to the main container for better content management.
- Removed sticky positioning from the background section to enhance layout stability.
* feat: Add DownloadButton (for later) component and enhance VideoLayout with player reference
* fix: downgrade electron and electron-builder versions for compatibility