Cleanup
This commit is contained in:
@ -124,6 +124,12 @@ component Anime(anime *arn.Anime)
|
||||
//- if providers.Nyaa && providers.Nyaa.episodes !== undefined
|
||||
//- span(class=providers.Nyaa.episodes === 0 ? "entry-error" : "entry-ok")= providers.Nyaa.episodes + " eps"
|
||||
|
||||
h3.anime-section-name Tracks
|
||||
p Coming soon.
|
||||
|
||||
h3.anime-section-name Artwork
|
||||
p Coming soon.
|
||||
|
||||
h3.anime-section-name Reviews
|
||||
p Coming soon.
|
||||
|
||||
|
@ -52,27 +52,27 @@ component Dashboard(posts []*arn.Post)
|
||||
.dashboard-widget
|
||||
h3 Follow
|
||||
|
||||
a.dashboard-event(href="https://discord.gg/0kimAmMCeXGXuzNF")
|
||||
a.dashboard-event(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener")
|
||||
.dashboard-event-text
|
||||
Icon("microphone")
|
||||
span Discord
|
||||
|
||||
a.dashboard-event(href="https://www.facebook.com/animenotifier")
|
||||
a.dashboard-event(href="https://www.facebook.com/animenotifier", target="_blank", rel="noopener")
|
||||
.dashboard-event-text
|
||||
Icon("facebook")
|
||||
span Facebook
|
||||
|
||||
a.dashboard-event(href="https://twitter.com/animenotifier")
|
||||
a.dashboard-event(href="https://twitter.com/animenotifier", target="_blank", rel="noopener")
|
||||
.dashboard-event-text
|
||||
Icon("twitter")
|
||||
span Twitter
|
||||
|
||||
a.dashboard-event(href="https://plus.google.com/+AnimeReleaseNotifierOfficial")
|
||||
a.dashboard-event(href="https://plus.google.com/+AnimeReleaseNotifierOfficial", target="_blank", rel="noopener")
|
||||
.dashboard-event-text
|
||||
Icon("google-plus")
|
||||
span Google+
|
||||
|
||||
a.dashboard-event(href="https://github.com/animenotifier/notify.moe")
|
||||
a.dashboard-event(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener")
|
||||
.dashboard-event-text
|
||||
Icon("github")
|
||||
span GitHub
|
@ -22,7 +22,7 @@ func Get(ctx *aero.Context) string {
|
||||
var threads []*arn.Thread
|
||||
var animeList *arn.AnimeList
|
||||
|
||||
aero.Async(func() {
|
||||
aero.Parallel(func() {
|
||||
user = utils.GetUser(ctx)
|
||||
}, func() {
|
||||
animeList = viewUser.AnimeList()
|
||||
|
@ -60,7 +60,6 @@ animation cover-animation
|
||||
filter brightness(35%) blur(0)
|
||||
|
||||
.profile-image
|
||||
border-radius 3px
|
||||
object-fit cover
|
||||
width 100%
|
||||
height auto
|
||||
@ -68,6 +67,9 @@ animation cover-animation
|
||||
.image-container
|
||||
flex 1
|
||||
max-width 275px
|
||||
max-height 275px
|
||||
border-radius 3px
|
||||
overflow hidden
|
||||
|
||||
.intro-container
|
||||
vertical
|
||||
|
Reference in New Issue
Block a user