Reference in New Issue
Block a user
Delete Branch "feat/mobile-retheme"
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?
Follow-up to #858. Dev verification showed the noConflict shim did NOT clear the
fullTextSearchTypeError (Bootstrap registers its jQuery plugins on DOMContentLoaded, after the shim ran).5afbf00— real fix. Adddata-bs-no-jqueryto<body>so Bootstrap'sgetjQuery()returns null and it registers no jQuery plugins → never clobbers Fomantic's$.fn.{dropdown,modal,tab,…}. Bootstrap'sdata-bs-*API still works. Removes the ineffectivenoconflict.ts.65019dd— navbar brand → favicon. The Gitealogo.svgin the navbar (the logo you see on the dashboard after login) now uses the admin-selected favicon (/img/favicon.svg, png fallback).e8d6451— login page logo → favicon. Replaces the 404inglogin-logo.pngwith the favicon.https://claude.ai/code/session_01D5Zxu4xRRGoh9etzgShP4P
The login page hard-coded {{AssetUrlPrefix}}/img/login-logo.png, which 404s (broken image above the sign-in card). Point it at the configured favicon (/img/favicon.svg) with a png fallback then hide, so the login page shows the actual selected site icon/branding. Adds an alt of {{AppName}}. Authored-by: Moko Consulting Claude-Session: https://claude.ai/code/session_01D5Zxu4xRRGoh9etzgShP4P