oneuptime/Common
2025-12-03 19:18:43 +00:00
..
Models feat: add subscriber notification fields and migration for postmortem 2025-12-03 19:18:43 +00:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server feat: add subscriber notification fields and migration for postmortem 2025-12-03 19:18:43 +00:00
Tests feat: refactor SCIM creation in TeamMemberService tests for improved clarity 2025-11-27 14:13:14 +00:00
Types feat: add postmortem notification system for subscribers 2025-12-03 19:03:02 +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: prevent rendering icon for non-highlighted timeline items 2025-12-03 14:41:39 +00:00
Utils feat: enhance FilePicker component with upload status management and progress tracking 2025-11-18 19:43:40 +00:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
.gitignore
jest.config.json refactor: add modulePathIgnorePatterns to jest config for build directory 2025-10-03 16:17:45 +01:00
package-lock.json chore: npm audit fix 2025-12-02 01:50:48 +00:00
package.json feat: add tsconfig-paths for improved module resolution in development 2025-11-28 21:28:19 +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.