Skip to content

Next#119

Open
djobbo wants to merge 23 commits into
masterfrom
next
Open

Next#119
djobbo wants to merge 23 commits into
masterfrom
next

Conversation

@djobbo
Copy link
Copy Markdown
Owner

@djobbo djobbo commented May 19, 2026

No description provided.

djobbo and others added 6 commits May 19, 2026 17:07
AGENTS.md directs agents to use .repos as source of truth for Effect and TanStack; the plan records subtree add/pull workflow.
Replace Next-specific APIs with Vite/Start routes and shims, port tRPC to the fetch adapter, adopt Tailwind v4 via @tailwindcss/vite, and ignore TanStack build output under .output/.
* Squashed '.repos/effect/' content from commit 8d71e545

git-subtree-dir: .repos/effect
git-subtree-split: 8d71e5452cd040bd4c80df55bba2c95c8af79b54

* Squashed '.repos/tanstack-router/' content from commit 2506478fa8

git-subtree-dir: .repos/tanstack-router
git-subtree-split: 2506478fa81f8603eb69d7ce4b17d3280dececfb

* Document vendored .repos subtrees and agent guidance.

AGENTS.md directs agents to use .repos as source of truth for Effect and TanStack; the plan records subtree add/pull workflow.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

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

Project Deployment Actions Updated (UTC)
corehalla Error Error May 20, 2026 1:03am

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 19, 2026

Deploying corehalla with  Cloudflare Pages  Cloudflare Pages

Latest commit: 18b39ae
Status:🚫  Build failed.

View logs

- Added support for local shallow clones of upstream repositories under `.repos/`, now gitignored.
- Updated `AGENTS.md` to reflect changes in vendored repo usage and added new entries for TanStack Query and Supabase.
- Replaced `git subtree` references with a new `syncVendoredRepos` script for managing vendored repositories.
- Enhanced `setup.mts` to ensure environment variables are synced from Supabase status.
- Introduced `runChildProcess` utility for executing commands and capturing output.
- Updated `.gitignore` to include new paths for temporary files and vendored repositories.
djobbo added 10 commits May 19, 2026 22:00
- Replaced @radix-ui/react components with @base-ui/react equivalents in various files, including CollapsibleContent, Layout, and PlayerStatsPage.
- Updated package.json and pnpm-lock.yaml to include @base-ui/react as a dependency.
- Adjusted Vite configuration to streamline environment variable handling.
- Enhanced Progress and Tooltip components to utilize the new base-ui structure.
- Updated environment variable keys in .env.example and .env.prod.example from NEXT_PUBLIC_ to VITE_ for better compatibility with Vite.
- Introduced new TypeScript definitions in env.d.ts to support Vite environment variables.
- Modified components and services to utilize import.meta.env for accessing environment variables.
- Adjusted setup script to sync new Vite environment variables from Supabase status.
- Replaced `dayjs` with `effect` version `4.0.0-beta.68` in `pnpm-lock.yaml` and `package.json`.
- Removed `unoptimized` prop from `Image` component and related usages in `ArticlePreview` and `Header`.
- Introduced `ClientToaster` component for improved toast notifications, replacing direct usage of `react-hot-toast` in `_app.tsx` and `__root.tsx`.
- Refactored `PageLoader` to ensure proper mounting before rendering based on loading state.
- Updated `usePlayerSearch` hook to return empty arrays for rankings and aliases when no search is performed.
…ite and improve documentation

- Deleted `.eslintrc.yml` and `.prettierrc` files to streamline configuration management.
- Introduced `vite.config.ts` for Vite setup, including linting and formatting rules.
- Updated `AGENTS.md` to reflect new vendored repository structure and usage.
- Modified `README.md` to specify updated pnpm version and improved command formatting.
- Adjusted GitHub Actions workflow to utilize new linting and checking commands.
- Updated `AGENTS.md` to enhance clarity on vendored repository usage and formatting.
- Modified `package.json` to ensure consistent script commands and repository URL.
- Added new dependency `effect` version `4.0.0-beta.68` in `pnpm-lock.yaml`.
- Improved formatting in `README.md` for better readability of service URLs and commands.
- Adjusted TypeScript configuration files for consistency and clarity.
- Refactored GitHub Actions workflows to streamline checks and remove redundant steps.
- Changed setup commands from `pnpm` to `vp` in various files for consistency with the new Vite+ workflow.
- Updated `.env.example` to reflect the new setup command.
- Modified `.eslintignore` and `.gitignore` to exclude `node_modules/.vite/` instead of `.turbo/`.
- Enhanced `AGENTS.md` and `README.md` to clarify usage of the new Vite+ commands.
- Removed `turbo.json` as part of the transition to Vite+.
- Updated `package.json` scripts to align with the new command structure and dependencies.
- Adjusted GitHub Actions workflows to utilize `vp` commands for CI checks.
@railway-app railway-app Bot temporarily deployed to Corehalla / production May 20, 2026 13:10 Inactive
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