diff --git a/appview/pages/templates/repo/fork.html b/appview/pages/templates/repo/fork.html index 468bf572..3ad2df29 100644 --- a/appview/pages/templates/repo/fork.html +++ b/appview/pages/templates/repo/fork.html @@ -49,7 +49,7 @@ name="repo_name" value="{{ .RepoInfo.Name }}" required - class="flex-1 dark:bg-gray-700 dark:text-white dark:border-gray-600 border border-gray-300 rounded md:rounded-r md:rounded-l-none px-3 py-2" + class="flex-1 md:rounded-r md:rounded-l-none py-2" /> @@ -64,7 +64,7 @@ value="{{ .RepoInfo.Description }}" maxlength="140" oninput="document.getElementById('fork-desc-count').textContent = this.value.length + '/140 characters'" - class="w-full dark:bg-gray-800 dark:text-white dark:border-gray-700 border border-gray-300 rounded px-3 py-2" + class="w-full py-2" placeholder="A brief description of your project..." />

{{ len .RepoInfo.Description }}/140 characters

diff --git a/appview/pages/templates/repo/new.html b/appview/pages/templates/repo/new.html index 5b1c14f6..602d3f75 100644 --- a/appview/pages/templates/repo/new.html +++ b/appview/pages/templates/repo/new.html @@ -90,7 +90,7 @@ id="name" name="name" required - class="flex-1 dark:bg-gray-700 dark:text-white dark:border-gray-600 border border-gray-300 rounded md:rounded-r md:rounded-l-none px-3 py-2" + class="flex-1 md:rounded-r md:rounded-l-none py-2" placeholder="repository-name" /> @@ -111,7 +111,7 @@ id="description" name="description" maxlength="140" - class="w-full w-full dark:bg-gray-800 dark:text-white dark:border-gray-700 border border-gray-300 rounded px-3 py-2" + class="w-full py-2" placeholder="A brief description of your project..." />

@@ -132,7 +132,7 @@ name="branch" value="main" required - class="w-full dark:bg-gray-800 dark:text-white dark:border-gray-700 border border-gray-300 rounded px-3 py-2" + class="w-full py-2" />

The primary branch where development happens. Common choices are "main" or "master". @@ -146,7 +146,7 @@ -

+
{{ range .Knots }}
+ class="btn-create-flat flex items-center gap-2"> {{ i "reply" "w-4 h-4 inline group-[.htmx-request]:hidden" }} {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} reply {{ end }} - diff --git a/appview/pages/templates/strings/fragments/form.html b/appview/pages/templates/strings/fragments/form.html index c7b48da1..69d64930 100644 --- a/appview/pages/templates/strings/fragments/form.html +++ b/appview/pages/templates/strings/fragments/form.html @@ -16,7 +16,7 @@ placeholder="Filename" required value="{{ .String.Filename }}" - class="md:max-w-64 dark:bg-gray-700 dark:text-white dark:border-gray-600 dark:placeholder-gray-400 px-3 py-2 border rounded" + class="md:max-w-64" >