Add birthday reminder notification

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-20 22:28:49 +01:00
parent 409cb3819e
commit d6f0023cc9
12 changed files with 18 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -89,3 +89,18 @@
padding-bottom: 8px !important;
}
}
.notification-birthday span[type="button"] {
&:focus,
&:hover,
&:active {
text-decoration: underline;
cursor: pointer;
}
}
.columns-area .notification-birthday {
.notification__message {
padding-top: 0;
}
}

View file

@ -391,6 +391,9 @@ If it's not documented, it's because I inherited it from Mastodon and I don't kn
mention: true,
poll: true,
reblog: true
},
birthdays: {
show: true
}
},
theme: 'azure',