mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-10 02:55:51 +00:00
Eliminate a few database queries on all issue and pull request pages by moving mention autocomplete data to async JSON endpoints fetched on-demand when the user types `@`. See https://github.com/go-gitea/gitea/pull/36739#issuecomment-3963184858 for the full table of affected pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
16 lines
324 B
TypeScript
16 lines
324 B
TypeScript
window.__webpack_public_path__ = '';
|
|
|
|
window.config = {
|
|
appUrl: 'http://localhost:3000/',
|
|
appSubUrl: '',
|
|
assetVersionEncoded: '',
|
|
assetUrlPrefix: '',
|
|
runModeIsProd: true,
|
|
customEmojis: {},
|
|
pageData: {},
|
|
notificationSettings: {},
|
|
enableTimeTracking: true,
|
|
mermaidMaxSourceCharacters: 5000,
|
|
i18n: {},
|
|
};
|