You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract responsive breakpoint widths into constants (#5018)
* refactor: extract responsive breakpoint widths into constants
- Add BREAKPOINT_TABLET (768px) and BREAKPOINT_MOBILE (600px) constants
- Replace 5 hardcoded breakpoint values with named constants
- Improves code maintainability and prevents magic numbers
Affected lines: 769, 776, 787, 794, 856 in js/activity.js
* changing to a much verbose variable name
0 commit comments