oneuptime/CommonUI
Simon Larsen 9866919873
feat: Add new icons for NoSignal and EyeSlash
This commit adds two new icons, NoSignal and EyeSlash, to the IconProp enum. It also includes the necessary code changes in the Icon component to render these icons. These icons will be used in the Monitor SideMenu to represent monitors with all probes disconnected and monitors with all probes disabled, respectively.
2024-07-03 16:55:31 +01:00
..
src feat: Add new icons for NoSignal and EyeSlash 2024-07-03 16:55:31 +01:00
.dockerignore
.gitignore
index.ts
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
package-lock.json fix: upgrade @opentelemetry/resources from 1.24.1 to 1.25.0 2024-06-28 06:07:03 +00:00
package.json fix: upgrade @opentelemetry/resources from 1.24.1 to 1.25.0 2024-06-28 06:07:03 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
setupTest.js refactor: Update import statement for jest in setupTest.js 2024-06-14 13:40:33 +01:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

OneUptime Common Library

The OneUptime Common 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.