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

[Feature] Rebrand sample app with Contoso branding #486

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

iseabock
Copy link
Contributor

@iseabock iseabock commented Jan 8, 2024

This PR adds a Contoso logo and rebrands the app with Contoso branding.

Screenshot 2024-01-09 113013

Note: I've commented on the changes regarding branding changes. Everything else is either clean up for formatting.

@@ -1,38 +1,13 @@
import { Outlet, Link } from "react-router-dom";
import styles from "./Layout.module.css";
import Azure from "../../assets/Azure.svg";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant rebranding

<Stack horizontal verticalAlign="center">
<img
src={Azure}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant rebranding

className={styles.headerIcon}
aria-hidden="true"
/>
<Link to="/" className={styles.headerTitleContainer}>
<h1 className={styles.headerTitle}>Azure AI</h1>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant rebranding

@@ -9,7 +9,7 @@ import uuid from 'react-uuid';
import { isEmpty } from "lodash-es";

import styles from "./Chat.module.css";
import Azure from "../../assets/Azure.svg";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant rebranding

</Stack>
) : (
<Stack horizontal className={styles.chatRoot}>
<div className={styles.chatContainer}>
{!messages || messages.length < 1 ? (
<Stack className={styles.chatEmptyState}>
<img
src={Azure}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant rebranding

static/index.html Outdated Show resolved Hide resolved
Copy link
Contributor

@sarah-widder sarah-widder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@iseabock iseabock merged commit 88eaaf3 into main Jan 9, 2024
1 check passed
LandMagic added a commit to ciesko/msrchat that referenced this pull request Jan 16, 2024
* - supporting docx and pptx in offline ingestion script via form recognizer (microsoft#474)

Co-authored-by: FARHAD SHAKERIN <fxs130430@utdallas.edu>

* Change button colors  (microsoft#462)

* Fix comma/pipe separator issue and improve local dev loop (microsoft#483)

Co-authored-by: Sarah Widder <sawidder@microsoft.com>

* Remove unused AAD token to support other identity providers (microsoft#459)

* [Feature] Rebrand sample app with Contoso branding (microsoft#486)

Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>

* Add feedback buttons with optional setting (microsoft#396)

Co-authored-by: Sarah Widder <sawidder@microsoft.com>
Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>

* Rebuild static files (microsoft#491)

Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>

* remove linting errors

* merge fix complete

* remove hard-coded api-preview-version

* remove addition to cosmosdb key

* remove print plus small json fix

* additional format and var fixes

* fix another typo

* restore location of dotenv and logging

---------

Co-authored-by: FARHAD SHAKERIN <shakerin.farhad@gmail.com>
Co-authored-by: FARHAD SHAKERIN <fxs130430@utdallas.edu>
Co-authored-by: vsunnyzhao <154259069+vsunnyzhao@users.noreply.github.com>
Co-authored-by: Sarah Widder <sarah.j.widder@gmail.com>
Co-authored-by: Sarah Widder <sawidder@microsoft.com>
Co-authored-by: Christoph Goessmann <44035999+gochristoph@users.noreply.github.com>
Co-authored-by: Ian Seabock <iseabock@users.noreply.github.com>
Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>
Co-authored-by: Chana <v-chanacohn@microsoft.com>
ConnieLi-Cook pushed a commit to sydneybeckcook/sample-app-aoai-chatGPT-customcookgpt that referenced this pull request Jul 17, 2024
Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>
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.

None yet

2 participants