-
Notifications
You must be signed in to change notification settings - Fork 1
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
cd: internal testing #158
cd: internal testing #158
Conversation
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added dedicated commands for building and starting both the frontend and backend, offering improved operational clarity and separation between environments. - **Chores** - Refined task dependencies and command configurations to enhance performance, streamline development workflows, and simplify maintenance. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a daily limit for project creation, capping the number of new projects a user can create per day. - Added a new query endpoint that lets users check how many projects they can still create today. - Enhanced error notifications to clearly inform users when their daily project creation limit has been reached. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
…images (#154) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - **Enhanced Project Photo Upload:** Users can now update project photos directly through file uploads for a smoother, more reliable experience. - **Expanded Image Flexibility:** The application now supports loading images from any domain, broadening your content sourcing options. - **Improved Upload Performance:** Upgraded file handling ensures consistent and efficient processing for a better overall experience. - **New Configuration Options:** A new example configuration file has been added to guide users on setting up environment variables. - **Bug Fixes** - **Updated Project Photo Mutation:** The mutation for updating project photos has been streamlined, enhancing functionality and usability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: NarwhalChen <125920907+NarwhalChen@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved chat session navigation for smoother transitions and a more integrated user experience. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
…fication (#153) This creates backend email service support. 1, send verification email 2, confirm token for User email 3, resend email 4, template for verification email Frontend: 1, register to tell user check email 2, after user click confirm email link. Frontend should send request to backend to do check Vedio: https://jam.dev/c/1e63139a-e24f-4baf-968c-a9d2e771fef0 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a robust email verification workflow that requires users to confirm their email addresses upon registration. - Added the ability to resend confirmation emails and a dedicated confirmation page that provides real-time success or error feedback. - **Chores** - Expanded configuration options to support customizable email settings via environment variables. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: pengyu <pengyuchen01@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…e project from home page (#151) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced file recognition to support .tsx files as TypeScript React. - Introduced new iframe controls, allowing users to refresh content and adjust zoom levels. - Updated the code editor’s default language for a more accurate editing experience. - Revised project navigation to use query parameters for improved clarity. - **Bug Fixes** - Improved Docker container management with enhanced logging, error handling, and retry mechanisms. - **Refactor** - Simplified chat and sidebar structures by removing unnecessary context providers. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
#152) …rojects query <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an interactive `ExpandableCard` component for project previews, featuring a modal overlay with smooth animations. - Added a custom hook for detecting clicks outside of elements to enhance user interactions. - **Refactor** - Streamlined the public projects display by integrating a new GraphQL query and simplifying the component structure for improved data retrieval and presentation. - **Chores** - Removed unused props from the `SidebarProps` interface and the `ChatSideBar` component for a cleaner codebase. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Revamped the project overview with a clear title, reorganized sections highlighting key features, architecture, system requirements, development tools, and additional resources. - Enhanced installation instructions, troubleshooting guidance, and URLs for accessing different components. - **Chores** - Streamlined configuration by removing redundant AI model integration settings. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Improved authentication experience with dedicated sign-in and sign-up modals featuring smoother transitions. - Conditional data fetching based on user authorization enhances security and performance. - Navigation updates now provide clear alerts for upcoming features (e.g., a “Coming Soon” message when selecting specific tabs). - **Style** - Enhanced UI responsiveness with adjustments to layouts, flexible component widths, and repositioned notifications for a better visual experience. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: pengyu <pengyuchen01@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sma1lboy <541898146chen@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Streamlined the project creation process for a smoother workflow. - **Style** - Redesigned sidebar elements with refined spacing and improved responsiveness. - **New Features** - Introduced new account management capabilities, including email confirmation and project limit querying. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: pengyu <pengyuchen01@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: NarwhalChen <125920907+NarwhalChen@users.noreply.github.com>
…nd adding control section bg (#157) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Refined the prompt form's control section for improved spacing and consistent background display across light and dark themes. - **New Features** - Enhanced the email confirmation process with detailed status responses for confirmation and resend requests. - Introduced the ability to query remaining project limits and updated user account details with email confirmation status and timing information. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
No description provided.