Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: IntelliBridge/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 163 files changed
  • 3 contributors

Commits on Jul 15, 2025

  1. feat(frontend): disable light theme and enforce dark theme only

    Updated theme configuration to remove light theme option and set dark theme as default.
    - Modified appearance form to disable light theme selection
    - Updated theme colors and favicon assets for dark theme
    - Added package-lock.json for frontend dependencies
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ericlunadco and claude committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    a99f246 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ericlunadco/feat/disable-light-theme-upstream

    feat(frontend): disable light theme and enforce dark theme only
    sflanker authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    ed50ed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. feat: rename project from Coder to Workbench throughout UI

    This change updates all user-visible text from "Coder" to "Workbench"
    across the entire UI while preserving technical references, filenames,
    and variable names.
    
    Key changes:
    - Updated page titles and application name fallback
    - Changed CLI installation page text
    - Updated welcome messages and deployment settings
    - Modified template embedding and system tooltips
    - CoderIcon title updated to "Workforce logo"
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ericlunadco and claude committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    7e49c3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ericlunadco/feat/rename-coder-to-workbench

    feat: rename project from Coder to Workbench throughout UI
    ericlunadco authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    fbf0d72 View commit details
    Browse the repository at this point in the history
  3. feat: replace "Coder Technologies, Inc" with "Workforce" throughout c…

    …odebase
    
    Update company name in copyright notices and metadata across frontend components, installer scripts, and Helm charts to reflect new branding.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ericlunadco and claude committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    21f4464 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from ericlunadco/feat/replace-coder-technologie…

    …s-with-workforce
    
    feat: replace "Coder Technologies, Inc" with "Workforce" throughout codebase
    ericlunadco authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    93ee4b8 View commit details
    Browse the repository at this point in the history
Loading