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 Nov 23, 2023
1 parent 3c5d96c commit 3860343
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 @@ -6503,7 +6503,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,verified:dt=!1,twitterHandle:pt,className:mt="episode-wrapper",onClick:gt})=>{const yt=useDataStore(St=>St.selectedTimestamp),bt=!!(yt&&yt.id===rt),wt=st==="show"?at:nt,xt=st==="show"?"":at,kt=["tweet","person","guest","topic"];return jsxRuntimeExports.jsxs(EpisodeWrapper$2,{className:mt,isSelected:bt,onClick:gt,children:[st&&kt.includes(st)&&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()}),!!xt&&jsxRuntimeExports.jsx(Title,{children:xt}),!it&&tt>0&&jsxRuntimeExports.jsx(Flex,{style:{marginLeft:"auto"},children:jsxRuntimeExports.jsx(BoostAmt,{amt:tt})})]})]})]}),st==="topic"&&jsxRuntimeExports.jsxs(TypeTopic,{children:[jsxRuntimeExports.jsx(HashtagIcon,{}),jsxRuntimeExports.jsx("p",{children:xt})]}),["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})]})},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,link:ht,verified:dt=!1,twitterHandle:pt,className:mt="episode-wrapper",onClick:gt})=>{const yt=useDataStore(St=>St.selectedTimestamp),bt=!!(yt&&yt.id===rt),wt=st==="show"?at:nt,xt=st==="show"?"":at,kt=["tweet","person","guest","topic"];return jsxRuntimeExports.jsx(EpisodeWrapper$2,{className:mt,isSelected:bt,onClick:gt,children:st&&!kt.includes(st)?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()}),!!xt&&jsxRuntimeExports.jsx(Title,{children:xt}),!it&&tt>0&&jsxRuntimeExports.jsx(Flex,{style:{marginLeft:"auto"},children:jsxRuntimeExports.jsx(BoostAmt,{amt:tt})})]})]})]}):jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[st==="topic"&&jsxRuntimeExports.jsxs(TypeTopic,{children:[jsxRuntimeExports.jsx(HashtagIcon,{}),jsxRuntimeExports.jsx("p",{children:xt})]}),["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})]})})},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-02bc9458.js"></script>
<script type="module" crossorigin src="/assets/index-6ed94fe2.js"></script>
<link rel="stylesheet" href="/assets/index-9a4cd8a9.css">
</head>
<body style="background: #000">
Expand Down

0 comments on commit 3860343

Please sign in to comment.