feat: custom background drag and drop, error reporting, better ui, new settings, fixes

This commit is contained in:
David Ralph
2022-04-24 11:42:23 +01:00
parent 194e98256f
commit 5385655b02
11 changed files with 66 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ export const REPORT_ITEM =
export const BUG_REPORT =
'https://github.com/mue/mue/issues/new?assignees=&labels=issue+report&template=bug-report.md&title=%5BBug%5D+';
export const DONATE_LINK = 'https://muetab.com/donate';
export const SENTRY_DSN = 'https://430352fd4b174d688ebd82fc85c22c58@o1217438.ingest.sentry.io/6359480';
// Mue Info
export const ORG_NAME = 'mue';