feat(home): drop calendar card — drawer entry is enough
Remove the "this month" card from the home menu; the calendar stays reachable from the drawer and the /calendar route is unchanged. Also drop the now-unused calendar.homeSubtitle i18n key (en/es/pt/ast) and regenerate slang.
This commit is contained in:
parent
68b04ea409
commit
aec14f6518
10 changed files with 2 additions and 24 deletions
|
|
@ -94,9 +94,6 @@ class Translations$calendar$en {
|
|||
/// en: 'This month'
|
||||
String get title => 'This month';
|
||||
|
||||
/// en: 'What to sow and do now'
|
||||
String get homeSubtitle => 'What to sow and do now';
|
||||
|
||||
/// en: 'This month'
|
||||
String get filterChip => 'This month';
|
||||
|
||||
|
|
@ -2146,7 +2143,6 @@ extension on Translations {
|
|||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'calendar.title' => 'This month',
|
||||
'calendar.homeSubtitle' => 'What to sow and do now',
|
||||
'calendar.filterChip' => 'This month',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nothing noted for ${month}.',
|
||||
'app.title' => 'Tanemaki',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue