Skip to content

[Kurtel] Enhance the visual design and user experience of the demos/gpt_internals#2

Open
EvergreenTree wants to merge 1 commit into
mainfrom
agent/task-1778274701128
Open

[Kurtel] Enhance the visual design and user experience of the demos/gpt_internals#2
EvergreenTree wants to merge 1 commit into
mainfrom
agent/task-1778274701128

Conversation

@EvergreenTree

Copy link
Copy Markdown
Owner

📋 Tâche

Enhance the visual design and user experience of the demos/gpt_internals page to make it more polished and demo-ready.

✅ Ce qui a été fait

La page de démo a été améliorée visuellement : un favicon SVG a été ajouté, les métadonnées HTML (title, description) sont maintenant complètes, et le CSS a été enrichi avec des règles pour les composants et le chargement des polices. La page devrait maintenant donner une meilleure première impression lors d'une présentation.

🧪 À tester avant de merger

  • Ouvrir la page dans un navigateur et vérifier qu'elle s'affiche correctement dès le chargement — le titre et le contenu principal doivent être visibles sans avoir à scroller.
  • Tester sur mobile (téléphone) : vérifier que la mise en page s'adapte correctement et que les notes latérales ne se chevauchent pas avec le texte principal.
  • Naviguer entre les sections : si la page a plusieurs parties (texte principal, exemples de code, schémas), vérifier que les liens de navigation fonctionnent et que le scroll est fluide.
  • Vérifier le favicon : l'icône dans l'onglet du navigateur doit être visible et correspondre au thème de la page.

Généré par Kurtel

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: afa8a013c8

ℹ️ 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".

Comment thread README.md
Comment on lines +34 to +40
npm install
```

### 3. Run the development server

```bash
npm run dev

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Replace the Next.js quick start with runnable commands

In this repo root there is no package.json, Next.js config, or app/pages directory, so the newly documented root-level npm install / npm run dev flow fails before anyone can launch the site. This makes the README's primary setup path unusable for new contributors; document the actual static-site/demo workflow or add the missing project files.

Useful? React with 👍 / 👎.

word-break: break-all;
border: 1px solid #333;
width: 100%;
max-width: 55%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Let demo panels expand on mobile

With this max-width: 55% the sample output stays limited to 55% of its parent even inside the existing @media (max-width: 760px) block, which only resets Tufte selectors like section > p and does not include these new demo IDs. On phone-width screens the generated text panel (and the same pattern below for the heatmap/status) renders at roughly half the available width, making the mobile demo unnecessarily cramped despite the requested responsive UX.

Useful? React with 👍 / 👎.

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