Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show which issue is selected in the sidebar
Rūdolfs Ošiņš committed 1 year ago
commit ba0293324a0c5a6ab934d07c0c089e0d6e78df7b
parent 2c0aed2b758fa7ab7621f4b3dfd6502e39dcf6dc
1 file changed +1 -1
modified src/views/repo/Issue.svelte
@@ -343,7 +343,7 @@
    <div class="issue-list">
      {#each issues as sidebarIssue}
        <Link
-
          variant="tab"
+
          variant={sidebarIssue.id === issue.id ? "active" : "tab"}
          route={{
            resource: "repo.issue",
            rid: repo.rid,