oneuptime/Common
2025-09-30 13:13:45 +01:00
..
Models refactor: rename UserTwoFactorAuth to UserTotpAuth and update related services, APIs, and models 2025-09-30 13:02:32 +01:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server feat: Add UserWebAuthnAPI routes for authentication verification and update API paths 2025-09-30 13:13:45 +01:00
Tests refactor: Simplify API call syntax and improve code readability across multiple files 2025-09-19 22:37:25 +01:00
Types feat: Update ComplianceRuleType enum values for consistency and clarity 2025-09-23 13:19:49 +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: rename UserTwoFactorAuth to UserTotpAuth and update related services, APIs, and models 2025-09-30 13:02:32 +01:00
Utils refactor: update UserWebAuthnAPI and UserWebAuthnService for improved type definitions and clarity 2025-09-30 13:06:46 +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: Update package-lock.json to add new dependencies for testing and TypeScript 2025-09-29 21:40:34 +01:00
package.json feat: Add WebAuthn support for two-factor authentication 2025-09-29 12:54:44 +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.