Improved dashboard

This commit is contained in:
Eduard Urbach 2017-07-16 01:59:05 +02:00
parent 9cdbb3f8a8
commit 1a77183737
2 changed files with 27 additions and 17 deletions

View File

@ -62,6 +62,15 @@ component Dashboard(schedule []*arn.UpcomingEpisode, posts []arn.Postable, sound
Icon("video-camera") Icon("video-camera")
span ... span ...
.widget.mountable
h3.widget-title Reviews
for i := 1; i <= 5; i++
.widget-element
.widget-element-text
Icon("book")
span ...
.widget.mountable .widget.mountable
h3.widget-title Groups h3.widget-title Groups
@ -114,34 +123,25 @@ component Dashboard(schedule []*arn.UpcomingEpisode, posts []arn.Postable, sound
//- Icon("github") //- Icon("github")
//- span GitHub //- span GitHub
.footer .footer.text-center
span Anime Notifier span.footer-element Anime Notifier
span |
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") a.footer-element(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener")
Icon("microphone") Icon("microphone")
span Discord span Discord
span |
a(href="https://www.facebook.com/animenotifier", target="_blank", rel="noopener") a.footer-element(href="https://www.facebook.com/animenotifier", target="_blank", rel="noopener")
Icon("facebook") Icon("facebook")
span Facebook span Facebook
span | a.footer-element(href="https://twitter.com/animenotifier", target="_blank", rel="noopener")
a(href="https://twitter.com/animenotifier", target="_blank", rel="noopener")
Icon("twitter") Icon("twitter")
span Twitter span Twitter
span | a.footer-element(href="https://plus.google.com/+AnimeReleaseNotifierOfficial", target="_blank", rel="noopener")
a(href="https://plus.google.com/+AnimeReleaseNotifierOfficial", target="_blank", rel="noopener")
Icon("google-plus") Icon("google-plus")
span Google+ span Google+
span | a.footer-element(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener")
a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener")
Icon("github") Icon("github")
span GitHub span GitHub

View File

@ -9,4 +9,14 @@
align-items center align-items center
.schedule-item-date .schedule-item-date
text-align right text-align right
.footer-element
:after
content " | "
color text-color
opacity 0.5
:last-child
:after
display none