Improvements to FD MealPlanner integration

- Detailed nutrition facts are now shown on the menu item view
- Fixed The College Grind not having a "View Menu" button (IDs were mapped incorrectly)
- Menu items are now sorted alphabetically
- "Allergens" section now hidden on the menu item view if the item contains no allergens
- Duplicate items will no longer be added to the menu item list, so no more issues with items randomly appearing and disappearing (thanks FD MealPlanner for having duplicates in the first place)
This commit is contained in:
2025-11-10 01:58:23 -05:00
parent c7639de06b
commit 85aa9e636d
6 changed files with 95 additions and 12 deletions

View File

@@ -20,6 +20,6 @@ let tCtoFDMPMap: [Int: (Int, Int)] = [
441: (11, 11), // Loaded Latke
38: (12, 12), // Midnight Oil
26: (14, 4), // RITZ
9041: (18, 17), // The College Grind
35: (18, 17), // The College Grind
24: (15, 14), // The Commons
]