Skip to content

Commit

Permalink
chore(app): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 28, 2024
1 parent 2487138 commit ea76829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
13 changes: 0 additions & 13 deletions app/lib/common/widgets/drug_list/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,6 @@ class DrugList extends HookWidget {
childrenPadding: EdgeInsets.zero,
children: allDrugsList,
),
// if (!currentlyExpanded) Padding(
// key: Key('other-hidden-instruction'),
// padding: EdgeInsets.symmetric(horizontal: PharMeTheme.smallSpace),
// child: Text(
// context.l10n.search_page_expand_help(
// otherDrugsHeaderText.toLowerCase(),
// ),
// style: PharMeTheme.textTheme.bodySmall!.copyWith(
// fontStyle: FontStyle.italic,
// color: PharMeTheme.subheaderColor,
// ),
// ),
// ),
],
if (activeDrugsList == null) ...allDrugsList,
];
Expand Down
9 changes: 0 additions & 9 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@
"@search_page_tooltip_search_no_class": {},
"search_page_filter_label": "Filter by guideline result",
"@search_page_filter_label": {},
"search_page_expand_help": "Expand list to view {listName}.",
"@search_page_expand_help": {
"placeholders": {
"listName": {
"type": "String",
"example": "other medications"
}
}
},
"search_page_indicator_explanation": "Taking medications with an {indicatorName} ({indicator}) can interact with your results for other medications",
"@search_page_indicator_explanation": {
"placeholders": {
Expand Down

0 comments on commit ea76829

Please sign in to comment.