odaneau-astro opened a new pull request, #55789: URL: https://github.com/apache/airflow/pull/55789
This PR implements a UI playground similar to Chakra UI to display all UI components in a single page. This page will help review UI styling and formatting and measure WCAG accessibility scores. In the future, the page could also be used to help users configure custom themes and color palettes. In local development, it can be accessed at http://localhost:28080/playground. Components added: - Playground.tsx - Main playground page - ColorPaletteSection.tsx - Color palette matrix display - ButtonsCodeSection.tsx - Button variations and code examples - FormsInputsSection.tsx - Form controls and input examples - ProgressTaskStatesSection.tsx - Progress bars and task states - ChartsGanttSection.tsx - Chart.js integration with proper theming - GraphSection.tsx - ReactFlow graph visualization - BadgesAvatarsSection.tsx - Badge and avatar components - ModalDialog.tsx - Modal and dialog examples - TableOfContents.tsx - Navigation with expand/collapse controls - forms/ - Individual form component examples <img width="1920" height="7918" alt="playground-preview" src="https://github.com/user-attachments/assets/fb947ce7-84c6-4dd7-947d-532e9ec074a5" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
