-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5218 from fjordllc/feature/display_loading_github…
…_grass_on_dashboard ダッシュボードのGithubの草にローディング中の表示がされるようにした
- Loading branch information
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@keyframes loadingNow | ||
0% | ||
opacity: .5 | ||
opacity: .4 | ||
100% | ||
opacity: 1 | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
.a-card | ||
.card-header.is-sm | ||
h2.card-header__title GitHub | ||
|
||
.user-grass | ||
= link_to user_github_url(user), target: '_blank', rel: 'noopener', class: 'user-grass__link' do | ||
.js-github-grass(data-name="#{user.github_account}") | ||
= image_tag('loading/github-grass-loading.svg', class: 'user-grass__image is-loading js-user-grass__loading') |