oneuptime/Common
2026-01-09 13:58:15 +00:00
..
Models refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
Tests style: Update Badge and SideMenuItem components for improved styling and responsiveness 2025-12-29 19:04:30 +00:00
Types refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
Typings feat: Update no items message in Notification Logs tables to include pluralization 2025-08-12 14:57:25 +01:00
UI fix: update iconColor prop type to include undefined 2026-01-09 08:46:21 +00:00
Utils feat: Add Service Owners, Settings, Side Menu, Telemetry Services, and Traces pages 2026-01-09 13:53:21 +00:00
.dockerignore
.gitignore
jest.config.json test: Skip database-dependent test suites and update mock configurations 2025-12-16 19:18:28 +00:00
package-lock.json chore: npm audit fix 2026-01-09 01:58:08 +00:00
package.json feat: Add repository field to package.json files across the project 2025-12-11 21:31:52 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts feat(telemetry): add new Telemetry service (OTel, Syslog, Fluent, Metrics, Traces) and unified ingestion pipeline 2025-11-07 21:36:47 +00: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 Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

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.