Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Conversation

@tylers-username
Copy link
Collaborator

Changes Summary

  • Adds theme/debug components: DesignDebugger and Draggable
  • Adds theme/debug unit tests: DesignDebugger Test and Draggable Test
  • Adds DesignDebugger to App.tsx
  • DesignDebugger conditionally renders based on REACT_APP_ENABLE_DESIGN_DEBUG being set

Test Changes

  1. npm install from repo root
  2. Test without design debugger: npm run start from repo root
  3. Test with design debugger: REACT_APP_ENABLE_DESIGN_DEBUG=1 npm run start from repo root
    • Any "truthy" value on REACT_APP_ENABLE_DESIGN_DEBUG should make the debugger appear

@tylers-username tylers-username linked an issue Nov 9, 2023 that may be closed by this pull request
@chadwcarlson chadwcarlson merged commit 486fc57 into main Nov 13, 2023
@chadwcarlson chadwcarlson deleted the 91-add-design-debugger branch November 13, 2023 16:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add design debugger

3 participants