oneuptime/Common
2024-10-02 22:10:37 +01:00
..
Models add alert services 2024-10-02 21:14:48 +01:00
Server add breadcrumbs 2024-10-02 21:48:40 +01:00
Tests Refactor UserAuthorization and Realtime; update mock implementation and add validation for tenantId 2024-09-27 14:21:47 +01:00
Types add jobs for alerts 2024-10-02 22:10:37 +01:00
Typings
UI Refactor Realtime class; replace BadDataException with no-op for missing tenantId 2024-09-27 16:51:44 +01:00
Utils Add Realtime event types and interfaces; refactor imports for consistency 2024-09-26 13:15:35 +01:00
.dockerignore
.gitignore
jest.config.json
package-lock.json refactor: Update telemetry dependencies and improve SSL ordering in StatusPageCerts job 2024-08-27 20:32:02 +01:00
package.json refactor: Update Telemetry class to import TelemetryCounter from Utils/Telemetry 2024-08-28 10:26:26 +01:00
README.md
ServiceRoute.ts refactor: Remove unused imports in ServiceRoute.ts, Index.ts, and various service files 2024-08-13 14:37:23 +01:00
test-setup.sh refactor: Update environment variable name for billing private key in test.common.yaml and test-setup.sh 2024-08-15 16:39:15 +01:00
tsconfig.json

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.