feat(avatar): popovers for customization

This commit is contained in:
Sabe Jones
2024-07-24 16:36:29 -05:00
parent 22def5111f
commit fb78495a1b
9 changed files with 92 additions and 60 deletions

View File

@@ -1,9 +1,10 @@
import prefill from '../prefill';
import t from '../../translation';
export default prefill({
0: {},
1: {},
2: {},
3: {},
4: {},
0: { text: t('none') },
1: { text: t('sideswept') },
2: { text: t('blunt') },
3: { text: t('wispy') },
4: { text: t('curly') },
});