Skip to content

feat: Add voice feature to pronounce names

Arijit Kundu requested to merge arijitk/people-of-gnome:audio-feature into master

Fixes

  • #45 (closed) - Add voice feature to help people learn how to pronounce names

audio_sample

  • Limit events badges to 4 in events page

Screenshot_2021-08-07_at_10.26.46_PM

  • No entries bug board of directors (I remember it now, why I removed = in !59 (merged))

Whenever gnomeMembers.length is 1 - which is currently incase of Boards of directors page now, amountOfContributors becomes 0 as it's amountOfContributors = gnomeMembers.length - 1 & since the condition was before:

if (amountOfContributors <= 0) {
    jQuery('.gnome-members-list').append('<span class="text-muted"><strong>No entries found.</strong></span>');
}

I removed = operator.

Merge request reports