Summary
Modernize the desktop frontend styling and component layer by upgrading to Tailwind CSS 4 and adopting Ant Design for interactive UI controls.
Scope
- Upgrade Tailwind and PostCSS integration to the CSS-first Tailwind 4 setup.
- Add an Ant Design theme bridge for the existing semantic light/dark palette.
- Replace native buttons, inputs, selects, switches, dialogs, popovers, confirmations, and feedback messages with Ant Design components.
- Keep Tailwind utilities for application layout and semantic surface styling.
- Reorganize Settings around user-facing categories: General, AI and agents, Knowledge processing, Connections and sync, and System.
- Preserve responsive behavior at the desktop minimum window size.
Acceptance criteria
Summary
Modernize the desktop frontend styling and component layer by upgrading to Tailwind CSS 4 and adopting Ant Design for interactive UI controls.
Scope
Acceptance criteria
button,input,textarea, orselectcontrols remain.confirm()andalert()calls are replaced with themed Ant Design feedback.npm run lintandnpm run buildpass.