Files
sim/apps/sim/ee
Waleed 04434ddf68 fix(modals): consistent text colors and workspace delete confirmation (#4017)
* fix(modals): consistent text colors, copy, and workspace delete confirmation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(modal): replace useEffect with render-time state reset

Replace useEffect anti-pattern for resetting confirmation text with
React's recommended "adjusting state during render" pattern. This
ensures stale text is never painted and avoids an extra render cycle.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 11:41:31 -07:00
..

Sim Enterprise Edition

This directory contains enterprise features that require a Sim Enterprise subscription for production use.

Features

  • SSO (Single Sign-On): OIDC and SAML authentication integration
  • Access Control: Permission groups for fine-grained user access management
  • Whitelabeling: Custom branding and theming for enterprise deployments

Licensing

See LICENSE for terms. Development and testing use is permitted. Production deployment requires an active Enterprise subscription.

Architecture

Enterprise features are imported directly throughout the codebase. The ee/ directory is required at build time. Feature visibility is controlled at runtime via environment variables (e.g., NEXT_PUBLIC_ACCESS_CONTROL_ENABLED, NEXT_PUBLIC_SSO_ENABLED).