Skip to content

Replace repo contents with portaljs-frontend-starter#5

Merged
demenech merged 1 commit into
mainfrom
feat/starter-replacement
Jul 7, 2026
Merged

Replace repo contents with portaljs-frontend-starter#5
demenech merged 1 commit into
mainfrom
feat/starter-replacement

Conversation

@demenech

@demenech demenech commented Jul 7, 2026

Copy link
Copy Markdown
Member

Mirror the working tree to datopian/portaljs-frontend-starter exactly. Preserves git history, origin remote, and local-only files (.claude/, .env.local, node_modules).

Mirror the working tree to datopian/portaljs-frontend-starter exactly.
Preserves git history, origin remote, and local-only files (.claude/,
.env.local, node_modules).
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
portal-extractive-industries-transparency-initiative Ready Ready Preview, Comment Jul 7, 2026 5:00pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 153 files, which is 3 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type 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.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 467dd593-0ee8-4dc8-8721-16cb3413c51c

📥 Commits

Reviewing files that changed from the base of the PR and between 33ed514 and 18c2ff5.

⛔ Files ignored due to path filters (19)
  • bun.lock is excluded by !**/*.lock
  • package-lock.json is excluded by !**/package-lock.json
  • public/android-chrome-192x192.png is excluded by !**/*.png
  • public/android-chrome-512x512.png is excluded by !**/*.png
  • public/apple-touch-icon.png is excluded by !**/*.png
  • public/favicon.ico is excluded by !**/*.ico
  • public/images/icons/clock.svg is excluded by !**/*.svg
  • public/images/icons/org.svg is excluded by !**/*.svg
  • public/images/icons/request.svg is excluded by !**/*.svg
  • public/images/icons/search.svg is excluded by !**/*.svg
  • public/images/icons/stats-bullet.svg is excluded by !**/*.svg
  • public/images/icons/upload.png is excluded by !**/*.png
  • public/images/icons/upload.svg is excluded by !**/*.svg
  • public/images/logos/datasets.png is excluded by !**/*.png
  • public/images/logos/logo.svg is excluded by !**/*.svg
  • public/images/logos/purple.jpg is excluded by !**/*.jpg
  • public/images/portaljs-frontend.png is excluded by !**/*.png
  • themes/lighter/assets/background-blur.png is excluded by !**/*.png
  • themes/lighter/assets/background-image.jpeg is excluded by !**/*.jpeg
📒 Files selected for processing (153)
  • .github/workflows/accessibility.yml
  • .lighthouserc.base.json
  • .pa11yci.json
  • README.md
  • components/_shared/ActivityStream.tsx
  • components/_shared/DatasetList.tsx
  • components/_shared/FacetCard.tsx
  • components/_shared/Footer.tsx
  • components/_shared/FooterLight.tsx
  • components/_shared/HeroSection.tsx
  • components/_shared/Layout.tsx
  • components/_shared/Loader.tsx
  • components/_shared/MarkdownRenderer.tsx
  • components/_shared/MultiCheckbox.tsx
  • components/_shared/PaginatedActivityStream.tsx
  • components/_shared/PaginatedDatasetSection.tsx
  • components/_shared/PaginationOrgGroup.tsx
  • components/_shared/PortalDefaultLogo.tsx
  • components/_shared/QueryPagination.tsx
  • components/_shared/Tabs.tsx
  • components/_shared/TopBar.tsx
  • components/dataset/_shared/Dropdown.tsx
  • components/dataset/_shared/FormatsColors.tsx
  • components/dataset/_shared/MultipleResourcesCard.tsx
  • components/dataset/_shared/ResourceCard.tsx
  • components/dataset/_shared/ResourcesBadges.tsx
  • components/dataset/_shared/SearchHero.tsx
  • components/dataset/individualPage/DatasetInfo.tsx
  • components/dataset/individualPage/DatasetOverview.tsx
  • components/dataset/individualPage/NavCrumbs.tsx
  • components/dataset/individualPage/ResourcesList.tsx
  • components/dataset/search/DatasetCard.tsx
  • components/dataset/search/DatasetItem.tsx
  • components/dataset/search/DatasetSearchFilters.tsx
  • components/dataset/search/DatasetSearchForm.tsx
  • components/dataset/search/ListOfDatasets.tsx
  • components/dataset/search/Pagination.tsx
  • components/dataset/search/ResourceCard.tsx
  • components/dataset/search/SearchContext.tsx
  • components/groups/GroupCard.tsx
  • components/groups/ListOfGroups.tsx
  • components/groups/ListOfRecentDatasets.tsx
  • components/groups/individualPage/GroupInfo.tsx
  • components/groups/individualPage/GroupNavCrumbs.tsx
  • components/home/actions/actionCard.tsx
  • components/home/blogSection/ArticleCard.tsx
  • components/home/blogSection/BlogSection.tsx
  • components/home/heroSection/Hero.tsx
  • components/home/heroSection/Options.tsx
  • components/home/heroSection/Stats.tsx
  • components/home/heroSectionLight/SearchForm.tsx
  • components/home/heroSectionLight/index.tsx
  • components/home/mainSection/MainSection.tsx
  • components/home/mainSection/PopularDatasets.tsx
  • components/organization/ListOfOrganizations.tsx
  • components/organization/ListOfRecentDatasets.tsx
  • components/organization/OrgCard.tsx
  • components/organization/OrganizationInfo.tsx
  • components/organization/individualPage/OrgInfo.tsx
  • components/organization/individualPage/OrgNavCrumbs.tsx
  • components/queryless/ChartRenderer.tsx
  • components/queryless/QuerylessAssistant.tsx
  • components/queryless/VegaSpecRenderer.tsx
  • components/responsiveGrid/DataProvider.tsx
  • components/responsiveGrid/DateRange.tsx
  • components/responsiveGrid/Pagination.tsx
  • components/responsiveGrid/SearchDataForm.tsx
  • components/responsiveGrid/SettingsDisplay.tsx
  • components/responsiveGrid/Table.tsx
  • components/responsiveGrid/TableActions.tsx
  • components/responsiveGrid/TableColValue.tsx
  • components/responsiveGrid/TableHead.tsx
  • components/responsiveGrid/TableHeadCell.tsx
  • components/responsiveGrid/index.tsx
  • components/responsiveGrid/utils.ts
  • components/schema/DatasetPageStructuredData.tsx
  • components/schema/GroupIndividualPageStructuredData.tsx
  • components/schema/GroupPageStructuredData.tsx
  • components/schema/HomePageStructuredData.tsx
  • components/schema/OrganizationIndividualPageStructuredData.tsx
  • components/schema/OrganizationPageStructuredData.tsx
  • components/schema/ResourcePageStructuredData.tsx
  • components/schema/SearchPageStructuredData.tsx
  • components/theme/theme-provider.tsx
  • components/viewers/Excel.tsx
  • components/viewers/FlatUiTable.tsx
  • components/viewers/LoadingSpinner.tsx
  • components/viewers/Map.tsx
  • components/viewers/PdfViewer.tsx
  • components/viewers/lib/loadData.tsx
  • cypress.config.ts
  • cypress/e2e/datasets.cy.ts
  • cypress/e2e/homepage.cy.ts
  • cypress/e2e/resource.cy.ts
  • cypress/e2e/searchpage.cy.ts
  • cypress/fixtures/example.json
  • cypress/support/commands.ts
  • cypress/support/e2e.ts
  • cypress/support/index.ts
  • cypress/tsconfig.json
  • docs/accessibility.md
  • interfaces/dataset.ts
  • lib/formatDate.ts
  • lib/getPageData.ts
  • lib/posts.ts
  • lib/queries/activity.ts
  • lib/queries/dataset.ts
  • lib/queries/groups.ts
  • lib/queries/orgs.ts
  • lib/queries/pageData.ts
  • lib/queries/utils.ts
  • lib/utils.ts
  • next-seo.config.js
  • next.config.js
  • package.json
  • pages/[org]/[dataset]/index.tsx
  • pages/[org]/[dataset]/r/[resourceId].tsx
  • pages/[org]/index.tsx
  • pages/_app.tsx
  • pages/_document.tsx
  • pages/ai-terms-of-use.tsx
  • pages/api/activity.ts
  • pages/api/queryless-chat.ts
  • pages/api/search-resource-data.tsx
  • pages/groups/[groupName].tsx
  • pages/groups/index.tsx
  • pages/index.tsx
  • pages/organizations.tsx
  • pages/search.tsx
  • playwright.config.ts
  • public/__routes.json
  • public/site.webmanifest
  • schemas/dataset.interface.ts
  • schemas/resource.interface.ts
  • scripts/generate-routes.js
  • scripts/run-lhci-from-routes.js
  • scripts/run-pa11y-from-routes.js
  • styles/globals.scss
  • styles/tabs.scss
  • tailwind.config.js
  • tailwind.config.ts
  • tests/a11y.spec.ts
  • themes/default/index.tsx
  • themes/default/layout.tsx
  • themes/default/styles.module.scss
  • themes/lighter/footer.tsx
  • themes/lighter/header.tsx
  • themes/lighter/index.tsx
  • themes/lighter/layout.tsx
  • themes/lighter/sidebar.tsx
  • themes/lighter/styles.module.scss
  • tsconfig.json
  • types/theme.ts

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/starter-replacement

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.

@demenech
demenech merged commit 3e9796c into main Jul 7, 2026
3 of 4 checks passed
@demenech
demenech deleted the feat/starter-replacement branch July 7, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant