- Issue created by @hhvardan
- 🇦🇲Armenia hhvardan
Tabs now automatically switch to an accordion layout when the screen width drops below a configurable breakpoint. The breakpoint is set to 768px by default but can be adjusted in the module’s configuration.
The issue is ready for review. - Issue was unassigned.
- Status changed to Needs review
3 months ago 10:00am 11 March 2025 - 🇦🇲Armenia hhvardan
Made the following improvements/issue fixes:
- Added plus/minus icon toggle for accordion headers.
- Added logic to switch icons using .hidden and .visible classes on open/close.
- Active tab and accordion states were not synced during screen resizing.