oneuptime/Common
2024-04-22 20:41:36 +01:00
..
AnalyticsModels Refactor import statements and update component types in multiple files 2024-04-22 20:41:36 +01:00
Models Fix formatting and remove unnecessary code 2024-03-12 11:33:08 +00:00
Tests Refactor color variables in BrandColors.test.ts to use updated hex codes 2024-04-16 13:29:41 +01:00
Types Refactor SpanUtil class and JSONFunctions class 2024-04-22 20:19:35 +01:00
Typings fix lint. 2022-06-27 21:42:46 +01:00
Utils Update ObjectUtil to use GlobalObject type 2024-04-03 20:59:31 +01:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
.gitignore fix ignore files 2022-04-24 20:20:53 +01:00
jest.config.json Update Jest configurations for test coverage 2023-11-22 10:55:09 +00:00
package-lock.json fix: upgrade reflect-metadata from 0.2.1 to 0.2.2 2024-04-19 02:31:24 +00:00
package.json fix: upgrade reflect-metadata from 0.2.1 to 0.2.2 2024-04-19 02:31:24 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts Update API route from DashboardApiRoute to AppApiRoute 2023-12-29 13:50:17 +00: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.