diff --git a/apps/gitlock_core/lib/gitlock_core/infrastructure/workspace/manager.ex b/apps/gitlock_core/lib/gitlock_core/infrastructure/workspace/manager.ex index 2f4790c..fc6227c 100644 --- a/apps/gitlock_core/lib/gitlock_core/infrastructure/workspace/manager.ex +++ b/apps/gitlock_core/lib/gitlock_core/infrastructure/workspace/manager.ex @@ -358,7 +358,6 @@ defmodule GitlockCore.Infrastructure.Workspace.Manager do ["clone"] ++ Enum.flat_map(opts, fn {:depth, n} when is_integer(n) -> ["--depth", to_string(n)] - {:branch, b} when is_binary(b) -> ["--branch", b] {:single_branch, true} -> ["--single-branch"] _ -> [] end) diff --git a/apps/gitlock_phx/assets/css/landing.css b/apps/gitlock_phx/assets/css/landing.css index 20702f0..115b697 100644 --- a/apps/gitlock_phx/assets/css/landing.css +++ b/apps/gitlock_phx/assets/css/landing.css @@ -495,3 +495,17 @@ body { fill: white; } } +@keyframes fade-in { + from { + opacity: 0; + transform: translateY(10px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +.animate-fade-in { + animation: fade-in 0.5s ease-out; +} diff --git a/apps/gitlock_phx/lib/gitlock_phx_web/controllers/landing_html.ex b/apps/gitlock_phx/lib/gitlock_phx_web/controllers/landing_html.ex index f35d393..cc5358c 100644 --- a/apps/gitlock_phx/lib/gitlock_phx_web/controllers/landing_html.ex +++ b/apps/gitlock_phx/lib/gitlock_phx_web/controllers/landing_html.ex @@ -222,7 +222,7 @@ defmodule GitlockPhxWeb.LandingHTML do BETA -
+ Analyze any GitHub repository and see instant insights +
+No significant hotspots found in this repository. Great job! 🎉
+Try with any GitHub repository URL
+Example: https://github.com/phoenixframework/phoenix
+