Skip to content

Commit

Permalink
Re-enable changes tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 24, 2024
1 parent 0022112 commit a4c739c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/UnisonShare/Page/ProjectContributionChangesPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -790,11 +790,12 @@ view appContext projectRef contribution model =
[ TabList.tabList
[ TabList.tab "Overview" (Link.projectContribution projectRef contribution.ref)
]
(TabList.tab "Changes" (Link.projectContributionChanges projectRef contribution.ref))
(TabList.tab "Changes (beta preview)" (Link.projectContributionChanges projectRef contribution.ref))
[]
|> TabList.view
, div [ class "project-contribution-changes-page" ]
[ viewBranchDiff appContext
[ StatusBanner.info "The contribution changes page is currently in a beta preview. Stay tuned for improvements and the upcoming full release."
, viewBranchDiff appContext
projectRef
model.changedDefinitions
diff
Expand Down
3 changes: 1 addition & 2 deletions src/UnisonShare/Page/ProjectContributionOverviewPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ viewPageContent appContext projectRef updateStatus contribution mergeStatus time
TabList.tabList
[]
(TabList.tab "Overview" (Link.projectContribution projectRef contribution.ref))
[]
-- TabList.tab "Changes" (Link.projectContributionChanges projectRef contribution.ref) ]
[ TabList.tab "Changes (beta preview)" (Link.projectContributionChanges projectRef contribution.ref) ]
|> TabList.view

else
Expand Down

0 comments on commit a4c739c

Please sign in to comment.