|
68 | 68 | getPerformerAndNews() |
69 | 69 | }) |
70 | 70 |
|
71 | | - $: featuredContent = news?.find(item => performer.featured_news_id === item.id) |
| 71 | + let featuredContent |
| 72 | +
|
| 73 | + $: if (news?.length > 0) { |
| 74 | + featuredContent = news.find(item => performer.featured_news_id === item.id) || news[0] |
| 75 | + console.log(featuredContent) |
| 76 | + } |
| 77 | +
|
72 | 78 | $: featuredContent2 = news?.find(item => performer.featured_news_2_id === item.id) |
73 | 79 |
|
74 | 80 | $: nonFeaturedNews = news?.filter(item => item.id !== performer.featured_news_id && item.id !== performer.featured_news_2_id) |
|
108 | 114 | <a class='featured-content-1-link' href={featuredContent.calls_to_actions.length === 1 ? featuredContent.calls_to_actions[0].link : `/news/${featuredContent.id}`} target='blank'> |
109 | 115 | <img alt='Featured Content 1' src={featuredContent.img_1} /> |
110 | 116 | </a> |
111 | | - <a href={featuredContent.calls_to_actions.length === 1 ? featuredContent.calls_to_actions[0].link : `/news/${featuredContent.id}`} target='blank' class='featured-content-1-link text-2xl font-semibold text-phish-grey-dark leading-6 hover:text-phish-orange hover:underline'>{featuredContent.title}</a> |
| 117 | + <a href={featuredContent.calls_to_actions.length === 1 ? featuredContent.calls_to_actions[0].link : `/news/${featuredContent.id}`} target='blank' class='featured-content-1-link text-2xl font-semibold text-phish-grey-dark leading-6 hover:text-phish-orange hover:underline'>{featuredContent?.title}</a> |
112 | 118 | <p class='text-sm text-phish-grey-light'>{featuredContent.short_desc}</p> |
113 | 119 | {#if featuredContent.calls_to_actions?.length > 0} |
114 | 120 | {#each featuredContent.calls_to_actions as cta} |
|
202 | 208 | <div class='bg-phish-purple w-full h-1' /> |
203 | 209 | <span class='text-sm uppercase font-light tracking-wider mb-2'>From the Road</span> |
204 | 210 | <div class='bg-white w-full border-1 shadow-sm p-2.5 flex flex-col'> |
205 | | - <p class='text-2xl tracking-wide'>February. 3rd 2023</p> |
206 | | - <p class='tracking-wide'>Crystal Ballroom</p> |
207 | | - <p class='tracking-wide'>Somerville, MA</p> |
| 211 | + <p class='text-2xl tracking-wide'>November 17th 2023</p> |
| 212 | + <p class='tracking-wide'>The Middle East Downstairs</p> |
| 213 | + <p class='tracking-wide'>Cambridge, MA</p> |
208 | 214 | <span class='mt-6 mb-3 text-xs uppercase text-phish-green'>Set One</span> |
209 | 215 | <ul> |
210 | | - <li>Everything in its Right Place</li> |
211 | | - <li>Kid A =></li> |
212 | | - <li>2001 =></li> |
213 | | - <li>Kid A =></li> |
214 | | - <li>Punch You In The Eye<sup>1</sup> =></li> |
215 | | - <li>Kid A</li> |
216 | | - <li>National Anthem => Tweezer Reprise</li> |
217 | | - <li>How to Disappear Completely =></li> |
218 | | - <li>Mike's Song =></li> |
219 | | - <li>How to Disappear Completely</li> |
220 | | - <li>Treefingers<sup>2</sup></li> |
221 | | - <li>OPTIMISTASH ></li> |
222 | | - <li>In Limbo</li> |
223 | | - <li>Somewhere Over the Rainbow<sup>3</sup></li> |
224 | | - <li>RIFTIOTEQUE<sup>4</sup></li> |
225 | | - <li>Morning Bell</li> |
226 | | - <li>Motion Picture Soundtrack =></li> |
227 | | - <li>Wading in the Velvet Sea =></li> |
228 | | - <li>Motion Picture Soundtrack</li> |
| 216 | + <li>15 Step =></li> |
| 217 | + <li>Golgi Apparatus></li> |
| 218 | + <li>15 Step</li> |
| 219 | + <li>Bodysnatchers =></li> |
| 220 | + <li>Weekapaug Groove<sup>1</sup> =></li> |
| 221 | + <li>Bodysnatchers</li> |
| 222 | + <li>Nude</li> |
| 223 | + <li>Weird Phishes/Arpeggi<sup>2</sup></li> |
| 224 | + <li>All I Need</li> |
| 225 | + <li>Faust Arp<sup>3</sup> =></li> |
| 226 | + <li>Down With Disease<sup>1</sup></li> |
| 227 | + <li>Reckoner =></li> |
| 228 | + <li>Carini<sup>4</sup></li> |
| 229 | + <li>House of Cards<sup>5</sup> =></li> |
| 230 | + <li>Simple</li> |
| 231 | + <li>Jigsaw Falling Into Place =></li> |
| 232 | + <li>Birds of a Feather</li> |
| 233 | + <li>Jigsaw Falling Into Place</li> |
| 234 | + <li>Videotape =></li> |
| 235 | + <li>Slave to the Traffic Light</li> |
229 | 236 | </ul> |
230 | 237 | <span class='mt-6 mb-3 text-xs uppercase text-phish-green'>Set Two</span> |
231 | 238 | <ul> |
| 239 | + <li>How to Disappear Completely =></li> |
| 240 | + <li>Mike's Song =></li> |
| 241 | + <li>How to Disappear Completely</li> |
232 | 242 | <li>Fluffhead =></li> |
233 | | - <li>Karma Police =></li> |
234 | | - <li>YEM<sup>5</sup> =></li> |
| 243 | + <li>Karma Police</li> |
| 244 | + <li>You Enjoy Myself<sup>7, 8</sup> =></li> |
235 | 245 | <li>Fluffhead</li> |
236 | | - <li>Reckoner =></li> |
237 | | - <li>Carini<sup>6</sup></li> |
238 | | - <li>Paranoid Android =></li> |
239 | | - <li>Jigsaw Falling Into Place =></li> |
240 | | - <li>Birds of a Feather<sup>7</sup> =></li> |
241 | | - <li>Jigsaw Falling Into Place =></li> |
242 | | - <li>Paranoid Android</li> |
243 | | - <li>15 Step =></li> |
244 | | - <li>Golgi Apparatus =></li> |
245 | | - <li>15 Step</li> |
246 | | - <li>Bodysnatchers =></li> |
247 | | - <li>Weekapaug Groove =></li> |
248 | | - <li>Bodysnatchers ></li> |
249 | | - <li>Electioneering =></li> |
250 | | - <li>Harry Hood<sup>8</sup></li> |
| 246 | + <li>OPTIMISTASH<sup>9</sup></li> |
| 247 | + <li>The Tourist ></li> |
| 248 | + <li>Creep<sup>10</sup></li> |
251 | 249 | </ul> |
252 | | - <span class='mt-6 mb-3 text-xs uppercase text-phish-green'>Encore</span> |
| 250 | + <!-- <span class='mt-6 mb-3 text-xs uppercase text-phish-green'>Encore</span> |
253 | 251 | <ul> |
254 | 252 | <li>You and Whose Army => Character Zero</li> |
255 | 253 | <li>Subterranean Homesick Alien / Twist</li> |
256 | | - </ul> |
| 254 | + </ul> --> |
257 | 255 |
|
258 | 256 | <ul class='mt-6 mb-3'> |
259 | | - <li><sup>1</sup>"Kid A!" instead of "Hey!" Lyrics changed to "played toward the end with optimistic/stash"</li> |
260 | | - <li><sup>2</sup>Played in a drum and bass style. Alex used a sample pad.</li> |
261 | | - <li><sup>3</sup>Audience request after Josh successfully changed his violin string mid-jam</li> |
262 | | - <li><sup>4</sup>Contained "Sparkle" quotes</li> |
| 257 | + <li><sup>1</sup>Contained Deadmau5 teases</li> |
| 258 | + <li><sup>2</sup>Contained “Julius” teases</li> |
| 259 | + <li><sup>3</sup>Played in the style of “Down With Disease”</li> |
| 260 | + <li><sup>4</sup>“Killing in the Name Of” guitar solo. “Bulls on Parade” lyrical quotes. Josh screamed “Carini, now!” instead of “come wit’ it now”</li> |
| 261 | + <li><sup>5</sup>Performed over the riff from “Simple”</li> |
| 262 | + <li><sup>6</sup>Only one verse performed. Lyrics changed to reference “House of Cards”</li> |
263 | 263 | </ul> |
264 | 264 | <ul> |
265 | | - <li><sup>5</sup>Lyrics changed to "Boy, Man, Kid, A"</li> |
266 | | - <li><sup>6</sup>Alex teased "Killing in the Name Of." Josh quoted "Bulls on Parade" with "Carini Now!" lyrics.</li> |
267 | | - <li><sup>7</sup>Contained quotes from "The Adventure"</li> |
268 | | - <li><sup>8</sup>Contained quotes from "Same"</li> |
| 265 | + <li><sup>7</sup>Build and jam sections only</li> |
| 266 | + <li><sup>8</sup>Featured Lee Ross on saxophone</li> |
| 267 | + <li><sup>9</sup>Equal parts Radiohead’s “Optimistic” and Phish’s “Stash”</li> |
| 268 | + <li><sup>10</sup>Incomplete. Performed in a lounge act style</li> |
269 | 269 | </ul> |
270 | 270 | </div> |
271 | 271 | </div> |
|
0 commit comments