1 line
No EOL
6.5 KiB
Text
1 line
No EOL
6.5 KiB
Text
{"version":3,"file":"MainMenuDetails-W4Mevj8A.js","sources":["../../src/lib/components/molecules/MainMenuDetails.svelte"],"sourcesContent":["<!--\nMain menu details molecule.\nCopyright (C) 2024 André Jaenisch\nSPDX-FileCopyrightText: 2024 André Jaenisch\nSPDX-License-Identifier: AGPL-3.0-or-later\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\n-->\n\n<script>\n\timport { _ } from 'svelte-i18n';\n\timport {\n\t\tChevronDown24,\n\t\tCode24,\n\t\tCommentDiscussion24,\n\t\tFileDirectory24,\n\t\tGitBranch24,\n\t\tGitCommit24,\n\t\tGitPullRequest24,\n\t\tIssueOpened24,\n\t\tListUnordered24,\n\t\tPerson24,\n\t\tPersonAdd24,\n\t\tRepo24,\n\t\tTag24,\n\t\tTriangleDown24\n\t} from 'svelte-octicons';\n</script>\n\n<div class=\"flex -mx-2\">\n\t<div\n\t\tclass=\"flex flex-1 gap-2 bg-surface-50-900-token border-surface-300-600-token drop-shadow p-2\"\n\t>\n\t\t<Repo24 fill=\"currentColor\" />\n\t\t<span class=\"text-primary-600 semibold flex-1 self-center\"> Project Name </span>\n\t\t<TriangleDown24 fill=\"currentColor\" />\n\t</div>\n</div>\n<div class=\"flex flex-col -mt-6\">\n\t<div\n\t\tclass=\"flex flex-col bg-white dark:bg-black border-surface-300-600-token rounded-border px-4\"\n\t>\n\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t<Code24 fill=\"currentColor\" />\n\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t>{$_('page.profile.menu.details.repository')}</span\n\t\t\t>\n\t\t\t<ChevronDown24 fill=\"currentColor\" />\n\t\t</div>\n\t\t<div class=\"flex flex-col ps-4\">\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<FileDirectory24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.files')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<GitBranch24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.branches')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<GitCommit24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.commits')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<Tag24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.tags')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t<IssueOpened24 fill=\"currentColor\" />\n\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t>{$_('page.profile.menu.details.issues')}</span\n\t\t\t>\n\t\t\t<span class=\"text-surface-500-400-token text-center bg-secondary-200 rounded-full min-w-6\"\n\t\t\t\t>2</span\n\t\t\t>\n\t\t</div>\n\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t<GitPullRequest24 fill=\"currentColor\" />\n\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t>{$_('page.profile.menu.details.merge_requests')}</span\n\t\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"text-surface-500-400-token text-center bg-secondary-200 rounded-full min-w-6 self-baseline\"\n\t\t\t\t>2</span\n\t\t\t>\n\t\t</div>\n\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t<Person24 fill=\"currentColor\" />\n\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t>{$_('page.profile.menu.details.people')}</span\n\t\t\t>\n\t\t\t<ChevronDown24 fill=\"currentColor\" />\n\t\t</div>\n\t\t<div class=\"flex flex-col ps-4\">\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<PersonAdd24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.roles')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t\t<CommentDiscussion24 fill=\"currentColor\" />\n\t\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t\t>{$_('page.profile.menu.details.moderation')}</span\n\t\t\t\t>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"flex gap-4 bg-white dark:bg-black\">\n\t\t\t<ListUnordered24 fill=\"currentColor\" />\n\t\t\t<span class=\"text-surface-500-400-token -mb-2 flex-1\"\n\t\t\t\t>{$_('page.profile.menu.details.overview')}</span\n\t\t\t>\n\t\t\t<ChevronDown24 fill=\"currentColor\" />\n\t\t</div>\n\t</div>\n</div>\n"],"names":["t12_value","cov_23yrpihr50","s","ctx","t31_value","insert_hydration","target","div1","anchor","append_hydration","div0","span0","div15","div8","div13","div11","b","current","dirty","set_data","t12","t31"],"mappings":"yjyDAiDMA,IAAAC,EAAA,EAAAC,EAAAC,CAAAA,IAAAA,EAAA,CAAA,EAAA,oCAAyC,iYAiCzCC,IAAAH,EAAA,EAAAC,EAAAC,EAAAA,IAAAA,EAAA,CAAA,EAAA,kCAAqC,owTAhEzCE,GAQWC,EAAAC,EAAAC,CAAA,EAAAP,EAAA,EAAAC,EAAA,GAAA,IAPXO,EAMQF,EAAAG,CAAA,EAAAT,EAAA,EAAAC,EAAA,GAAA,MAFKO,EAAAA,EAAAA,IAAAA,EAAAA,IAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAC,EAAAC,CAAA,EAAAV,EAAAC,EAAAA,+EAIbG,uBACAI,kuBAyCKG,EAAAC,CAAA,EAAAZ,EAAA,EAAAC,EAAA,GAAA,+gBAsBDY,EAAAC,CAAA,EAAAd,EAAA,EAAAC,EAAA,GAAA,4QAUAO,GAAAA,EAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,oeApDAR,EAAAe,EAAAA,EAAAC,CAAAA,EAAAA,CAAAA,KAAAA,CAAAA,IAAAhB,EAAAe,EAAAA,EAAAE,CAAAA,EAAAA,CAAAA,IAAAA,EAAAjB,MAAAA,EAAAe,EAAAA,EAAAhB,CAAAA,EAAAA,CAAAA,IAAAA,MAAAA,GAAAG,EAAA,CAAA,EAAA,oCAAyC,EAAAF,MAAAA,EAAAe,EAAAA,EAAAf,CAAAA,EAAAA,CAAAA,IAAAA,EAAAC,EAAAA,EAAAiB,GAAAA,IAAAA,EAAAC,GAAApB,EAAA,GAAAC,EAAA,EAAAe,EAAAf,CAAAA,EAAAA,CAAAA,IAAAA,EAAAC,EAAAA,2tBAiCzC,GAAA,IAAAD,EAAA,EAAAe,EAAA,EAAA,EAAA,CAAA,KAAA,CAAAC,IAAAhB,EAAA,EAAAe,EAAA,EAAA,EAAA,CAAA,IAAAE,EAAA,MAAAjB,EAAA,EAAAe,EAAA,EAAA,EAAA,CAAA,IAAAZ,MAAAA,GAAAD,EAAA,CAAA,EAAA,kCAAqC,EAAA,MAAAF,EAAA,EAAAe,EAAA,EAAA,EAAA,CAAA,IAAAf,EAAA,EAAAC,EAAA,GAAA,IAAAiB,EAAAE,GAAAjB,EAAA,GAAAH,EAAA,EAAAe,EAAA,EAAA,EAAA,CAAA,IAAAf,EAAA,EAAAC,EAAA,GAAA"} |