mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
9f251d3a65
- New "shop" profile-overview section (ProfileSectionTypeDef + profile.utils registry): ShopSection showcases the creator's featured items with a "Visit shop" action. Off by default; renders nothing unless the shop is published with featured items. It reuses ShowcaseGrid's column/margin rhythm (so cards line up with neighbouring sections) inside the .profileSection wrapper, without the fixed-row clipping that crops height:100% cards. - Shop settings sections are now drag-to-reorder (dnd-kit, vertical-axis locked), matching the profile customize UI, and the per-section icons are dropped. SectionRow is a forwardRef so SortableItem can attach its drag handlers to the Paper. Description capped at 300 chars with a live counter. - Profile editor: section drag handle is up/down only, and dragging is locked to the vertical axis via an inline modifier (no new dependency). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>