oneuptime/Common
2025-07-30 16:28:53 +01:00
..
Models haraka delete 2025-07-25 09:07:09 +01:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server refactor: enhance type annotations for better clarity in queue processing methods 2025-07-30 16:28:53 +01:00
Tests fix tests 2025-07-21 15:15:58 +01:00
Types refactor: Clean up whitespace in various components for improved readability 2025-07-30 12:08:53 +01:00
Typings refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
UI refactor: Update getNestedValue function signature for improved type safety in Detail and TableRow components 2025-07-30 13:57:23 +01:00
Utils fix: Add missing commas in API class method signatures for consistency 2025-07-01 15:12: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 refactor: Remove lodash and its type definitions from package dependencies 2025-07-30 12:48:19 +01:00
package.json refactor: Remove lodash and its type definitions from package dependencies 2025-07-30 12:48:19 +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.