Skip to content

feat: implement prettier configuration and format codebase - #173

Merged
arghya29 merged 1 commit into
arghya29:devfrom
rohitkumarnaidu:feat/prettier-dev
Jul 26, 2026
Merged

feat: implement prettier configuration and format codebase#173
arghya29 merged 1 commit into
arghya29:devfrom
rohitkumarnaidu:feat/prettier-dev

Conversation

@rohitkumarnaidu

Copy link
Copy Markdown
Contributor

Resolves #155

Recreating this PR to target the \dev\ branch instead of \main, as requested by the maintainers. This adds the Prettier configuration and formats the entire codebase in a single PR.

/label ELUSOC

Copilot AI review requested due to automatic review settings July 25, 2026 19:20
@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

@rohitkumarnaidu is attempting to deploy a commit to the Arghya's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 128 files, which is 28 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ec7230f0-1026-4e5a-8528-12ceed91c331

📥 Commits

Reviewing files that changed from the base of the PR and between cbecb58 and 229b791.

📒 Files selected for processing (128)
  • .codecov.yml
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/feature_request.md
  • .github/ISSUE_TEMPLATE/good_first_issue.md
  • .github/pull_request_template.md
  • .prettierignore
  • ARCHITECTURE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • README.md
  • __tests__/e2e/core-flows.spec.ts
  • __tests__/unit/activity-pagination.test.ts
  • __tests__/unit/builder-delete.test.ts
  • __tests__/unit/chart-data.test.ts
  • __tests__/unit/emissions.test.ts
  • __tests__/unit/map-filters.test.ts
  • __tests__/unit/middleware.test.ts
  • __tests__/unit/responsive-table.test.tsx
  • __tests__/unit/routes-validate.test.ts
  • __tests__/unit/toast-provider.test.tsx
  • app/[locale]/(auth)/login/page.tsx
  • app/[locale]/(auth)/signup/page.tsx
  • app/[locale]/(dashboard)/analysis/page.tsx
  • app/[locale]/(dashboard)/builder/page.tsx
  • app/[locale]/(dashboard)/dashboard/page.tsx
  • app/[locale]/(dashboard)/insights/page.tsx
  • app/[locale]/(dashboard)/layout.tsx
  • app/[locale]/(dashboard)/loading.tsx
  • app/[locale]/(dashboard)/profile/page.tsx
  • app/[locale]/(dashboard)/reports/page.tsx
  • app/[locale]/(dashboard)/settings/audit/page.tsx
  • app/[locale]/(dashboard)/settings/factors/page.tsx
  • app/[locale]/(dashboard)/settings/members/page.tsx
  • app/[locale]/(dashboard)/settings/page.tsx
  • app/[locale]/(dashboard)/targets/page.tsx
  • app/[locale]/(dashboard)/upload/page.tsx
  • app/[locale]/docs/page.tsx
  • app/[locale]/error.tsx
  • app/[locale]/globals.css
  • app/[locale]/layout.tsx
  • app/[locale]/loading.tsx
  • app/[locale]/not-found.tsx
  • app/[locale]/page.tsx
  • app/api/activities/route.ts
  • app/api/auth/switch-org/route.ts
  • app/api/facilities/[id]/route.ts
  • app/api/facilities/bulk-delete/route.ts
  • app/api/factors/route.ts
  • app/api/insights/route.ts
  • app/api/org/audit/route.ts
  • app/api/org/members/route.ts
  • app/api/organizations/route.ts
  • app/api/reports/route.ts
  • app/api/routes/bulk-delete/route.ts
  • app/api/routes/route.ts
  • app/api/routes/validate.ts
  • app/api/signup/route.ts
  • app/api/suppliers/[id]/route.ts
  • app/api/suppliers/bulk-delete/route.ts
  • app/api/upload/route.ts
  • components/OrgSwitcher.tsx
  • components/analysis/activity-table.tsx
  • components/auth/login-form.tsx
  • components/builder/entity-form.tsx
  • components/builder/manage-list.tsx
  • components/charts/chart-bar.tsx
  • components/charts/chart-line.tsx
  • components/charts/chart-pie.tsx
  • components/charts/emissions-chart.tsx
  • components/charts/scope-breakdown.tsx
  • components/charts/trend-indicator.tsx
  • components/dashboard/dashboard-nav.tsx
  • components/dashboard/insight-card.tsx
  • components/graph/supply-chain-graph.tsx
  • components/insights/risk-panel.tsx
  • components/landing/interactive-demo.tsx
  • components/map/map-legend.tsx
  • components/map/map-toolbar.tsx
  • components/map/map-view-client.tsx
  • components/map/map-view.tsx
  • components/nav/LanguageSwitcher.tsx
  • components/settings/member-list.tsx
  • components/shared/live-region.tsx
  • components/shared/theme-provider.tsx
  • components/ui/ConfirmDialog.tsx
  • components/ui/Pagination.tsx
  • components/ui/ToastProvider.tsx
  • components/ui/badge.tsx
  • components/ui/button.tsx
  • components/ui/card.tsx
  • components/ui/error-display.tsx
  • components/ui/factor-row.tsx
  • components/ui/input.tsx
  • components/ui/label.tsx
  • components/ui/responsive-table.tsx
  • components/ui/tabs.tsx
  • components/ui/target-card.tsx
  • components/ui/toast-notification.tsx
  • components/upload/upload-form.tsx
  • docs/API.md
  • docs/API_SPECIFICATION.md
  • docs/ARCHITECTURE.md
  • docs/COMPONENTS.md
  • docs/DEVELOPER_GUIDE.md
  • docs/SETUP.md
  • hooks/use-api.ts
  • hooks/use-mutation.ts
  • i18n/request.ts
  • lib/api-error.ts
  • lib/csv-parser.ts
  • lib/emissions.ts
  • lib/env.ts
  • lib/insights.ts
  • lib/openapi.ts
  • lib/reports.ts
  • lib/risk-engine.ts
  • lib/session.ts
  • lib/utils/exportCsv.ts
  • lib/validations.ts
  • middleware.ts
  • next.config.js
  • pr_body.md
  • prisma/seed.ts
  • scripts/reset-demo.ts
  • scripts/seed-demo.ts
  • tailwind.config.js
  • tsconfig.json
  • types/api.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
eco-sphere Ready Ready Preview, Comment Jul 26, 2026 6:48am

@arghya29 arghya29 added enhancement New feature or request NEWBIE ELUSOC labels Jul 26, 2026
@arghya29
arghya29 merged commit c645914 into arghya29:dev Jul 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ELUSOC enhancement New feature or request NEWBIE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Implement Prettier for automated code formatting

3 participants