Conversation
- Move board frame images inside scroll area with position: sticky so notes (z-index 2-6) render above frames (z-index 1) and below bg-bottom (z-index 3) - Add @error fallback on avatar <img> tags in CommunityPanel and CarPage to show default avatar when file is missing - Update bag.png asset and bg-bottom scaleY Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove sticky positioning on board frames so they scroll with notes - Switch note card positioning from % to vh for accurate layout - Move board_med.png background to notes-scatter for scroll-synced tiling - Extend scroll area to full viewport height with scroll padding - Trigger AI reply for every published question, not just @mentions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add PUT /api/v1/community/comments/:id endpoint - Users can edit their own comments, admins can edit anyone's - Content moderation applied on update - Inline edit UI in comment and nested reply sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolve conflicts between edit/delete refactor and actions bar merge. Keep unified detail-actions-bar with like/collect/edit/delete inline. Add delete button to edit mode with consistent styling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Split companion chat and community AI system prompts into role variants: 溯源者(mom): 知心朋友, 守护者(dad): 耐心指导者, 专业人士: 对等交流者 - Add admin prompt suffix for admin users - Pass userRepo to ChatService and CommunityAIService for role lookup - Remove my-questions/my-answers tabs from CarPage profile (now in BarPage bag) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Summary
Change Type
Self-Check Checklist
Backend (Go):
go build ./...passesgo vet ./...passesgofmtproduces no diffFrontend (Vue):
npm run lintpassesnpm run typecheckpassesGeneral:
Test Steps