Files
civitai__civitai/docs/creator-shop
Luis Rojas 9f251d3a65 feat(creator-shop): profile shop section, draggable settings, vertical drag
- 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>
2026-07-09 22:24:38 -04:00
..