-
Notifications
You must be signed in to change notification settings - Fork 50
merge dev #223
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
merge dev #223
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
refactor: temp rename to force case change
fix: settings folder name casing
fix: fixed the themeing issues for the report-bug page
- add comprehensive css variables to globals.css for light/dark themes - update tailwind.config.ts to use new css variables - migrate 13+ components from theme-classes.ts to css variables: - app/[username]/ directory (4 files) - components/error/ (2 files) - components/explore/ (2 files) - components/dashboard/ (1 file) - components/settings/ (2 files) - components/ui/ (1 file) - replace theme-classes imports with semantic css classes: - bgclasses.* → bg-* (bg-background, bg-secondary, bg-card, etc.) - textclasses.* → text-* (text-foreground, text-muted-foreground, etc.) - borderclasses.* → border border-* - buttonclasses.* → bg-primary text-primary-foreground - combineclasses() → template literals - benefits: better performance, centralized theme management, native css support, automatic dark mode switching
- migrate activityfeed, chat, streaminfo, streampreview components - update navbar and sidebar to use correct background colors - fix css variables for sidebar (hsl(200, 6%, 10%) in dark mode) - migrate featuredstream and quick-actions components - update toast component to use css variables - ensure consistent color mapping across all components - preserve original design colors while using semantic class names
…css-variables refactor: migrate theme classes to css variables
- Add security headers and environment validation - Enhance testing setup with coverage thresholds - Implement performance monitoring and error boundaries - Create comprehensive development guidelines - Add CI/CD pipeline with quality gates - Enhance ESLint configuration with strict rules - Add bundle analysis and optimization tools - Implement custom commit message validation - Create error handling and monitoring utilities - Add comprehensive documentation and guidelines
feat: implement best practices
feat: add responsive skeleton loading for browse pages
fix: update route handlers for next.js 15 async params
Implement category detail page and enhance browse layout
feat: update email verification modal to always show and fix linting …
add skeleton loaders on browse,improve texts for theme
❌ Deploy Preview for streamfi failed. Why did it fail? →
|
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.
This is the merge of the update and fixes for the issues presented on August.