oneuptime/Common
2024-08-21 13:10:46 +01:00
..
Models refactor: Add incomingRequestMonitorHeartbeatCheckedAt property to MonitorView and Summary components 2024-08-19 16:17:07 +01:00
Server feat: Add Bull Board for monitoring and managing queues 2024-08-20 21:59:26 +01:00
Tests refactor: Update PostgresAppInstance to use static methods and properties 2024-08-20 17:37:45 +01:00
Types Update XAxisOptions interface to include a formatter function 2024-08-20 16:19:14 +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 XAxisOptions interface to include a formatter function 2024-08-21 13:10:46 +01:00
Utils refactor: Add incomingRequestMonitorHeartbeatCheckedAt property to MonitorView and Summary components 2024-08-19 16:17:07 +01: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 Merge branch 'master' into tremor-graphs-refactor 2024-08-20 22:04:56 +01:00
package.json Merge branch 'master' into tremor-graphs-refactor 2024-08-20 22:04:56 +01:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
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 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.