Logo
Explore Help
Register Sign In
Dockery/Homarr
1
0
Fork 0
You've already forked Homarr
mirror of https://github.com/ajnart/homarr.git synced 2026-02-28 09:21:00 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
021bb48e1a03b1aef5b5029ac2dde19845cbd3ea
Homarr/packages/widgets/src/errors/base.ts

12 lines
312 B
TypeScript
Raw Normal View History

feat: add pi hole summary integration (#521) * feat: add pi hole summary integration * feat: add pi hole summary widget * fix: type issues with integrations and integrationIds * feat: add middleware for integrations and improve cache redis channel * feat: add error boundary for widgets * fix: broken lock file * fix: format format issues * fix: typecheck issue * fix: deepsource issues * fix: widget sandbox without error boundary * chore: address pull request feedback * chore: remove todo comment and created issue * fix: format issues * fix: deepsource issue
2024-05-26 17:13:34 +02:00
import type { TablerIcon } from "@tabler/icons-react";
import type { stringOrTranslation } from "@homarr/translation";
export abstract class ErrorBoundaryError extends Error {
public abstract getErrorBoundaryData(): {
icon: TablerIcon;
message: stringOrTranslation;
showLogsLink: boolean;
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 71ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API