mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Added CriticalPathUtil class to compute self-time, critical path, and service breakdown for spans in distributed traces. - Introduced SpanData, SpanSelfTime, CriticalPathResult, and ServiceBreakdown interfaces for structured data handling. - Created API for fetching monitor data, including fetching all monitors, monitor details, statuses, and feeds. - Developed MonitorCard component for displaying individual monitor information. - Implemented MonitorsScreen and MonitorDetailScreen for listing and detailing monitors, respectively. - Added hooks for managing monitor data fetching and state. - Integrated navigation for monitor detail views.
OneUptime Common UI Library
The OneUptime Common UI Library is a collection of shared components, utilities that are used across the OneUptime platform. It is designed to be easy to install and use, and to be extensible. This library is built with React and TypeScript. It includes components like buttons, modals, and form elements. It also includes utilities like date formatting, and string manipulation.