-
Notifications
You must be signed in to change notification settings - Fork 202
Merging main #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merging main #674
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* WIP: Logout page * WIP: Almost ported the course viewer to app router * Lint and prettier fixes * quiz: different UIs for single and multi select; redux removed * removed connect (redux) usage * Removed unused files * Removed state-manaement package * Pricing plan item editor fix * fixed combo-box and merging new system tags * Reworked the logout screen * Removed pages router completely * Corrected host name * CodeQL fixes --------- Co-authored-by: Rajat Saxena <[email protected]>
* Upgraded to Next 15; Fixes: hydration warning, checkout button disabled upon logging in * prettier fixes * Lint fixes * feat: prevent video download in course videos (#620) - Add controlsList='nodownload' attribute to all video/audio elements - Implement onContextMenu prevention to disable right-click context menu - Add CSS-based protection for user selection and drag prevention - Apply protections across lesson viewer, community posts, and video components - Ensure protection works even when JavaScript is disabled (partial) This prevents users from easily downloading course videos through: - Browser's built-in video controls download button - Right-click context menu 'Save video as' option - Drag and drop video element downloading Files modified: - apps/web/components/public/lesson-viewer/index.tsx - apps/web/components/community/index.tsx - packages/components-library/src/video-with-preview.tsx - apps/web/styles/globals.css Co-authored-by: kaza.vishnu <[email protected]> --------- Co-authored-by: Kaza Naga Sai Vishnu <[email protected]> Co-authored-by: kaza.vishnu <[email protected]>
* WIP: Page block background types * Lint fixes * Almost finished section backgrounds logic; Removed card layout from hero block * Removed tooltips * UI improvements for background component * Hack for dark theme * Lint fix * section overflow fix --------- Co-authored-by: Rajat <[email protected]>
* Triple backticks are crashing the text editor Fixes #640 * Custom toolbar * i18n old behavior restored; theme aware custom toolbar; theme aware blocks; ui improvements --------- Co-authored-by: Rajat Saxena <[email protected]>
* WIP: added admin side settings for certificates; added routes to show certificate * Untested: Coding done; accomplishment page; cert pdf generation; cert template management * updated lock file * certificate indication on my-content cards; accomplishment page UI improvements * Move the certificate's location; Added docs for or certification * Reverted PDF generation in browser using iframe; preview certificate generation; UI perm fixes * Untested: product manage screen broken in multiple components; demo cert generation logic on backend * Setup a test suite for backend code; Added tests for certificate generation * CodeQL fixes --------- Co-authored-by: Rajat <[email protected]>
* Removed commented code and deprecated docs * Re-arrange FAQ items * FAQ block new layout switcher, re-arranger * hero card layout; (untested) hero layouts * tested: header layout * header background for existing pages fix * media block border made configurable * Fixed links on checkout and links texts --------- Co-authored-by: Rajat <[email protected]>
Co-authored-by: Rajat Saxena <[email protected]>
* Large file uploads Fixes #657 * Text editor image upload ported to new medialit api * Ported community posts and text editor uploads to new MediaLit API * CodeQL fixes --------- Co-authored-by: Rajat Saxena <[email protected]>
* Communities data is cleaned up on delete * Product cleanup fixed * User and Community deletion; Card based UI for edit user and profile screens; * Fixed test cases * CodeQL fixes * Added tests around deleting product * CodeQL fixes --------- Co-authored-by: Rajat <[email protected]>
* Next 16 * Turned off ignoreBuildErrors
Co-authored-by: Rajat <[email protected]>
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.