botui/ui
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
..
embedded style: Format vibe.html for better readability 2026-03-01 22:36:15 -03:00
minimal fix: resolve infinite WebSocket reconnection loop 2026-02-25 10:15:47 -03:00
public/themes WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
shared - Spliting from botserver. 2025-12-03 18:42:22 -03:00
suite Fix window maximization and suggestion button visibility issues 2026-03-02 18:05:47 -03:00