Skip to content

Commit 8aee63d

Browse files
KMDailyrhennigan
authored andcommitted
Pull request #88: Rework Notebook Assistant docked cells
Merge in PAC/chatbook from bugfix/NA_DockedCellChanges to main * commit 'ffb77e51ed188bad0767dfb2e0a87a743975945e': Move toolbar icons to text resources Update pop out button Rework Notebook Assistant docked cells
2 parents aff6ee2 + ffb77e5 commit 8aee63d

File tree

21 files changed

+294
-562
lines changed

21 files changed

+294
-562
lines changed

Assets/DisplayFunctions.wxf

-4.73 KB
Binary file not shown.

Assets/Icons.wxf

-274 Bytes
Binary file not shown.

Developer/Resources/Icons/WorkspaceToolbarIconHistory.wl renamed to Developer/Resources/FrontEndResources/WorkspaceChat/ToolbarIcon/WorkspaceToolbarIconHistory.wl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Graphics[
1+
(* ::Package:: *)
2+
3+
RawBoxes @ ToBoxes @ Graphics[
24
{
35
Thickness[ 0.05 ],
46
Style[
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
Graphics[{Thickness[0.058823529411764705],
2-
FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
3-
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
4-
{0, 1, 0}}, {{1, 4, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
5-
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
6-
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0},
7-
{1, 3, 3}, {0, 1, 0}}}, {{{14., 8.}, {14., 5.}, {17., 5.}, {17., 3.},
8-
{14., 3.}, {14., 0.}, {12., 0.}, {12., 3.}, {9., 3.}, {9., 5.},
9-
{12., 5.}, {12., 8.}, {14., 8.}}, {{13.222000002861023, 14.},
10-
{13.65200001001358, 14.}, {14., 13.651999950408936},
11-
{14., 13.221999645233154}, {14., 9.}, {13., 9.}, {13., 13.},
12-
{1., 13.}, {1., 5.}, {3.984999656677246, 5.}, {3.984999656677246, 3.},
13-
{6.5229997634887695, 5.}, {8., 5.}, {8., 4.}, {6.769000053405762, 4.},
14-
{3., 1.}, {3., 4.}, {0.7779998779296875, 4.}, {0.34799957275390625,
15-
4.}, {0., 4.3490002155303955}, {0., 4.7779998779296875},
16-
{0., 13.221999645233154}, {0., 13.651999950408936},
17-
{0.34799957275390625, 14.}, {0.7779998779296875, 14.},
18-
{13.222000002861023, 14.}}}]},
19-
ImageSize -> {22., 20.}, PlotRange -> {{-5., 17.}, {-3, 17}},
1+
(* ::Package:: *)
2+
3+
RawBoxes @ ToBoxes @ Graphics[{Thickness[0.058823529411764705],
4+
FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
5+
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
6+
{0, 1, 0}}, {{1, 4, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
7+
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
8+
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0},
9+
{1, 3, 3}, {0, 1, 0}}}, {{{14., 8.}, {14., 5.}, {17., 5.}, {17., 3.},
10+
{14., 3.}, {14., 0.}, {12., 0.}, {12., 3.}, {9., 3.}, {9., 5.},
11+
{12., 5.}, {12., 8.}, {14., 8.}}, {{13.222000002861023, 14.},
12+
{13.65200001001358, 14.}, {14., 13.651999950408936},
13+
{14., 13.221999645233154}, {14., 9.}, {13., 9.}, {13., 13.},
14+
{1., 13.}, {1., 5.}, {3.984999656677246, 5.}, {3.984999656677246, 3.},
15+
{6.5229997634887695, 5.}, {8., 5.}, {8., 4.}, {6.769000053405762, 4.},
16+
{3., 1.}, {3., 4.}, {0.7779998779296875, 4.}, {0.34799957275390625,
17+
4.}, {0., 4.3490002155303955}, {0., 4.7779998779296875},
18+
{0., 13.221999645233154}, {0., 13.651999950408936},
19+
{0.34799957275390625, 14.}, {0.7779998779296875, 14.},
20+
{13.222000002861023, 14.}}}]},
21+
ImageSize -> {22., 20.}, PlotRange -> {{-5., 17.}, {-3, 17}},
2022
AspectRatio -> Automatic, DefaultBaseStyle -> {}]
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
(* ::Package:: *)
2+
3+
RawBoxes @ ToBoxes @ Graphics[
4+
{
5+
Thickness[ 0.11111 ],
6+
FaceForm @ { GrayLevel[ 1 ], Opacity[ 1. ] },
7+
FilledCurve[
8+
{
9+
{
10+
{ 0, 2, 0 },
11+
{ 0, 1, 0 },
12+
{ 0, 1, 0 },
13+
{ 1, 3, 3 },
14+
{ 1, 3, 3 },
15+
{ 1, 3, 3 },
16+
{ 0, 1, 0 },
17+
{ 0, 1, 0 },
18+
{ 0, 1, 0 },
19+
{ 0, 1, 0 },
20+
{ 0, 1, 0 }
21+
},
22+
{
23+
{ 0, 2, 0 },
24+
{ 0, 1, 0 },
25+
{ 0, 1, 0 },
26+
{ 0, 1, 0 },
27+
{ 0, 1, 0 },
28+
{ 0, 1, 0 },
29+
{ 0, 1, 0 },
30+
{ 0, 1, 0 },
31+
{ 0, 1, 0 },
32+
{ 0, 1, 0 }
33+
}
34+
},
35+
{
36+
{
37+
{ 5., 9. },
38+
{ 5., 8. },
39+
{ 7.293, 8. },
40+
{ 4.145, 4.856 },
41+
{ 3.949, 4.66 },
42+
{ 3.949, 4.344 },
43+
{ 4.145, 4.149 },
44+
{ 4.242, 4.051 },
45+
{ 4.371, 4. },
46+
{ 4.5, 4. },
47+
{ 4.629, 4. },
48+
{ 4.758, 4.051 },
49+
{ 4.855, 4.145 },
50+
{ 8., 7.293 },
51+
{ 8., 5. },
52+
{ 9., 5. },
53+
{ 9., 9. },
54+
{ 5., 9. }
55+
},
56+
{
57+
{ 9., 0. },
58+
{ 0., 0. },
59+
{ 0., 9. },
60+
{ 3., 9. },
61+
{ 3., 8. },
62+
{ 1., 8. },
63+
{ 1., 1. },
64+
{ 8., 1. },
65+
{ 8., 3. },
66+
{ 9., 3. },
67+
{ 9., 0. }
68+
}
69+
}
70+
]
71+
},
72+
AspectRatio -> Automatic,
73+
ImageSize -> { 12, 12 },
74+
PlotRange -> { { -0.5, 9.5 }, { -0.5, 9.5 } }
75+
]
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
Graphics[{Thickness[0.07692307692307693],
2-
FaceForm[{RGBColor[1.0,1.0,1.0], Opacity[1.]}],
3-
FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0},
4-
{0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
5-
{0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3},
6-
{0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
7-
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}},
8-
{{{7., 1.}, {1., 1.}, {1., 11.}, {5., 11.}, {5., 8.5}, {5., 7.672999858856201},
9-
{5.67300009727478, 7.}, {6.5, 7.}, {7., 7.}, {7., 8.}, {6.5, 8.},
10-
{6.225000023841858, 8.}, {6., 8.223999977111816}, {6., 8.5},
11-
{6., 10.293000221252441}, {7.292999982833862, 9.}, {8., 9.},
12-
{8.707000017166138, 9.}, {5.853999972343445, 11.85300064086914},
13-
{5.807999968528748, 11.89900016784668}, {5.7519999742507935, 11.935998916625977},
14-
{5.6910001039505005, 11.961000442504883}, {5.629999995231628, 11.98699951171875},
15-
{5.565000057220459, 12.}, {5.5, 12.}, {1., 12.}, {0.4479999542236328, 12.},
16-
{0., 11.551000595092773}, {0., 11.}, {0., 1.}, {0., 0.4490000009536743},
17-
{0.4479999542236328, 0.}, {1., 0.}, {7., 0.}, {7., 1.}},
18-
{{13., 5.}, {13., 3.}, {10., 3.}, {10., 0.}, {8., 0.}, {8., 3.}, {5., 3.},
19-
{5., 5.}, {8., 5.}, {8., 8.}, {10., 8.}, {10., 5.}, {13., 5.}}}]},
20-
AspectRatio -> Automatic, ImageSize -> {20, 20}, PlotRange -> {{-6, 14}, {-4, 16}}]
1+
(* ::Package:: *)
2+
3+
RawBoxes @ ToBoxes @ Graphics[{Thickness[0.07692307692307693],
4+
FaceForm[{RGBColor[1.0,1.0,1.0], Opacity[1.]}],
5+
FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0},
6+
{0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
7+
{0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3},
8+
{0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0},
9+
{0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}},
10+
{{{7., 1.}, {1., 1.}, {1., 11.}, {5., 11.}, {5., 8.5}, {5., 7.672999858856201},
11+
{5.67300009727478, 7.}, {6.5, 7.}, {7., 7.}, {7., 8.}, {6.5, 8.},
12+
{6.225000023841858, 8.}, {6., 8.223999977111816}, {6., 8.5},
13+
{6., 10.293000221252441}, {7.292999982833862, 9.}, {8., 9.},
14+
{8.707000017166138, 9.}, {5.853999972343445, 11.85300064086914},
15+
{5.807999968528748, 11.89900016784668}, {5.7519999742507935, 11.935998916625977},
16+
{5.6910001039505005, 11.961000442504883}, {5.629999995231628, 11.98699951171875},
17+
{5.565000057220459, 12.}, {5.5, 12.}, {1., 12.}, {0.4479999542236328, 12.},
18+
{0., 11.551000595092773}, {0., 11.}, {0., 1.}, {0., 0.4490000009536743},
19+
{0.4479999542236328, 0.}, {1., 0.}, {7., 0.}, {7., 1.}},
20+
{{13., 5.}, {13., 3.}, {10., 3.}, {10., 0.}, {8., 0.}, {8., 3.}, {5., 3.},
21+
{5., 5.}, {8., 5.}, {8., 8.}, {10., 8.}, {10., 5.}, {13., 5.}}}]},
22+
AspectRatio -> Automatic, ImageSize -> {20, 20}, PlotRange -> {{-6, 14}, {-4, 16}}]

Developer/Resources/WorkspaceStyles.wl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Cell[
5959
(*WorkspaceChatToolbarTitle*)
6060
Cell[
6161
StyleData[ "WorkspaceChatToolbarTitle", StyleDefinitions -> StyleData[ "WorkspaceChatToolbarButtonLabel" ] ],
62-
FontSlant -> Italic,
63-
FontWeight -> Plain
62+
FontColor -> RGBColor[ "#3383AC" ],
63+
FontSize -> 12
6464
]
6565

6666
(* ::**************************************************************************************************************:: *)

0 commit comments

Comments
 (0)