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

fix login modal not shown and "Show More" and capitalize string #711

Merged
merged 3 commits into from
Dec 4, 2016

Conversation

66eli77
Copy link
Contributor

@66eli77 66eli77 commented Dec 4, 2016

vue2's new characteristic about how to handle click event, see here for detail vuejs/vue#3253

Also vue2 does not support template filters anymore, details see here vuejs/vue#2756
but for capitalizing string, we should use css solution instead.

@codecov-io
Copy link

codecov-io commented Dec 4, 2016

Current coverage is 67.51% (diff: 100%)

Merging #711 into vue2 will not change coverage

@@               vue2       #711   diff @@
==========================================
  Files           136        136          
  Lines          5131       5131          
  Methods         280        280          
  Messages          0          0          
  Branches        601        601          
==========================================
  Hits           3464       3464          
  Misses         1607       1607          
  Partials         60         60          

Powered by Codecov. Last update a2d2bed...55819e7

@66eli77 66eli77 changed the title fix login modal not shown fix login modal not shown and capitalize string Dec 4, 2016
@66eli77 66eli77 changed the title fix login modal not shown and capitalize string fix login modal not shown and "Show More" and capitalize string Dec 4, 2016
@@ -307,6 +307,7 @@
border-radius: 40px
font-size: 0.875em
display: inline-block
text-transform: capitalize;

This comment was marked as spam.

This comment was marked as spam.

@indirectlylit indirectlylit merged commit 145c7f2 into learningequality:vue2 Dec 4, 2016
@@ -2,13 +2,13 @@

<!--TODO: VUE2 UNTESTED -->
<div>
<nav-bar-item v-if="loggedIn" tabindex="0" @click="toggleDropdown" @keyup.enter="toggleDropdown">
<nav-bar-item v-if="loggedIn" tabindex="0" @click.native="toggleDropdown" @keyup.enter="toggleDropdown">

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

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.

4 participants