Skip to content

Commit

Permalink
ci: automatic build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Dec 11, 2023
1 parent 8cf1eb9 commit 06ddc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6721,7 +6721,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
.player-controls {
margin-left: 4px;
}
`,Episode=({boostCount:tt,date:et,episodeTitle:nt,id:rt,isSelectedView:it=!1,imageUrl:ot,showTitle:at,type:st,text:lt,name:ct,profilePicture:ut,link:ht,sourceLink:dt,verified:pt=!1,twitterHandle:mt,className:gt="episode-wrapper",onClick:bt})=>{const yt=useDataStore(Et=>Et.selectedTimestamp),wt=!!(yt&&yt.id===rt),vt=st==="show"?at:nt,kt=st==="show"?"":at,St=["tweet","person","guest","topic"];return st?jsxRuntimeExports.jsx(EpisodeWrapper$2,{className:gt,isSelected:wt,onClick:bt,children:St.includes(st)?jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[st==="topic"&&jsxRuntimeExports.jsxs(TypeTopic,{children:[jsxRuntimeExports.jsx(HashtagIcon,{}),jsxRuntimeExports.jsx("p",{children:kt})]}),["person","guest"].includes(st)&&jsxRuntimeExports.jsx(TypePerson,{imageUrl:ot,name:ct||"",title:at||""}),st==="tweet"&&jsxRuntimeExports.jsx(TypeTweet,{date:et,imageUrl:ut,name:ct||"",text:lt||"",twitterHandle:mt,verified:pt})]}):jsxRuntimeExports.jsxs(Flex,{direction:"row",children:[!it&&jsxRuntimeExports.jsx(Flex,{align:"center",pr:16,children:jsxRuntimeExports.jsx(Avatar$1,{size:64,src:ot,type:st||""})}),jsxRuntimeExports.jsxs(Flex,{grow:1,shrink:1,children:[jsxRuntimeExports.jsxs(Flex,{align:"center",direction:"row",justify:"space-between",children:[jsxRuntimeExports.jsx(Flex,{align:"center",direction:"row",children:st&&jsxRuntimeExports.jsx(TypeBadge,{type:st})}),st==="youtube"&&dt?jsxRuntimeExports.jsx(StyledLink,{href:`${ht}?open=system`,onClick:Et=>Et.stopPropagation(),children:jsxRuntimeExports.jsx(LinkIcon,{})}):null]}),jsxRuntimeExports.jsx(Description$1,{"data-testid":"episode-description",children:vt}),jsxRuntimeExports.jsxs(Flex,{align:"center",direction:"row",justify:"flex-start",children:[!!et&&jsxRuntimeExports.jsx(Date$2,{children:hooks.unix(et).fromNow()}),!!kt&&jsxRuntimeExports.jsx(Title$1,{children:kt}),!it&&tt>0&&jsxRuntimeExports.jsx(Flex,{style:{marginLeft:"auto"},children:jsxRuntimeExports.jsx(BoostAmt,{amt:tt})})]})]})]})}):null},Description$1=styled$4(Flex)`
`,Episode=({boostCount:tt,date:et,episodeTitle:nt,id:rt,isSelectedView:it=!1,imageUrl:ot,showTitle:at,type:st,text:lt,name:ct,profilePicture:ut,sourceLink:ht,verified:dt=!1,twitterHandle:pt,className:mt="episode-wrapper",onClick:gt})=>{const bt=useDataStore(St=>St.selectedTimestamp),yt=!!(bt&&bt.id===rt),wt=st==="show"?at:nt,vt=st==="show"?"":at,kt=["tweet","person","guest","topic"];return st?jsxRuntimeExports.jsx(EpisodeWrapper$2,{className:mt,isSelected:yt,onClick:gt,children:kt.includes(st)?jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[st==="topic"&&jsxRuntimeExports.jsxs(TypeTopic,{children:[jsxRuntimeExports.jsx(HashtagIcon,{}),jsxRuntimeExports.jsx("p",{children:vt})]}),["person","guest"].includes(st)&&jsxRuntimeExports.jsx(TypePerson,{imageUrl:ot,name:ct||"",title:at||""}),st==="tweet"&&jsxRuntimeExports.jsx(TypeTweet,{date:et,imageUrl:ut,name:ct||"",text:lt||"",twitterHandle:pt,verified:dt})]}):jsxRuntimeExports.jsxs(Flex,{direction:"row",children:[!it&&jsxRuntimeExports.jsx(Flex,{align:"center",pr:16,children:jsxRuntimeExports.jsx(Avatar$1,{size:64,src:ot,type:st||""})}),jsxRuntimeExports.jsxs(Flex,{grow:1,shrink:1,children:[jsxRuntimeExports.jsxs(Flex,{align:"center",direction:"row",justify:"space-between",children:[jsxRuntimeExports.jsx(Flex,{align:"center",direction:"row",children:st&&jsxRuntimeExports.jsx(TypeBadge,{type:st})}),st==="youtube"&&ht?jsxRuntimeExports.jsx(StyledLink,{href:`${ht}?open=system`,onClick:St=>St.stopPropagation(),children:jsxRuntimeExports.jsx(LinkIcon,{})}):null]}),jsxRuntimeExports.jsx(Description$1,{"data-testid":"episode-description",children:wt}),jsxRuntimeExports.jsxs(Flex,{align:"center",direction:"row",justify:"flex-start",children:[!!et&&jsxRuntimeExports.jsx(Date$2,{children:hooks.unix(et).fromNow()}),!!vt&&jsxRuntimeExports.jsx(Title$1,{children:vt}),!it&&tt>0&&jsxRuntimeExports.jsx(Flex,{style:{marginLeft:"auto"},children:jsxRuntimeExports.jsx(BoostAmt,{amt:tt})})]})]})]})}):null},Description$1=styled$4(Flex)`
font-family: Barlow;
font-size: 13px;
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Second Brain</title>
<script type="module" crossorigin src="/assets/index-7b750120.js"></script>
<script type="module" crossorigin src="/assets/index-8d5a71c4.js"></script>
<link rel="stylesheet" href="/assets/index-9a4cd8a9.css">
</head>
<body style="background: #000">
Expand Down

0 comments on commit 06ddc2b

Please sign in to comment.