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: NUKnightLab/StoryMapJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: storage-error-handling
Choose a base ref
...
head repository: NUKnightLab/StoryMapJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 7, 2026

  1. add support mailto link to storage and backend errors

    Adds "Report this error to the Knight Lab" mailto link to all backend
    errors that include error_detail, particularly storage errors. Link
    pre-fills email with user ID, storymap ID, error details, and browser
    info. Also reduces modal whitespace to ensure link is visible without
    scrolling.
    
    Changes:
    - Enhanced format_error() to show report link when error_detail present
    - Updated format_report_link() to include user ID and storymap ID
    - Modified show_error() to accept and pass error_detail parameter
    - Updated all save/publish/create callbacks to pass error_detail
    - Reduced error modal padding, margins, and font sizes for compact display
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    scott2b and claude committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    d197523 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #496 from NUKnightLab/error-link

    add support mailto link to storage and backend errors
    scott2b authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    54e2dfe View commit details
    Browse the repository at this point in the history
Loading