oneuptime/Common
2025-09-03 15:41:23 +01:00
..
Models fix: Correct spelling in API endpoint routes for escalation rules 2025-09-02 21:48:54 +01:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server fix: Refactor service operations to execute sequentially with improved error handling in AlertService, IncidentService, MonitorService, and ScheduledMaintenanceService 2025-09-03 15:41:23 +01:00
Tests refactor: Remove unused mock for ProjectUserService in TeamMemberService tests 2025-08-26 16:56:52 +01:00
Types feat: Enhance proxy agent support by specifying types for httpAgent and httpsAgent in WebsiteRequest and API classes 2025-09-02 14:10:42 +01:00
Typings feat: Update no items message in Notification Logs tables to include pluralization 2025-08-12 14:57:25 +01:00
UI refactor: Enhance type safety by explicitly defining ref types and simplifying conditional checks 2025-09-02 19:58:41 +01:00
Utils feat: Enhance proxy agent support by specifying types for httpAgent and httpsAgent in WebsiteRequest and API classes 2025-09-02 14:10:42 +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: Integrate ELK for layout management in ServiceDependencyGraph and add typings for elkjs 2025-08-11 13:15:59 +01:00
package.json feat: Integrate ELK for layout management in ServiceDependencyGraph and add typings for elkjs 2025-08-11 13:15:59 +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.