-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: add telegram & gitter social links #5069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,5 +61,21 @@ | |
| @isSocialLink={{true}} | ||
| @inputId="patreon" /> | ||
| </div> | ||
| <div class="field"> | ||
| <label>{{t 'Gitter'}}</label> | ||
| <Widgets::Forms::LinkInput | ||
| @segmentedLink={{this.socials.segmentedGitterUrl}} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does not exist
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do you mean?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. segmentedGitterUrl does not exist |
||
| @linkName="gitter" | ||
| @isSocialLink={{true}} | ||
| @inputId="gitter" /> | ||
| </div> | ||
| <div class="field"> | ||
| <label>{{t 'Telegram'}}</label> | ||
| <Widgets::Forms::LinkInput | ||
| @segmentedLink={{this.socials.segmentedTelegramUrl}} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does not exist |
||
| @linkName="telegram" | ||
| @isSocialLink={{true}} | ||
| @inputId="telegram" /> | ||
| </div> | ||
| <button class="ui teal button" type="submit">{{t 'Save'}}</button> | ||
| </form> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add them below