Commit Graph

10 Commits

Author SHA1 Message Date
dd2f7edf92 fix: Update URL prefix for Airflow 3 compatibility and adjust base path in Vite config 2025-05-10 19:51:51 +00:00
c5576acb19 fix: Update menu link href for Airflow 3 compatibility in MarkdownViewPlugin 2025-05-10 11:20:04 +00:00
6b3716b62d fix: Update URL prefix for FastAPI app in MarkdownViewPlugin 2025-05-10 11:16:01 +00:00
946399e474 python package structure fixes 2025-05-10 11:15:54 +00:00
4e7bc0aef4 feat: Add hatch as a development dependency in pyproject.toml 2025-05-10 10:15:14 +00:00
92a2b09bf2 fix: Clean up imports and formatting in hatch_build.py and markdown_view_plugin.py 2025-05-10 10:12:51 +00:00
831c6051ea python module structure changes 2025-05-10 10:12:04 +00:00
8c4442fb00 react 3 2025-05-10 07:45:54 +00:00
e046623d68 fix: Clean up whitespace and formatting in various files 2025-05-10 07:11:40 +00:00
e6d03a2c2e feat: Add Markdown View Plugin with React and Chakra UI
- Implemented main application structure with App and View components.
- Integrated React Markdown for rendering Markdown content.
- Added API function to fetch Markdown content from the backend.
- Created a custom Chakra UI theme to align with Airflow's design.
- Configured Vite for building the application with appropriate asset paths.
- Included a sample Markdown file for initial content display.
- Set up TypeScript configuration for better development experience.
2025-05-10 06:50:25 +00:00