Skip to content

Releases: unity-sds/unity-ui

Unity-UI 0.5.0

16 Apr 00:00
52deb67
Compare
Choose a tag to compare

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

28 Jun 21:11
198651a
Compare
Choose a tag to compare
  • 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