-
Notifications
You must be signed in to change notification settings - Fork 3
Rename Recho to Recho Notebook #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a13aaf0 to
3116250
Compare
42df21a to
78cd502
Compare
78cd502 to
8168e4b
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request renames the application from "Recho" to "Recho Notebook" across the codebase, updates URLs to use a /notebook base path, and removes some deprecated build configurations.
- Updates branding from "Recho" to "Recho Notebook" throughout the application
- Introduces a BASE_PATH constant and updates asset URLs to use
/notebookprefix - Updates package dependencies to newer versions and removes unused build scripts
Reviewed Changes
Copilot reviewed 27 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates dependencies and removes deprecated build scripts |
| app/works/page.jsx | Updates page title and fixes notebook link routing |
| app/works/[id]/page.jsx | Removes edge runtime configuration |
| app/shared.js | Adds BASE_PATH constant for URL prefixing |
| app/news/page.jsx | Updates image URLs to use BASE_PATH |
| app/news/[slug]/page.jsx | Updates page title branding |
| app/layout.jsx | Updates main site title and description |
| app/examples/page.jsx | Updates page metadata branding |
| app/examples/number-input.recho.js | Updates comments to use new branding |
| app/examples/[slug]/page.jsx | Updates page title branding |
| app/examples/ExampleEditor.jsx | Updates route for duplicated notebooks |
| app/docs/*.recho.js | Updates documentation content with new branding |
| app/docs/layout.jsx | Updates docs page metadata |
| app/docs/[slug]/page.jsx | Updates page title branding |
| app/Thumbnail.jsx | Updates image URLs to use BASE_PATH |
| app/Nav.jsx | Updates navigation branding and routing |
| app/EditorPage.jsx | Updates page titles and routing throughout |
| README.md | Comprehensive update with new branding and URLs |
| CONTRIBUTING.md | Updates branding references |
Comments suppressed due to low confidence (1)
app/docs/aynchronous-operations.recho.js:1
- Filename contains a typo: 'aynchronous' should be 'asynchronous'.
/**
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
* Update API reference for recho.inspect (#169) * Rename to recho notebook * Update README * Update preview image * Rename in docs * Update title * route /notebooks -> /works * Update nav header * Add prefix /notebook * Fix format * Add runtime=edge back * Deploy with vercel
Use Vercel to host