Skip to content

feat: add ScrollToTop component to reset scroll position on route changes#68

Merged
hoangsonww merged 1 commit into
masterfrom
chore/prettier-format-landing
Jun 13, 2026
Merged

feat: add ScrollToTop component to reset scroll position on route changes#68
hoangsonww merged 1 commit into
masterfrom
chore/prettier-format-landing

Conversation

@hoangsonww

Copy link
Copy Markdown
Owner

Small cosmetic PR

@hoangsonww hoangsonww added this to the v2.x.x - Enhanced Release milestone Jun 13, 2026
@hoangsonww hoangsonww self-assigned this Jun 13, 2026
@hoangsonww hoangsonww added bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists labels Jun 13, 2026
@hoangsonww hoangsonww added enhancement New feature or request good first issue Good for newcomers labels Jun 13, 2026
@netlify

netlify Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploy Preview for docuthinker-ai-app canceled.

Name Link
🔨 Latest commit efb7397
🔍 Latest deploy log https://app.netlify.com/projects/docuthinker-ai-app/deploys/6a2dbe13af686400080221f8

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docuthinker-fullstack-app Ignored Ignored Jun 13, 2026 8:31pm

@hoangsonww
hoangsonww merged commit ac3c6da into master Jun 13, 2026
7 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a root-level .dockerignore file to exclude node_modules. The review feedback correctly notes that this file is ineffective because the build contexts are configured as subdirectories, and suggests placing .dockerignore files in each subdirectory using **/node_modules instead.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .dockerignore
@@ -0,0 +1 @@
node_modules

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The root-level .dockerignore file is currently ineffective because the build contexts in docker-compose.yml are set to subdirectories (e.g., ./backend). Docker only looks for .dockerignore at the root of each build context. To fix this, you should place a .dockerignore file in each subdirectory. Additionally, using **/node_modules is preferred to match nested directories.

**/node_modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

1 participant