Skip to content

Commit 228887d

Browse files
authored
feat: Modern copilot UX (#5630)
* feat: updated Copilot UX * Rename to the deprecated variant in tests * Rename copilot to copilot-deprecated tests * Add support for copilot-deprecated variant into renderWebChat * Bring back copilot tests * Fix tests to allow deprecated variant * Fix bubble selector * Fix loader position and remove border from activities with loader * fix copilot variant focus ring * Fix collapsible grouping focus ring * fix collapsible content header focus ring cut * side-by-side to use copilot-deprecated for now * new snaps * Changelog * add missing
1 parent bdf0917 commit 228887d

File tree

169 files changed

+286
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+286
-49
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Citation long ref (copilot-deprecated)</title>
5+
<script>
6+
location = './citation.longRef?theme=fluent&variant=copilot-deprecated';
7+
</script>
8+
</head>
9+
<body></body>
10+
</html>
26.2 KB
937 Bytes
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Collapsible activity (copilot, dark)</title>
5+
<script>
6+
location = './collapsible?variant=copilot-deprecated&fluent-theme=dark';
7+
</script>
8+
</head>
9+
<body></body>
10+
</html>
13.9 KB
14.5 KB
14.2 KB
55.3 KB
62 KB

0 commit comments

Comments
 (0)