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: openstax/os-webview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d79405cd97bcf84bba95c445b71621b204a3f6df
Choose a base ref
...
head repository: openstax/os-webview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e22610cef0a06c9a2e627a5184463a485f1362b0
Choose a head ref
  • 4 commits
  • 32 files changed
  • 3 contributors

Commits on Oct 29, 2025

  1. CORE-1287: Port remaining book details page modules from JS to TS (#2786

    )
    
    * Port remaining book details page modules from JS to TS
    
    Converted all remaining JavaScript files in src/app/pages/details to TypeScript:
    
    Desktop view modules:
    - desktop-view.js → desktop-view.tsx
    - details-tab.js → details-tab.tsx
    - videos-tab.js → videos-tab.tsx
    - partners.js → partners.tsx
    - import-*.js → import-*.ts
    
    Phone view modules:
    - phone-view.js → phone-view.tsx
    - details-pane.js → details-pane.tsx
    - student-resources-pane.js → student-resources-pane.tsx
    - instructor-resources-pane.js → instructor-resources-pane.tsx
    
    All conversions follow TypeScript best practices:
    - Avoided using 'any' type
    - Preferred 'type' to 'interface'
    - Used type inference where possible
    - Inline type definitions for function parameters
    - Line lengths kept under 120 characters
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Port remaining book details page modules from JS to TS
    
    Converted all remaining JavaScript files in src/app/pages/details to TypeScript:
    
    Desktop view modules:
    - desktop-view.js → desktop-view.tsx
    - details-tab.js → details-tab.tsx
    - videos-tab.js → videos-tab.tsx
    - partners.js → partners.tsx
    - import-*.js → import-*.ts
    
    Phone view modules:
    - phone-view.js → phone-view.tsx
    - details-pane.js → details-pane.tsx
    - student-resources-pane.js → student-resources-pane.tsx
    - instructor-resources-pane.js → instructor-resources-pane.tsx
    
    All conversions follow TypeScript best practices:
    - Avoided using 'any' type
    - Preferred 'type' to 'interface'
    - Used type inference where possible
    - Inline type definitions for function parameters
    - Line lengths kept under 120 characters
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Revert to JS (loaders)
    
    Co-Authored-By: Claude <[email protected]>
    
    * Lint clean
    
    * Test coverage
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    Co-authored-by: Roy Johnson <[email protected]>
    3 people authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    15caea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f6d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb522d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e22610c View commit details
    Browse the repository at this point in the history
Loading