Skip to content

Commit b36c096

Browse files
committed
add Screenshot asset for readme
1 parent 73f16b2 commit b36c096

File tree

2 files changed

+72
-65
lines changed

2 files changed

+72
-65
lines changed

.squot-materialize

+72-65
Original file line numberDiff line numberDiff line change
@@ -2,164 +2,143 @@
22
SquotImageMapper {
33
#path : FSAbsolutePath [
44
'assets',
5-
'SpotifyConnectInSqueak.png'
5+
'pause.png'
66
],
77
#encoding : Class [ #PNGReadWriter ]
88
},
99
SquotImageMapper {
1010
#path : FSAbsolutePath [
1111
'assets',
12-
'recently-played.png'
12+
'squeak-mouse.png'
1313
],
1414
#encoding : @4
1515
},
16-
SquotImageMapper {
16+
SquotPlaintextMapper {
1717
#path : FSAbsolutePath [
18-
'assets',
19-
'previous.png'
18+
'README.md'
2019
],
21-
#encoding : @4
20+
#encoding : 'TXT'
2221
},
2322
SquotImageMapper {
2423
#path : FSAbsolutePath [
2524
'assets',
26-
'refresh.png'
25+
'Screenshot.png'
2726
],
2827
#encoding : @4
2928
},
3029
SquotPlaintextMapper {
3130
#path : FSAbsolutePath [
3231
'assets',
3332
'mockdata',
34-
'playlistResponse'
35-
],
36-
#encoding : 'TXT'
37-
},
38-
SquotPlaintextMapper {
39-
#path : FSAbsolutePath [
40-
'src',
41-
'.properties'
33+
'playbackStateResponse'
4234
],
4335
#encoding : 'TXT'
4436
},
45-
SquotPlaintextMapper {
37+
SquotTonelMapper {
38+
#package : MCPackage {
39+
#name : 'BaselineOfSpotifyConnect'
40+
},
4641
#path : FSAbsolutePath [
47-
'CodeGuidelines.md'
48-
],
49-
#encoding : 'TXT'
42+
'src'
43+
]
5044
},
5145
SquotPlaintextMapper {
5246
#path : FSAbsolutePath [
5347
'assets',
5448
'mockdata',
55-
'searchResponse'
49+
'playlistResponse'
5650
],
5751
#encoding : 'TXT'
5852
},
5953
SquotImageMapper {
6054
#path : FSAbsolutePath [
6155
'assets',
62-
'previous-white.png'
56+
'devices.png'
6357
],
6458
#encoding : @4
6559
},
6660
SquotPlaintextMapper {
6761
#path : FSAbsolutePath [
68-
'assets',
69-
'successResponse.html'
62+
'LICENSE'
7063
],
7164
#encoding : 'TXT'
7265
},
7366
SquotPlaintextMapper {
7467
#path : FSAbsolutePath [
75-
'assets',
76-
'mockdata',
77-
'recentlyPlayedResponse'
68+
'.smalltalk.ston'
7869
],
7970
#encoding : 'TXT'
8071
},
8172
SquotPlaintextMapper {
8273
#path : FSAbsolutePath [
8374
'assets',
8475
'mockdata',
85-
'devicesResponse'
76+
'recentlyPlayedResponse'
8677
],
8778
#encoding : 'TXT'
8879
},
89-
SquotTonelMapper {
90-
#package : MCPackage {
91-
#name : 'SpotifyConnect'
92-
},
93-
#path : FSAbsolutePath [
94-
'src'
95-
]
96-
},
9780
SquotImageMapper {
9881
#path : FSAbsolutePath [
9982
'assets',
100-
'squeak-mouse.png'
83+
'next.png'
10184
],
10285
#encoding : @4
10386
},
104-
SquotImageMapper {
87+
SquotPlaintextMapper {
10588
#path : FSAbsolutePath [
106-
'assets',
107-
'devices.png'
89+
'src',
90+
'.properties'
10891
],
109-
#encoding : @4
110-
},
111-
SquotTonelMapper {
112-
#package : MCPackage {
113-
#name : 'BaselineOfSpotifyConnect'
114-
},
115-
#path : @29
92+
#encoding : 'TXT'
11693
},
11794
SquotImageMapper {
11895
#path : FSAbsolutePath [
11996
'assets',
120-
'next-white.png'
97+
'recently-played.png'
12198
],
12299
#encoding : @4
123100
},
124101
SquotPlaintextMapper {
125102
#path : FSAbsolutePath [
126103
'assets',
127104
'mockdata',
128-
'albumResponse'
105+
'devicesResponse'
129106
],
130107
#encoding : 'TXT'
131108
},
132-
SquotPlaintextMapper {
109+
SquotImageMapper {
133110
#path : FSAbsolutePath [
134-
'.github',
135-
'workflows',
136-
'ci.yml'
111+
'assets',
112+
'previous-white.png'
137113
],
138-
#encoding : 'TXT'
114+
#encoding : @4
139115
},
140-
SquotPlaintextMapper {
116+
SquotImageMapper {
141117
#path : FSAbsolutePath [
142-
'LICENSE'
118+
'assets',
119+
'SpotifyConnectInSqueak.png'
143120
],
144-
#encoding : 'TXT'
121+
#encoding : @4
145122
},
146123
SquotPlaintextMapper {
147124
#path : FSAbsolutePath [
148-
'README.md'
125+
'assets',
126+
'mockdata',
127+
'searchResponse'
149128
],
150129
#encoding : 'TXT'
151130
},
152131
SquotImageMapper {
153132
#path : FSAbsolutePath [
154133
'assets',
155-
'speaker.png'
134+
'speaker-muted.png'
156135
],
157136
#encoding : @4
158137
},
159138
SquotImageMapper {
160139
#path : FSAbsolutePath [
161140
'assets',
162-
'pause.png'
141+
'speaker.png'
163142
],
164143
#encoding : @4
165144
},
@@ -172,30 +151,58 @@
172151
},
173152
SquotPlaintextMapper {
174153
#path : FSAbsolutePath [
175-
'.smalltalk.ston'
154+
'assets',
155+
'successResponse.html'
156+
],
157+
#encoding : 'TXT'
158+
},
159+
SquotPlaintextMapper {
160+
#path : FSAbsolutePath [
161+
'assets',
162+
'mockdata',
163+
'albumResponse'
176164
],
177165
#encoding : 'TXT'
178166
},
179167
SquotImageMapper {
180168
#path : FSAbsolutePath [
181169
'assets',
182-
'next.png'
170+
'previous.png'
183171
],
184172
#encoding : @4
185173
},
174+
SquotTonelMapper {
175+
#package : MCPackage {
176+
#name : 'SpotifyConnect'
177+
},
178+
#path : @15
179+
},
186180
SquotImageMapper {
187181
#path : FSAbsolutePath [
188182
'assets',
189-
'speaker-muted.png'
183+
'next-white.png'
190184
],
191185
#encoding : @4
192186
},
193187
SquotPlaintextMapper {
194188
#path : FSAbsolutePath [
195-
'assets',
196-
'mockdata',
197-
'playbackStateResponse'
189+
'.github',
190+
'workflows',
191+
'ci.yml'
192+
],
193+
#encoding : 'TXT'
194+
},
195+
SquotPlaintextMapper {
196+
#path : FSAbsolutePath [
197+
'CodeGuidelines.md'
198198
],
199199
#encoding : 'TXT'
200+
},
201+
SquotImageMapper {
202+
#path : FSAbsolutePath [
203+
'assets',
204+
'refresh.png'
205+
],
206+
#encoding : @4
200207
}
201208
]

assets/Screenshot.png

135 KB
Loading

0 commit comments

Comments
 (0)