feat(notebooks): raise short title limit to 80 characters#4728
feat(notebooks): raise short title limit to 80 characters#4728SylvainChevalier wants to merge 1 commit into
Conversation
Closes #4727 Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Comment |
🚀 Preview EnvironmentYour preview environment is ready!
Details
ℹ️ Preview Environment InfoIsolation:
Limitations:
Cleanup:
|
Closes #4727
Summary
Raise the notebook
short_titlemax length from 60 to 80 characters innotebook_form.tsx.Notes
question_form.tsxandgroup_form.tsxalready usemax(80)onshort_titleonmain, so no changes were needed there.Post.short_titleismax_length=2000, and no DRF serializer adds a length validator, so no backend changes are needed.Generated with Claude Code