Skip to content

Add shared site footer and include app.js on intake form pages#8

Open
harbourviewcompany-create wants to merge 1 commit into
mainfrom
codex/update-footer-and-script-inclusion
Open

Add shared site footer and include app.js on intake form pages#8
harbourviewcompany-create wants to merge 1 commit into
mainfrom
codex/update-footer-and-script-inclusion

Conversation

@harbourviewcompany-create
Copy link
Copy Markdown
Owner

Motivation

  • Ensure the intake pages use the same shared footer content as other site pages for consistent messaging about owner-supplied materials.
  • Load the shared client script so common client-side behavior is available on all form pages.
  • Keep HTML closing structure consistent across pages for predictable DOM order and scripts.

Description

  • Inserted the shared <footer class="site-footer"> block (matching start-a-project.html) into fix-list-builder.html, maintenance-plans.html, and inspection-report-repairs.html immediately after </main>.
  • Added <script src="/assets/app.js"></script> to each of those pages directly after the footer and before </body>.
  • Preserved the closing order on each page as </main><footer class="site-footer">…<script src="/assets/app.js"></script></body>.

Testing

  • Verified the updated files contain the footer and script in the expected order by inspecting their contents with file listing and line-numbered views; the checks succeeded.
  • Confirmed only the three requested pages were modified by comparing file diffs; the diff check succeeded.
  • No automated unit tests were applicable to these static HTML edits.

Codex Task

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Warning

Rate limit exceeded

@harbourviewcompany-create has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 54 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 10870e8c-8367-4b78-9d93-fbc0ed802126

📥 Commits

Reviewing files that changed from the base of the PR and between 6e00de5 and a285c00.

📒 Files selected for processing (3)
  • fix-list-builder.html
  • inspection-report-repairs.html
  • maintenance-plans.html

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for wurx-can ready!

Name Link
🔨 Latest commit a285c00
🔍 Latest deploy log https://app.netlify.com/projects/wurx-can/deploys/6a0d2261c4171d00089e69d2
😎 Deploy Preview https://deploy-preview-8--wurx-can.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for wurx-otta ready!

Name Link
🔨 Latest commit a285c00
🔍 Latest deploy log https://app.netlify.com/projects/wurx-otta/deploys/6a0d2261aac4eb000820f4e0
😎 Deploy Preview https://deploy-preview-8--wurx-otta.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant