botui/ui/suite/js
Rodrigo Rodriguez (Pragmatismo) 48d773c0b3
All checks were successful
BotUI CI / build (push) Successful in 2m43s
Fix window maximization and suggestion button visibility issues
- Fix window title hidden behind minibar when maximized
  - Adjust window top position to account for 28px minibar height
  - Adjust window height calculation to account for minibar
  - Set maximized window z-index to 9998 (below minibar's 9999)

- Remove transparency from chat window
  - Change window-header background from rgba to solid white
  - Remove backdrop-filter blur effect
  - Add explicit opacity rules to prevent transparency

- Hide background content when window is maximized
  - Add 'window-maximized' class to body when window is maximized
  - Add CSS rules to hide sidebar, desktop icons, and other background elements

- Hide initial suggestion buttons when dynamic suggestions displayed
  - Add 'has-suggestions' class to footer when suggestions are rendered
  - Add CSS rule to hide .quick-action-chip buttons when footer has 'has-suggestions' class
  - Update CSS version parameter to force cache reload
2026-03-02 18:05:47 -03:00
..
vendor feat: Add Phase 1 Code Editor UI component 2026-03-02 07:26:36 -03:00
api-client.js feat(api-client): add centralized API client with auth token injection 2026-01-10 11:47:54 -03:00
auth-service.js Update: UI files and add error-reporter.js 2026-02-04 13:54:26 -03:00
base.js feat: Hide omnibox and apps menu based on product configuration 2026-01-29 23:56:00 -03:00
chat-agent-mode.js Clean up mock Vibe UI 2026-02-26 12:40:44 -03:00
css-loader.js fix(slides): remove duplicate cacheElements/bindEvents functions causing null error 2026-01-12 14:05:06 -03:00
editor.js feat: Add Phase 1 Code Editor UI component 2026-03-02 07:26:36 -03:00
error-reporter.js WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
home.js refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00
htmx-app.js fix: resolve infinite WebSocket reconnection loop 2026-02-25 10:15:47 -03:00
i18n.js fix(i18n): Invalidate cache to fix placeholder translations 2026-02-14 20:05:28 +00:00
security-bootstrap.js WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
suite_app.js feat(ui): implement Window Manager desktop shell based on BUILD V3 design 2026-02-24 19:02:48 -03:00
theme-manager.js fix(theme): map sentient css variables properly to avoid black boxes on light themes 2026-02-28 13:28:56 -03:00
window-manager.js Fix window maximization and suggestion button visibility issues 2026-03-02 18:05:47 -03:00