HabitRPG/habitica
Refactor Justin intro modal to separate it from avatar edit
开放
#10,803 创建于 2018年11月2日
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.