Back to Blocks

Changes made to
Claude Terminal
Loading...
PXL-863Done
Urgent
š Simplify home view bottom actions
b2-heraui/ux
The home view currently has multiple buttons at the bottom that clutter the interface. This streamlines the bottom area to show just one clear action - creating a new meal.
Ahmed KhalafJan 11, 2026, 4:06 AM
Implementation Complete
Changes made to DayViewController.swift
Modified ActionButtonsTableViewCell class:
- āRemoved
logFoodActioncallback - No longer needed - āRemoved
logFoodButton- The "Log Food" text button removed - āChanged
newMealButton- Now displays a plus icon instead of "New Meal" text, with circular/capsule glass style (52x52 size) - āAdded
dividerView- Subtle horizontal separator line (0.5pt,.separatorcolor at 50% opacity) above the button - āChanged stack layout - From horizontal (side-by-side buttons) to vertical (divider on top, centered button below)
Also removed cell.logFoodAction assignments in two places where the cell is configured.
Visual change:
BEFORE:
āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā
ā Log Food ā ā New Meal ā
āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā
AFTER:
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā Divider
āāāāā
ā + ā
āāāāā
Created Jan 6, 2026, 12:24 PM | Updated Jan 12, 2026, 1:52 PM