Skip to content

Simplified ux and settings dialog to control feature flags#40

Merged
alliscode merged 23 commits intomicrosoft:mainfrom
teresaqhoang:simplified-ux-and-feature-flags
Jul 27, 2023
Merged

Simplified ux and settings dialog to control feature flags#40
alliscode merged 23 commits intomicrosoft:mainfrom
teresaqhoang:simplified-ux-and-feature-flags

Conversation

@teresaqhoang
Copy link
Contributor

Motivation and Context

This PR defaults to a simplified UX experience and allows users more control by adding feature flag support and a settings dialog to control feature visibility.

Description

  • Support for dark mode
  • Refactored App component to use FluentProvider and add dark/light theme support.
  • Refactored ChatList and ChatListItem components to add action buttons buttons: ListItemActions component to display edit, download, and share actions for chat list items.
  • Added DeleteChatDialog component to delete a chat (Frontend only, feature is disabled by default).
  • Added TabView component to handle tabbed views in the chat.
  • Added UserSettingsMenu component to trigger settings dialog.
  • Introduced SettingsDialog component to control feature visibility, with support for feature descriptions and disabled / inactive features.
    image
    image
    image

Dark Mode
image

Contribution Checklist

@teresaqhoang teresaqhoang requested review from a team, TaoChenOSU, dehoward and glahaye July 26, 2023 23:12
@teresaqhoang teresaqhoang self-assigned this Jul 26, 2023
@teresaqhoang teresaqhoang added enhancement New feature or request webapp Pull requests that update Typescript code webapi Pull requests that update .net code PR: ready for review labels Jul 26, 2023
dehoward
dehoward previously approved these changes Jul 27, 2023
dehoward
dehoward previously approved these changes Jul 27, 2023
@teresaqhoang teresaqhoang added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed PR: ready for review labels Jul 27, 2023
@alliscode alliscode added this pull request to the merge queue Jul 27, 2023
Merged via the queue into microsoft:main with commit d74b460 Jul 27, 2023
@teresaqhoang teresaqhoang deleted the simplified-ux-and-feature-flags branch August 11, 2023 15:26
@teresaqhoang teresaqhoang linked an issue Aug 24, 2023 that may be closed by this pull request
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
)

### Motivation and Context

<!-- Thank you for your contribution to the copilot-chat repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

This PR defaults to a simplified UX experience and allows users more
control by adding feature flag support and a settings dialog to control
feature visibility.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

- Support for dark mode
- Refactored App component to use FluentProvider and add dark/light
theme support.
- Refactored ChatList and ChatListItem components to add action buttons
buttons: ListItemActions component to display edit, download, and share
actions for chat list items.
- Added DeleteChatDialog component to delete a chat (Frontend only,
feature is disabled by default).
- Added TabView component to handle tabbed views in the chat. 
- Added UserSettingsMenu component to trigger settings dialog. 
- Introduced SettingsDialog component to control feature visibility,
with support for feature descriptions and disabled / inactive features.

![image](https://github.com/microsoft/chat-copilot/assets/125500434/f49755d5-d6f5-4ca9-a54a-043f3e392a70)

![image](https://github.com/microsoft/chat-copilot/assets/125500434/c2faa74b-03a8-424e-832d-762e96e307d5)

![image](https://github.com/microsoft/chat-copilot/assets/125500434/b58b8e7b-db4e-472c-b81e-28c84f47bb6c)

Dark Mode

![image](https://github.com/microsoft/chat-copilot/assets/125500434/0b85a5b8-216b-495f-ab91-7dcc56975520)

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: GitHub Actions <actions@github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
)

### Motivation and Context

<!-- Thank you for your contribution to the copilot-chat repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

This PR defaults to a simplified UX experience and allows users more
control by adding feature flag support and a settings dialog to control
feature visibility.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

- Support for dark mode
- Refactored App component to use FluentProvider and add dark/light
theme support.
- Refactored ChatList and ChatListItem components to add action buttons
buttons: ListItemActions component to display edit, download, and share
actions for chat list items.
- Added DeleteChatDialog component to delete a chat (Frontend only,
feature is disabled by default).
- Added TabView component to handle tabbed views in the chat. 
- Added UserSettingsMenu component to trigger settings dialog. 
- Introduced SettingsDialog component to control feature visibility,
with support for feature descriptions and disabled / inactive features.

![image](https://github.com/microsoft/chat-copilot/assets/125500434/f49755d5-d6f5-4ca9-a54a-043f3e392a70)

![image](https://github.com/microsoft/chat-copilot/assets/125500434/c2faa74b-03a8-424e-832d-762e96e307d5)

![image](https://github.com/microsoft/chat-copilot/assets/125500434/b58b8e7b-db4e-472c-b81e-28c84f47bb6c)

Dark Mode

![image](https://github.com/microsoft/chat-copilot/assets/125500434/0b85a5b8-216b-495f-ab91-7dcc56975520)

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: GitHub Actions <actions@github.com>
jdtoombs pushed a commit to jdtoombs/chat-copilot that referenced this pull request Apr 10, 2025
…/Microsoft.KernelMemory.Orchestration.RabbitMQ-0.96.250116.1

Bump Microsoft.KernelMemory.Orchestration.RabbitMQ from 0.95.241216.2 to 0.96.250116.1 in /webapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request PR: ready to merge PR has been approved by all reviewers, and is ready to merge. webapi Pull requests that update .net code webapp Pull requests that update Typescript code

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

Complete enhancement for chat copilot for customer demos

5 participants