Skip to content

Smoke sama/profil edit#69

Merged
KxlSys merged 9 commits into
mainfrom
SmokeSama/profil-edit
May 27, 2026
Merged

Smoke sama/profil edit#69
KxlSys merged 9 commits into
mainfrom
SmokeSama/profil-edit

Conversation

@KxlSys
Copy link
Copy Markdown
Owner

@KxlSys KxlSys commented May 27, 2026

No description provided.

KxlSys and others added 8 commits May 26, 2026 19:47
- contributors-page : Github → GitBranch (absent de lucide-react 1.6.0)
- profile-edit-page : profile.id → profile!.id (null assertion manquante)
- types/index.ts: reintroduce named ProjectAuthor alias (Pick<Profile,...>)
  so both main (#57) and this branch share the same exported symbol;
  Project.author now typed as ProjectAuthor (removes inline Pick).
  Keeps ProjectType, ProjectMember, ProjectMessage from this branch.
- contributors-page.tsx: restore 4 missing French accents lost to encoding
  ('compétence', 'trouvé', 'Précédent', 'résultat').
- tsc --noEmit → 0 errors.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

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

Project Deployment Actions Updated (UTC)
bisomaptech Error Error May 27, 2026 6:56pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@KxlSys, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 58 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e13e31e5-6780-48e8-a548-469c8f4f739d

📥 Commits

Reviewing files that changed from the base of the PR and between 993492d and 27118ef.

⛔ Files ignored due to path filters (7)
  • 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-16x16.png is excluded by !**/*.png
  • public/favicon-32x32.png is excluded by !**/*.png
  • public/favicon.ico is excluded by !**/*.ico
  • public/new_logo.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • index.html
  • public/site.webmanifest
  • src/pages/contributors-page.tsx
  • src/types/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch SmokeSama/profil-edit

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.

@KxlSys KxlSys merged commit a41404a into main May 27, 2026
2 of 4 checks passed
@chatgpt-codex-connector
Copy link
Copy Markdown

💡 Codex Review

project_id uuid not null references public.projects(id) on delete cascade,

P1 Badge Add the projects table before referencing it

On a fresh database built from the checked-in migrations, this migration fails before creating any project chat tables because public.projects is referenced as a foreign key but no migration in supabase/migrations creates it; the only definition I found repo-wide is manual SQL in SUPABASE_PROJECTS_SETUP.md. This blocks supabase db reset/deployments that rely on migrations, so the projects table schema should be added to migrations before these foreign keys are applied.


await supabase
.from("project_members")
.insert({
project_id: project.id,
profile_id: authorId,
role: "owner"
});

P2 Badge Check the Supabase error when adding the owner

Supabase client calls resolve with an error field instead of throwing for normal database failures, so this try/catch does not detect a failed project_members insert. In cases such as the chat migration not being applied, an RLS denial, or another database error, the project is still reported as created successfully but its creator is not added as an owner, which means it will not show up in their project groups/messages.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

2 participants