oneuptime/Common
2024-10-31 18:31:45 +00:00
..
Models Refactor MonitorTestService and MonitorTest model 2024-10-29 16:59:07 +00:00
Server Refactor MonitorTest table to remove "lastMonitoringLog" column and add "monitorStepProbeResponse" and "isInQueue" columns 2024-10-29 18:04:36 +00:00
Tests Refactor DashboardService to include DashboardViewConfig 2024-10-23 13:07:47 +01:00
Types Refactor GetHeightOfDashboardComponent and GetWidthOfDashboardComponent functions 2024-10-31 18:31:45 +00:00
Typings
UI Refactor IconProp enum and add new icons: Bold, Italic, and Underline 2024-10-30 18:45:58 +00:00
Utils Refactor DashboardToolbar component to adjust margins and spacing 2024-10-31 17:21:25 +00: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 CategoryCheckbox component to remove unnecessary array cloning 2024-10-23 12:56:10 +01:00
package.json fix: Common/package.json & Common/package-lock.json to reduce vulnerabilities 2024-10-15 06:03:43 +00: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.