HabitRPG/habitica

Refactor Justin intro modal to separate it from avatar edit

開放

#10,803 建立於 2018年11月2日

 (7 則留言) (0 個反應) (0 位負責人)JavaScript (3,912 個分叉)batch import
help wantedpriority: minorsection: Avatar/User Modal

倉庫指標

星標
 (10,775 顆星)
PR 合併指標
 (平均合併 51天 20小時) (30 天內合併 3 個 PR)

描述

Description

creatorIntro.vue is used both for initial avatar setup on account creation, and for editing a user's avatar via the user menu. This makes it difficult to consistently position both modals, because ideal positioning for the Justin sequence pushes the much larger avatar edit modal partially offscreen.

What we should do is pull the shared avatar-related pieces out to a component that's then plugged into two separate modals, Justin and post-setup avatar editing. Then, reposition the Justin sequence so it's centered better onscreen.

貢獻者指南