Skip to content

Commit 6fdbc72

Browse files
committed
refactor: remove GitHub integration section from dashboard live view
- Eliminated the GitHub integration card from the dashboard live view to streamline the layout. - Adjusted the display logic to enhance overall user experience and focus on core functionalities.
1 parent 334bc0e commit 6fdbc72

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -427,24 +427,6 @@ defmodule AlgoraWeb.Org.DashboardLive do
427427
{create_tip(assigns)}
428428
</div>
429429
</.section>
430-
431-
<.section :if={@installations == [] && 1 == 2}>
432-
<.card>
433-
<.card_header>
434-
<.card_title>GitHub Integration</.card_title>
435-
<.card_description :if={@installations == []}>
436-
Install the Algora app to enable slash commands in your GitHub repositories
437-
</.card_description>
438-
</.card_header>
439-
<.card_content>
440-
<div class="flex flex-col gap-2">
441-
<.button phx-click="install_app" class="ml-auto gap-2">
442-
<Logos.github class="w-4 h-4 mr-2 -ml-1" /> Install GitHub App
443-
</.button>
444-
</div>
445-
</.card_content>
446-
</.card>
447-
</.section>
448430
</div>
449431
</div>
450432
{sidebar(assigns)}

0 commit comments

Comments
 (0)