Skip to content

feat: Update dependencies and refactor UI components for data display#40

Merged
milsman2 merged 1 commit into
mainfrom
feat/more-data-sources
Mar 4, 2026
Merged

feat: Update dependencies and refactor UI components for data display#40
milsman2 merged 1 commit into
mainfrom
feat/more-data-sources

Conversation

@milsman2

@milsman2 milsman2 commented Mar 4, 2026

Copy link
Copy Markdown
Owner

feat: Update dependencies and refactor UI components for data display

  • Updated isort dependency from version 7.0.0 to 8.0.1 in pyproject.toml.
  • Updated uv dependency from version 0.10.6 to 0.10.7 in pyproject.toml and uv.lock.
  • Updated uv_build dependency from version 0.10.6 to 0.10.7 in pyproject.toml.
  • Refactored synthwave.py to utilize new build_astro_table and build_forecast_table functions for better modularity.
  • Removed unused imports and code related to direct rendering of astronomical data in synthwave.py.
  • Added new astro_table.py and forecast_table.py modules to handle rendering of astronomical and forecast data tables respectively.
  • Updated header_panel.py to simplify header rendering logic.
  • Adjusted __init__.py to reflect the removal of synthwave_display from exports.

… data display

- Updated `isort` dependency from version 7.0.0 to 8.0.1 in `pyproject.toml`.
- Updated `uv` dependency from version 0.10.6 to 0.10.7 in `pyproject.toml` and `uv.lock`.
- Updated `uv_build` dependency from version 0.10.6 to 0.10.7 in `pyproject.toml`.
- Refactored `synthwave.py` to utilize new `build_astro_table` and `build_forecast_table` functions for better modularity.
- Removed unused imports and code related to direct rendering of astronomical data in `synthwave.py`.
- Added new `astro_table.py` and `forecast_table.py` modules to handle rendering of astronomical and forecast data tables respectively.
- Updated `header_panel.py` to simplify header rendering logic.
- Adjusted `__init__.py` to reflect the removal of `synthwave_display` from exports.
@milsman2 milsman2 merged commit a5b9777 into main Mar 4, 2026
12 checks passed
@milsman2 milsman2 deleted the feat/more-data-sources branch March 4, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant