feat: ability to manage subtasks #40
| @@ -41,8 +41,8 @@ pub(crate) fn CategoryCalendarPage() -> Element { | |||||||
|                                             .format_localized( |                                             .format_localized( | ||||||
|                                                 format!( |                                                 format!( | ||||||
|                                                     "%A %-d. %B{}",  |                                                     "%A %-d. %B{}",  | ||||||
|                                                     if date_current.year() != today_date.year() {" %Y"}  |                                                     if date_current.year() != today_date.year() | ||||||
|                                                     else {""} |                                                     {" %Y"} else {""} | ||||||
|                                                 ).as_str(), |                                                 ).as_str(), | ||||||
|                                                 Locale::en_US |                                                 Locale::en_US | ||||||
|                                             ) |                                             ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user