📝 add documentation link to event suggestion page#4903
Draft
0AgentSmith wants to merge 5 commits into
Draft
Conversation
add helper link (DE/EN) to suggest event page
MrKrisKrisu
requested changes
Jun 21, 2026
implement HelpPageLink.vue
MrKrisKrisu
requested changes
Jun 21, 2026
| {{ trans('contribute.suggest_event.description') }} | ||
| </p> | ||
|
|
||
| <p class="mb-6 text-sm opacity-80"> |
Member
| </p> | ||
|
|
||
| <p class="mb-6 text-sm opacity-80"> | ||
| <i18n-t keypath="contribute.suggest_event.wiki_hint" scope="global"> |
Member
There was a problem hiding this comment.
<i18n-t> is a component from vue-i18n, which is not installed in this project. This project uses laravel-vue-i18n so everything here is ignored.
Comment on lines
+13
to
+18
| <HelpPageLink | ||
| help-page="/features/events/" | ||
| class="link link-primary font-semibold" | ||
| > | ||
| {{ trans('contribute.suggest_event.wiki_link_text') }} | ||
| </HelpPageLink> |
Member
There was a problem hiding this comment.
Please run prettier after your changes (see failing tests).
0AgentSmith
marked this pull request as draft
June 21, 2026 20:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds German and English link to help pages.
Links are dynamically selected based on the user's language via
getActiveLanguage():