-
Notifications
You must be signed in to change notification settings - Fork 2
v 1.5.5 #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
v 1.5.5 #456
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DP-771] Add banner to Open Source and Heroku trial
- Integrated Intercom messenger SDK with environment-based toggle - Added INTERCOM_WIDGET flag (default: true) for easy enable/disable - Configured custom attributes including license key for better support - Custom attributes sent to Intercom: - is_sys_admin, is_root_admin, role_id - instance_url, license_key - Widget can be disabled for commercial customers via environment config - Increased initialization delay to ensure environment data loads 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add Intercom configuration page under System Settings > Config - Implement toggle to enable/disable Intercom widget via UI - Use DreamFactory lookup keys API for storing configuration - Remove dependency on environment variables - Widget enabled by default for new installations - Commercial customers can disable without code changes - Add custom attributes: license key, tier, version tracking - Simplify UI to match other config pages styling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Format HTML, TypeScript, and SCSS files - Ensure consistent code style across the codebase 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Updated production build with Intercom widget - Includes configuration UI components - Bundle size optimized for lazy loading 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
[DP-770] Add Intercom widget
[DP-772] Fix for Role Based Access Tab delete/update bug
[DP-775] User setup requires 16 characters, we want to update to 6
thekevinm
approved these changes
Oct 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[DP-770] Add intercom widget to df-admin-interface
[DP-771] Add banner to Open Source and Heroku trial
[DP-772] Role Based Access Tab delete/update bug
[DP-775] User setup requires 16 characters