Oliver-ai-bot_2.0/frontend/lib/hooks
Vadym Samoilenko 96ecc59f0f feat: add open_as_popup mode for slash commands requiring MS auth
Microsoft MSAL redirect flow is blocked in iframes by browsers.
When open_as_popup is enabled, the command opens a real browser
popup window (window.open) instead of an iframe modal — MSAL auth
works correctly there.

- Migration 018_slash_popup: add open_as_popup boolean column
- Admin UI: new checkbox with explanation, purple Popup badge in list
- chat-input: if open_as_popup, calls window.open() centered on screen
  instead of showing IframeModal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 19:05:11 +00:00
..
useAnnouncements.ts feat: add notification bell with feature announcements 2026-03-06 18:49:52 +00:00
useSlashCommands.ts feat: add open_as_popup mode for slash commands requiring MS auth 2026-03-06 19:05:11 +00:00