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: code100x/daily-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: code100x/daily-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: production
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    12eb77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4755004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05b2c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e82228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc707af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    720a8d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb35a78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e7ac5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa7a860 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13af2cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b633c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. fix: fetch missing Notion descendants after normalizing nested shape

    notion-client's getPage walks the raw recordMap to find missing
    descendants, but Notion's API now wraps blocks in an extra value.value
    layer — so the walk reads block.value.content (undefined) and stops at
    the root. Toggle children and other nested blocks were never fetched,
    which is why toggles expanded to empty content.
    
    Extract a fetchNotionPage helper that disables the broken traversal,
    normalizes the shape, then manually walks the tree and fetches missing
    ids via getBlocks until complete.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    hkirat and claude committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    b21a2f9 View commit details
    Browse the repository at this point in the history
Loading