oneuptime/CommonUI
Simon Larsen 7339f4873b
feat: Add lazy loading for images in SettingsRoutes
Update SettingsRoutes to include lazy loading for images in the telemetry ingestion key view. This improves page load performance by loading images only when they are in the viewport.

Files modified:
- Dashboard/src/Routes/SettingsRoutes.tsx
2024-08-01 15:38:31 -06:00
..
src feat: Add lazy loading for images in SettingsRoutes 2024-08-01 15:38:31 -06: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 make accounts project 2022-05-13 11:50:24 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
package-lock.json feat: Add support for two-factor authentication in user profile 2024-07-26 19:55:40 -06:00
package.json feat: Add support for two-factor authentication in user profile 2024-07-26 19:55:40 -06: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.