oneuptime/Common
2024-09-24 17:27:04 +01:00
..
Models Fix formatting in schema migrations and streamline DeleteDateColumn decorator in DatabaseBaseModel 2024-09-24 17:25:49 +01:00
Server Refactor error handling in API requests to improve response clarity and reduce ambiguity in failure messages 2024-09-24 17:27:04 +01:00
Tests refactor: Enable lazy loading for images in BillingService.test.ts 2024-09-06 11:55:36 +01:00
Types Refactor queue handling by removing WorkerNotification and updating job configurations in SendReportsToSubscribers 2024-09-22 14:24:29 +01:00
Typings refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
UI Refactor FormField component to simplify toggle value initialization 2024-09-18 21:49:41 +01:00
Utils Add timeout option to API requests and update monitor configurations 2024-09-18 13:13:24 +01:00
.dockerignore
.gitignore
jest.config.json refactor: Remove moduleNameMapper for axios in jest.config.json 2024-08-07 19:52:37 -06:00
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.