Skip to content

Add Rental option for OTT content - #891

Open
Karthikeyantestpress wants to merge 9 commits into
mainfrom
viewer-ui-flimix
Open

Add Rental option for OTT content#891
Karthikeyantestpress wants to merge 9 commits into
mainfrom
viewer-ui-flimix

Conversation

@Karthikeyantestpress

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces content access options (Free, Rent, and Subscription) across the platform, updating the home, podcast, and movie detail pages with corresponding badges, modals, and conditional action buttons. It also refactors the movie creation interface into modular components with an interactive upload progress state. Feedback highlights a potential memory leak in the upload interval logic, an unpinned Lucide CDN dependency, invalid Tailwind classes, unused CSS, and an unreferenced pricing modal file containing SVG namespace typos and inconsistent color classes. Additionally, adding image-only restrictions to the media upload inputs and correcting a genre typo are recommended.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/flimix/library/movies/create.html

{% block extra_head %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@7.0.1/swiper-bundle.min.css">
<script src="https://unpkg.com/lucide@latest"></script>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using unpinned dependencies like lucide@latest from a CDN can lead to unexpected breaking changes if a new major version of the library is released. It can also cause slower loading times due to redirect resolution.

Please pin the dependency to a specific version to ensure stability and reliability.

<script src="https://unpkg.com/lucide@0.321.0"></script>

Comment thread src/flimix/library/movies/includes/movie_info.html
Comment thread src/flimix/library/movies/includes/movie_media.html
Comment thread src/flimix/library/movies/includes/movie_media.html
Comment thread src/flimix/library/movies/includes/movie_media.html
Comment thread src/flimix/movies/detail/rent_modal.html
Comment thread src/flimix/home/latest_podcasts.html
Comment thread src/flimix/library/movies/includes/movie_pricing_modal.html
@github-actions

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://testpress.github.io/design/pr-preview/pr-891/

Built to branch gh-pages at 2026-06-17 08:19 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant