This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Conversation
… Display (#1246) * Randomized sessions array to show new suggestions on watch page * Fixed minor issue where default tabs werent showing correctly * Made a cleaner LoadingModal * Minor clean-up * Fixed issue of showing a NextJS error instead the actual error
Minor change on when to order the array of videos
Bumps [next](https://github.com/vercel/next.js) from 15.3.2 to 15.3.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.2...v15.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removed techdebt - like events
* Showing ViewCount & Fixed filter * Updated Yarn * Fixed build issues
- Added Ethereum funding details to funding.json. - Refactored explore page to support organization search and filtering. - Introduced new components for organization search and event cards. - Updated styles for better UI/UX in event and organization displays. - Implemented responsive design adjustments for mobile views.
- Added new icons for grid and list views in the HomePage. - Updated styles for various sections to improve UI consistency, including color adjustments for text and backgrounds. - Introduced a new content grid layout for displaying sessions with improved responsiveness. - Enhanced ExploreTabs component with updated styling for active states. - Added search query parameter support in session service and controller for better session filtering.
…mePage - Integrated fetching of featured sessions to highlight popular content on the HomePage. - Updated navigation links for "Start Streaming" and "Explore Events" buttons to improve user experience. - Enhanced the layout and styling of the featured session section for better visibility and engagement. - Refactored Explore page to include a search bar and improved event filtering options. - Updated organization cards with enhanced styling and interactivity for better user engagement.
- Introduced a step-based navigation for creating or joining organizations, improving user experience. - Added loading state management with a timeout feature to handle long loading times. - Enhanced organization display with improved card layout and interactivity. - Updated Create and Join Organization forms with better structure and styling for a more intuitive user interface. - Refactored form components to ensure consistent styling and functionality across the application.
…ved display - Changed quotation marks in OrganizationSearch component for better HTML compliance. - Replaced Funnel icon with Filter icon in LibraryFilter component for clearer functionality.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Introduced a dedicated function to determine which subscription view to display based on the subscription status, improving code readability and maintainability. - Updated the HomePageNavbar component to standardize quotation marks and enhance layout consistency. - Modified subscription tier limits to enable custom channel features for all tiers, enhancing user capabilities.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull Request Template
Title
[Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls"]
Type of Change
Description
[Provide a detailed explanation of the changes you have made. Include the reasons behind these changes and any relevant context. Link any related issues.]
Testing
[Detail the testing you have performed to ensure that these changes function as intended. Include information about any added tests.]
Impact
[Discuss the impact of your changes on the project. This might include effects on performance, new dependencies, or changes in behaviour.]
Additional Information
[Any additional information that reviewers should be aware of.]
Checklist