oneuptime/CommonUI
Simon Larsen 47bf8f9c89
refactor: Update EventItem component to dynamically apply styles based on event type
This code change updates the EventItem component to dynamically apply styles based on the event type. The classNames for the title and description elements are now generated based on the eventType prop, allowing for more flexibility in styling. This change improves the visual representation of different event types in the application.
2024-06-10 11:48:47 +01:00
..
src refactor: Update EventItem component to dynamically apply styles based on event type 2024-06-10 11:48:47 +01:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
.gitignore fix docker file 2022-12-16 13:35:59 +05:30
index.ts
jest.config.json Update fileMock.js path in jest.config.json 2023-12-13 13:43:05 +00:00
package-lock.json fix: upgrade react-big-calendar from 1.12.1 to 1.12.2 2024-06-06 03:46:25 +00:00
package.json fix: upgrade react-big-calendar from 1.12.1 to 1.12.2 2024-06-06 03:46:25 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
setupTest.js Add unit test for CommonServer and CommonUi 2023-11-26 15:08:47 -04: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.