Skip to content

Conversation

@SylvainChevalier
Copy link
Contributor

Fixes #3924

Notebooks were missing project chips (tournaments, question series, etc.) while question-posts displayed them correctly. This fix adds all project types as chips to notebooks, matching the behavior of question-posts.

This includes private project chips which were completely missing from notebooks but are now displayed consistently with how they appear on question-posts.

Changes

  • Updated front_end/src/app/(main)/notebooks/[id]/[[...slug]]/page_compotent.tsx to display project chips
  • Added support for all project types: tournaments, question_series, communities, categories, index, leaderboard_tag
  • Used consistent styling with question-posts (olive for taxonomy, orange for other projects)

Generated with Claude Code

Notebooks were missing project chips (tournaments, question series, etc.)
while question-posts displayed them correctly. This fix adds all project
types as chips to notebooks, matching the behavior of question-posts.

This includes private project chips which were completely missing from
notebooks but are now displayed consistently with how they appear on
question-posts.

Fixes #3924

Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com>
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.

notebooks are missing private project chips

2 participants