{"version":3,"file":"Profile-AjlChAZK.js","sources":["../../src/lib/components/templates/Profile.svelte"],"sourcesContent":["\n\n\n\n
\n\t\n\t
\n\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t{data.user.username}@{data.user.instance}\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t

\n\t\t\t\t\t\t{$_('page.profile.projects.heading')}\n\t\t\t\t\t

\n\t\t\t\t\t{#if data?.user?.followingsMap}\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t{#each data.user.followingsMap as following}\n\t\t\t\t\t\t\t\t{#if following.type === 'Project'}\n\t\t\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\t{/if}\n\t\t\t\t\t\t\t{/each}\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t{$_('page.profile.repositories.heading')}\n\t\t\t\t\t\t

\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t{#each data.user.followingsMap as following}\n\t\t\t\t\t\t\t\t{#if following.type === 'Repository'}\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t{/if}\n\t\t\t\t\t\t\t{/each}\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t

The following is DEBUG information and will be removed in the near future.

\n\t\t\t\t\t\t\t{#if data?.user}\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tPerson\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.person, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tFollowings\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.followings, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tFollowings mapped\n\t\t\t\t\t\t\t\t\t

These are the contents of the items in the previous dump.

\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.followingsMap, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tCollaborators mapped\n\t\t\t\t\t\t\t\t\t

These are the contents of the items in the previous dump.

\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.collaboratorsMap, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tCommits\n\t\t\t\t\t\t\t\t\t

These are the contents of the items in the previous dump.

\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.commits, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tCommits mapped\n\t\t\t\t\t\t\t\t\t

These are the contents of the items in the previous dump.

\n\t\t\t\t\t\t\t\t\t
{JSON.stringify(data.user.commitsMap, null, 2)}
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t{/if}\n\t\t\t\t\t\t
\n\t\t\t\t\t{:else}\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t{$_('page.profile.projects.empty')}\n\t\t\t\t\t\t\t{@html $_('page.profile.projects.add_or_import', {\n\t\t\t\t\t\t\t\tvalues: {\n\t\t\t\t\t\t\t\t\taddElementOpen: '',\n\t\t\t\t\t\t\t\t\taddElementClose: '',\n\t\t\t\t\t\t\t\t\timportElementOpen: ``,\n\t\t\t\t\t\t\t\t\timportElementClose: ''\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t

\n\t\t\t\t\t{/if}\n\t\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t
\n\t
\n
\n"],"names":["ctx","user","followingsMap","length","i","cov_tzx4jmcr4","s","each_blocks","insert_hydration","section0","div5","div4","div3","span","append_hydration","button","data","b","locale","avatar","candidates","collaborators","filter","collaborator","f","map","candidate","items","members","people","person","find","member","id","object","flat"],"mappings":"4k3HAyHSA,CAAAA,EAAAA,GAAAA,GAAAA,EAAAA,EAAAA,CAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,MAAAA,EAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,IAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,IAAAA,EAAAA,EAAAA,IAAAA,EAAAA,CAAAA,EAAAA,IAAAA,CAAAA,GAAAA,IAAAA,GAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,GAAAA,KAAAC,KAAAC,aAAI,GAAJC,GAAAA,IAAAA,EAAAA,EAAAA,IAAAA,CAAAA,GAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,QAAAA,GAAAA,EAAAA,EAAAA,EAAAA,EAAAA,IAAAA,GAAAA,EAAAA,EAAAA,OAAAC,GAAAC,EAAAA,EAAAC,EAAAA,o5FAAAN,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,EAAAA,CAAAA,IAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,GAAAA,EAAAC,CAAAA,EAAAA,KAAAC,aAAI,MAAJC,EAAAA,IAAAA,IAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,OAAAC,mRAAAD,OAAAC,EAAAG,EAAAJ,OAAAC,GAAA,EAAAC,EAAA,EAAAC,8iBAAAH,OAAAC,GAAA,EAAAC,EAAA,EAAAC,m+UAqBAE,gNAUGA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,qxOAuCHC,EAAAC,CAAA,EAAAL,EAAA,EAAAC,2HADAI,EAAAC,CAAA,EAAAN,IAAAC,EAAA,GAAA,4FALDM,EAAAC,CAAA,EAAAR,EAAA,EAAAC,EAAA,GAAA,oFAEMQ,EAELH,EAAAI,CAAA,EAAAV,IAAAC,EAAA,GAAA,uhHAzKDU,KAAAA,GAAAX,EAAAY,EAAAA,aACAC,OAAA,GACAjB,KACAkB,CAAAA,OAAA,yMAkKA,MAAAC,GAAAf,EAAA,EAAAC,EAAA,GAAA,IAAAe,EAAgCC,OAAAC,IAAAlB,IAAAmB,EAAA,EAAA,IAAAnB,EAAA,EAAAC,gDAC1BmB,IAAAC,IAAArB,EAAA,EAAAmB,QAAAnB,IAAAC,EAAA,GAAA,IAAAoB,EAAwCC,MACxCF,EAAAA,IAAAG,IAAAvB,IAAAmB,EAAAnB,EAAAA,IAAAA,IAAAC,EAAA,GAAA,IACLuB,OAA6CC,IAAAzB,EAAA,EAAAmB,EAAAnB,EAAAA,IAAAA,EAAA,EAAAC,SAAAsB,EAAAG,KAAAC,IAAA3B,EAAA,EAAAmB,QAAAnB,EAAA,EAAAC,EAAA,GAAA,IAAAwB,EAAAG,KAAAD,EAAAE,OAAA,EAAA,IAE7CC,KAAA,CAAA"}