Skip to content

🐛 Fix footer links in new UI#4884

Draft
0AgentSmith wants to merge 6 commits into
Traewelling:developfrom
0AgentSmith:fix-footer-links
Draft

🐛 Fix footer links in new UI#4884
0AgentSmith wants to merge 6 commits into
Traewelling:developfrom
0AgentSmith:fix-footer-links

Conversation

@0AgentSmith

Copy link
Copy Markdown
Contributor

Should fix #4883

Modified to include source code and licence links
Modified to include source code and licence links
Modified to include source code and licence links
Fixed: add GER phrase, delete ENG phrase
@0AgentSmith 0AgentSmith changed the title Fix footer links in new UI 🐛 Fix footer links in new UI Jun 14, 2026
@0AgentSmith

Copy link
Copy Markdown
Contributor Author

Wenn v-html und URLs in i18n jsons zu bad practice sind, bitte Bescheid sagen, dann lass ich mir was anderes einfallen

Comment thread lang/de.json
"footer.legal": "Legal",
"footer.services": "Services",
"footer.source": "Quellcode lizenziert unter AGPLv3.",
"footer.source": "<a href=\"https://github.com/traewelling/traewelling\" target=\"_blank\" class=\"link link-hover\">Quellcode</a> lizenziert unter <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\" class=\"link link-hover\">AGPLv3</a>.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte HTML in den Language Files vermeiden. v-html macht uns angreifbar für XSS und sollte vorher sanitized werden.

Comment thread lang/en.json
"footer.legal": "Legal",
"footer.services": "Services",
"footer.source": "Source code licensed under AGPLv3.",
"footer.source": "<a href=\"https://github.com/traewelling/traewelling\" target=\"_blank\" class=\"link link-hover\">Source code</a> licensed under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\" class=\"link link-hover\">AGPLv3</a>.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte HTML in den Language Files vermeiden. v-html macht uns angreifbar für XSS und sollte vorher sanitized werden.

@0AgentSmith
0AgentSmith marked this pull request as draft June 15, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quellcode- und Lizenz-Link im Footer ohne Funktion

2 participants