Releases: unity-sds/unity-ui
Releases · unity-sds/unity-ui
Unity UI 0.8.0
What's Changed
- Create health dashboard and integrate dynamic navbar by @anilnatha in #32
- Updated home page route to be located at /home and the route / redirects to it by @anilnatha in #39
- Added health check URL to health dashboard by @anilnatha in #40
- New Features for Unity UI by @anilnatha in #41
- Add application cards to homepage for quick navigation upon login by @anilnatha in #42
- Updated router configuration to improve URL readability. URLs no longer contain router information using a hash by @anilnatha in #44
- Updated proxy name to be
ui
instead ofdashboard
by @anilnatha in #46 - Add hard coded STAC browser links by @anilnatha in #48
- Added support to report on when health API endpoint is not available in navbar and on health dashboard by @anilnatha
- Fixed clickable area of navbar menu items by @anilnatha
- Fixed health dashboard column resizer element z-index by @anilnatha
Full Changelog: 0.5.0...0.8.0
Unity-UI 0.5.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.5.0] - 2024-04-15
Added
- Added CI/CD workflow to build application as a docker image. #21
- Updated application build configuration. Stateful information has been removed from project configuration. Instead we now allow environment variables to be supplied to the container at startup which in turn get injected into the Unity UI Codebase. This is in support of moving to dynamic configuration of the application via Unity Marketplace. Related to unity-sds/unity-sds-portal#3
Fixed
- Updated Navbar CSS styling to match Figma designs #5
Changed
Removed
Security
Deprecated
Initial UI Development
- Creation of react app project using Vite
- Integration of Authentication via Cognito
- Addition of Routing
- Integration of React Stellar Navbar component
- Developed Jobs Monitoring Dashboard — currently loads static data
- Jobs Detail view (loaded via clicking a cell in jobs dashboard)
- Integration of generic web view for loading third-party user interfaces