oneuptime/Common
2025-06-26 15:16:07 +01:00
..
Models fix: Correct spelling and grammatical errors across multiple files 2025-06-26 15:16:07 +01:00
Server fix: Correct spelling and grammatical errors across multiple files 2025-06-26 15:16:07 +01:00
Tests fix: Correct spelling and grammatical errors across multiple files 2025-06-26 15:16:07 +01:00
Types fix: Correct spelling and grammatical errors across multiple files 2025-06-26 15:16:07 +01:00
Typings refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
UI refactor: rename 'type' to 'fileType' in various components for consistency and clarity 2025-06-18 14:47:18 +01:00
Utils refactor: Add type annotations for improved type safety across multiple files 2025-06-26 14:24:15 +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 feat: Add moduleNameMapper for Common module path resolution in Jest config 2025-05-21 13:23:49 +01:00
package-lock.json feat: add sass as a development dependency 2025-06-09 20:48:06 +01:00
package.json feat: add sass as a development dependency 2025-06-09 20:48:06 +01:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts refactor: Clean up code formatting and improve readability across multiple files 2025-04-23 13:18:51 +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 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.