Skip to content
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

coral-web: Change default page head title from Coral --> Chat #188

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

misspia-cohere
Copy link
Contributor

@misspia-cohere misspia-cohere commented Jun 10, 2024

Changes default page head title from Coral --> Chat

Before

Screenshot 2024-06-10 at 12 00 33

After

Screenshot 2024-06-10 at 11 58 31

AI Description

This pull request makes changes to two component files in the src/interfaces/coral_web/src/components directory:

  • EditEnvVariablesModal.tsx: The component now expects an additional prop, defaultDeployment of type string. This prop is used to initialize the deployment state.
  • Layout.tsx: The default value of the title prop has been changed from 'Coral' to `'Chat''.

Summary

The pull request updates the EditEnvVariablesModal and Layout components in the coral_web interface. The EditEnvVariablesModal component now expects a defaultDeployment prop, which is used to set the initial value of the deployment state. This change allows for more flexible usage of the component by providing a way to preset the deployment value. The Layout component has also been modified, changing the default title value from 'Coral' to 'Chat', potentially indicating a change in the interface's branding or context.

@misspia-cohere misspia-cohere changed the title coral_web: Change default page head title from Coral --> Chat coral-web: Change default page head title from Coral --> Chat Jun 10, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@3447bdb). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage        ?   87.51%           
=======================================
  Files           ?      130           
  Lines           ?     4391           
  Branches        ?        0           
=======================================
  Hits            ?     3843           
  Misses          ?      548           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@misspia-cohere misspia-cohere merged commit c468520 into main Jun 10, 2024
2 checks passed
@misspia-cohere misspia-cohere deleted the pia/pagehead branch June 10, 2024 17:45
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.

3 participants