-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: code100x/daily-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: production
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 7 files changed
- 2 contributors
Commits on Apr 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 12eb77d - Browse repository at this point
Copy the full SHA 12eb77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4755004 - Browse repository at this point
Copy the full SHA 4755004View commit details -
Configuration menu - View commit details
-
Copy full SHA for d05b2c1 - Browse repository at this point
Copy the full SHA d05b2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e82228 - Browse repository at this point
Copy the full SHA 3e82228View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc707af - Browse repository at this point
Copy the full SHA fc707afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720a8d8 - Browse repository at this point
Copy the full SHA 720a8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb35a78 - Browse repository at this point
Copy the full SHA cb35a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7ac5a - Browse repository at this point
Copy the full SHA 9e7ac5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa7a860 - Browse repository at this point
Copy the full SHA aa7a860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13af2cd - Browse repository at this point
Copy the full SHA 13af2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b633c9b - Browse repository at this point
Copy the full SHA b633c9bView commit details
Commits on Apr 15, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b21a2f9 - Browse repository at this point
Copy the full SHA b21a2f9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...production