oneuptime/Common
2024-05-04 21:13:34 +01:00
..
AnalyticsModels chore: Remove unnecessary line in BaseModel.ts 2024-05-03 14:48:07 +01:00
Models Refactor BaseModel and ModelPermission classes to improve column handling 2024-04-29 14:15:11 +01:00
Tests Fix DatabaseNotConnectedException code in ExceptionCode.ts and DatabaseNotConnectedException.test.ts 2024-04-30 19:24:54 +01:00
Types refactor: Update JSONWebToken.signUserLoginToken() method to include isGlobalLogin flag 2024-05-04 21:13:34 +01:00
Typings
Utils Add LETSENCRYPT_NOTIFICATION_EMAIL configuration option 2024-04-28 13:09:23 +01:00
.dockerignore
.gitignore
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.