eigent/scripts/design-token-usage.allowlist
Douglas 175e62a72e feat(report-bug): add diagnostics export and email report flow
Replace the top-bar support dropdown with a report bug dialog that packages diagnostics, prepares bug metadata, and opens a prefilled support email while keeping cancel as a no-op. This also updates docs/locales and adds a regression test for canceled saves.

Made-with: Cursor
2026-04-23 14:10:32 +01:00

15 lines
808 B
Text

# Whole-file skips for scripts/check-design-token-usage.mjs (run: npm run check:design-token-usage).
# Prefer design tokens or a line-level // ds:allow-hardcoded-color comment.
# List a path only when the file must contain raw colors by design (whole module is the exception).
#
# WordCarousel — default marketing gradient uses fixed brand hex; pass `gradient` for token-based styling.
src/components/ui/WordCarousel/WordCarousel.tsx
#
# Terminal — @xterm/xterm ITheme requires hex strings for theme colors.
src/components/Terminal/index.tsx
#
# Install progress bar (src/components/ui/progress-install.tsx) and similar: use CSS vars only — no entry needed.
#
# Electron shell surfaces use fixed native colors in preload HTML and BrowserWindow options.
electron/main/index.ts
electron/preload/index.ts