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
feat(providers): introduce collapsible groups and enhance auth feedback
Group connected providers into collapsible sections
- Improves organization and reduces visual clutter for many accounts.
- Allows users to expand and collapse provider lists as needed.
Add toast notifications for authentication success and failure
- Provides immediate and clear user feedback on authentication outcomes.
Display specific error messages in failure toasts
- Helps users understand reasons for authentication issues.
Add new i18n keys for auth success and OAuth callback instructions
- Supports new toast messages and future OAuth flow improvements.
Make "Add New Provider" cards fully clickable
- Enhances user experience and discoverability for connecting providers.
Optimize file grouping with `useMemo`
- Improves performance by memoizing the grouped files array.
0 commit comments