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
fix(popup): resolve custom select init timing issue and improve UX
- Use `await` for `chrome.tabs.query` to ensure active platform is set before initializing the custom select.
- Initialize custom select only after platform value is resolved.
- Remove `e.isTrusted` check in `custom-select.ts` to allow programmatic change events.
- Update `updateUITexts` to dynamically translate `<select>` options.
- Add `youtubeShorts` translation key to i18n (ar, en, types).
- Enable save button as a trigger when no platform is selected.
- Stop event propagation on save click to prevent dropdown from instantly closing.
- Adjust custom select header spacing in `styles.css` for better alignment.
0 commit comments