fix(auth): sign-in logo uses logo.svg (login-logo.png was 404) #821
Closed
jmiller
wants to merge 1 commits from
feature/fix-login-logo into dev
pull from: feature/fix-login-logo
merge into: :dev
:main
:dev
:rc
:feature/deploy-thin-trigger
:fix/apimetadata-npm-fields
:feature/deploy-templates-mokogit-paths
:feature/847-metadata-api-apimetadata-struct-does-not
:feature/835-align-theme-fab-a11y-toolbar-behavior-cs
:feature/836-add-terms-of-service-language-for-mokogi
:feature/837-create-mokogit-privacy-policy-separate-j
:feature/838-actions-deploy-dev-run-creation-intermit
:feature/832-wiki-page-slugs-get-a-stray-trailing-suf
:feature/822-login-retheme-mokoai-mold
:feature/fix-login-logo
:feature/secret-scanning
:feature/727-org-level-branch-protection-is-stored-bu
:feature/725-enforce-dot-prefixed-repositories-are-al
:feature/723-feat-issue-and-pull-request-voting-upvot
:feature/722-cleanup-and-standardization-of-issue-tem
:feature/738-expand-openapi-spec-mcp-tooling-for-org-
:feature/747-add-a-dedicated-system-api-automation-bo
:feature/746-auto-add-the-actions-bot-to-the-ci-cd-te
:feature/745-org-default-teams-add-protected-option-b
:feature/744-feat-let-issue-templates-set-mokogitea-f
:worktree-agent-acb0cede999748165
:fix/rebrand-wiki-docs
:feature/749-release-notes-from-a-curated-release-not
:worktree-agent-a5b50d10bab2beaac
:feature/760-per-client-org-sweep-audit-client-mokosu
:feature/759-audit-client-extension-repos-for-stale-m
:feat/vnext
:fix/org-wiki
:rc/v1.26.1-moko.06.07.02
:rc/v1.26.1-moko.06.07.03
:rc/v1.26.1-moko.06.07.01
:rc/v1.26.1-moko.06.07
:rc/v1.26.1-moko.06.06.02
:rc/v1.26.1-moko.06.06.01
:rc/v1.26.1-moko.06.06
:rc/v1.26.1-moko.06.05.01
:rc/v1.26.1-moko.06.05
:rc/v1.26.1-moko.06.04
:rc/v1.26.1-moko.06.03
:rc/05.06.00
:rc/05.03.03
:rc/04.01.00
:rc/05.03.02
:rc/05.03.01
:rc/05.03.00
:rc/05.01.00
:rc/05.02.02
:rc/05.02.01
:rc/05.01.01
:rc/05.02.00
:rc/05.01.02
:rc/05.03.04
:rc/05.03.05
:rc/05.03.06
:rc/05.03.08
:rc/05.04.00
:rc/05.05.00
No Reviewers
Labels
Clear labels
breaking-change
ci-cd
config
dependencies
deploy-failure
docker
documentation
feature: wiki
good first issue
health-check
help wanted
mokostandards
push-failure
security
size/l
size/m
size/s
size/xl
size/xs
standards-drift
standards-update
sync-failure
tech-debt
upstream
upstream
work-in-progress
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Breaking API or behavior change
CI/CD pipeline changes
Configuration changes
Dependency updates
Deployment failed
Docker/container changes
Documentation changes
Wiki system enhancements
Good for newcomers
Repo health check result
Extra attention needed
Related to MokoStandards framework
Git push operation failed
Security vulnerability or hardening
200-500 lines changed
50-200 lines changed
10-50 lines changed
500+ lines changed
< 10 lines changed
Deviates from MokoStandards
MokoStandards compliance update
Sync or mirror failed
Technical debt and TODO/FIXME items
Inherited from upstream Gitea
Draft or incomplete work
Something is not working
This issue or pull request already exists
New feature
Need some help
Something is wrong
More information is needed
This won't be fixed
No labels
Priority
-
Type
-
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MokoConsulting/MokoGIT#821
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "feature/fix-login-logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the missing sign-in logo.
templates/user/auth/signin_inner.tmplreferenced/assets/img/login-logo.png— a file that is never shipped (404) — so the sign-in page showed no logo (theonerrorhandler just hid the broken image). Switched to the existinglogo.svg(200) with alogo.pngfallback + alt text, matchingtemplates/base/head_navbar.tmpl.Not changed (deliberately): the sign-in a11y/theme-toggle icons render blank on
git.dev— but that is deploy staleness, not a code bug. Font Awesome 7 is already vendored (web_src/css/vendor/fontawesome/) and@imported inweb_src/css/index.css:6; the icons render on current code.git.devshows them blank only because that container runs the stalestable-395image (pre-theme). Fix = deploy current dev (see #816), not a template change — a "re-embed FA" PR would be redundant and would break prod (stable-439) where FA already loads.Testing: sign-in page shows the MokoGIT logo; falls back to logo.png if svg unavailable.
Superseded by #823 (login retheme), which absorbs this same logo fix (login-logo.png -> logo.svg) and edits the same signin_inner.tmpl. Closing to avoid a merge conflict; the logo fix lives on in #823.
Pull request closed