Add birthday reminder notification
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
409cb3819e
commit
d6f0023cc9
12 changed files with 18 additions and 0 deletions
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/components/birthday_reminders.js
Normal file
BIN
app/soapbox/components/birthday_reminders.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/ui/components/birthdays_modal.js
Normal file
BIN
app/soapbox/features/ui/components/birthdays_modal.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue