Skip to content
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

feat: add telegram & gitter social links #5069

Merged
merged 2 commits into from
Sep 16, 2020

Conversation

progmatic-99
Copy link
Contributor

Requires this PR

Fixes #5022

@vercel
Copy link

vercel bot commented Sep 14, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/jqi8me7xv
✅ Preview: https://open-event-frontend-git-fork-progmatic-99-fix-issue-5022.eventyay.vercel.app

@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #5069 into development will increase coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #5069      +/-   ##
===============================================
+ Coverage        22.68%   22.79%   +0.10%     
===============================================
  Files              488      489       +1     
  Lines             5183     5173      -10     
  Branches            21       35      +14     
===============================================
+ Hits              1176     1179       +3     
+ Misses            4003     3989      -14     
- Partials             4        5       +1     
Impacted Files Coverage Δ
app/controllers/application.js 46.15% <0.00%> (-53.85%) ⬇️
app/components/public/session-item.js 22.22% <0.00%> (-17.78%) ⬇️
app/components/forms/wizard/basic-details-step.js 18.98% <0.00%> (-2.54%) ⬇️
app/mixins/event-wizard.js 1.05% <0.00%> (ø)
app/controllers/events/view.js 0.00% <0.00%> (ø)
app/routes/public/session/view.js 0.00% <0.00%> (ø)
app/components/forms/wizard/attendee-step.js 0.00% <0.00%> (ø)
app/components/forms/wizard/sponsors-step.js 0.00% <0.00%> (ø)
app/components/forms/wizard/other-details-step.js 0.00% <0.00%> (ø)
.../components/forms/wizard/sessions-speakers-step.js 0.00% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0e991a...03f77aa. Read the comment docs.

<div class="field">
<label>{{t 'Gitter'}}</label>
<Widgets::Forms::LinkInput
@segmentedLink={{this.socials.segmentedGitterUrl}}
Copy link
Member

Choose a reason for hiding this comment

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

This does not exist

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What do you mean?
Is it not appearing on the front-end ?

Copy link
Member

Choose a reason for hiding this comment

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

segmentedGitterUrl does not exist

<div class="field">
<label>{{t 'Telegram'}}</label>
<Widgets::Forms::LinkInput
@segmentedLink={{this.socials.segmentedTelegramUrl}}
Copy link
Member

Choose a reason for hiding this comment

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

This does not exist

@@ -108,6 +108,8 @@ export default ModelBase.extend({
segmentedFacebookUrl : computedSegmentedLink.bind(this)('facebookUrl'),
segmentedInstagramUrl : computedSegmentedLink.bind(this)('instagramUrl'),
segmentedPatreonUrl : computedSegmentedLink.bind(this)('patreonUrl'),
segmentedGitterUrl : computedSegmentedLink.bind(this)('gitterUrl'),
segmentedTelegramUrl : computedSegmentedLink.bind(this)('telegramUrl'),
Copy link
Member

Choose a reason for hiding this comment

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

Add them below

@iamareebjamal iamareebjamal changed the title add telegram & gitter social links feat: add telegram & gitter social links Sep 16, 2020
@auto-label auto-label bot added the feature label Sep 16, 2020
@iamareebjamal iamareebjamal merged commit 55dfc6e into fossasia:development Sep 16, 2020
@mariobehling
Copy link
Member

Thanks. There is still a small issue though. As soon as I enter the link "https://" switches to "https". So, the links do not work due to missing "://".

@progmatic-99 progmatic-99 deleted the fix-issue-5022 branch November 11, 2020 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Gitter and Telegram to footer and admin pages
3 participants