Added profile placeholders
This commit is contained in:
parent
efcd77cb99
commit
8a99e67370
@ -5,7 +5,7 @@ services:
|
|||||||
image: animenotifier/notify.moe
|
image: animenotifier/notify.moe
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
network_mode: bridge
|
network_mode: host
|
||||||
ports:
|
ports:
|
||||||
- "443:4001"
|
- "443:4001"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -29,6 +29,17 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
|
|||||||
each character in characters
|
each character in characters
|
||||||
.mountable(data-mountable-type="character")
|
.mountable(data-mountable-type="character")
|
||||||
CharacterSmall(character, user)
|
CharacterSmall(character, user)
|
||||||
|
|
||||||
|
//- People
|
||||||
|
.profile-section
|
||||||
|
h3.profile-column-header.mountable(data-mountable-type="favorites") People
|
||||||
|
p.no-data.mountable(data-mountable-type="favorites") Nothing here yet.
|
||||||
|
|
||||||
|
//- Quotes
|
||||||
|
.profile-section
|
||||||
|
h3.profile-column-header.mountable(data-mountable-type="favorites") Quotes
|
||||||
|
p.no-data.mountable(data-mountable-type="favorites") Nothing here yet.
|
||||||
|
|
||||||
//- Posts
|
//- Posts
|
||||||
.profile-column.profile-activity.mountable(data-mountable-type="column")
|
.profile-column.profile-activity.mountable(data-mountable-type="column")
|
||||||
.profile-section
|
.profile-section
|
||||||
|
Loading…
Reference in New Issue
Block a user