tangled
alpha
login
or
join now
bas.sh
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
simplify ui (#7670)
authored by
hailey.at
and committed by
GitHub
1 year ago
be1285ea
9cd4f920
-36
7 changed files
expand all
collapse all
unified
split
assets
icons
coffee_stroke2_corner0_rounded.svg
piggyBank_stroke2_corner0_rounded.svg
poop_stroke2_corner0_rounded.svg
src
components
icons
Coffee.tsx
PiggyBank.tsx
Poop.tsx
screens
Onboarding
StepProfile
types.ts
-1
assets/icons/coffee_stroke2_corner0_rounded.svg
···
1
1
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M7 2a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1ZM4 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2h.5a3.5 3.5 0 1 1 0 7H18v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9Zm12 0H6v11h10V9Zm2 5h.5a1.5 1.5 0 0 0 0-3H18v3Z" clip-rule="evenodd"/></svg>
-1
assets/icons/piggyBank_stroke2_corner0_rounded.svg
···
1
1
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M6.5 4.999Zm0 0a.1.1 0 0 1-.016.024.2.2 0 0 1-.152.043q.086.014.168.032V7.5a1 1 0 0 1-.33.742c-.543.49-.917 1.176-1.23 2.036a1 1 0 0 1-.94.657H3V14h1a1 1 0 0 1 .866.5c.436.754.879 1.195 1.637 1.636A1 1 0 0 1 7 17v2h2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2h2v-2.537a1 1 0 0 1 .332-.744A4.98 4.98 0 0 0 19 11.999 5 5 0 0 0 14 7H9.474a1 1 0 0 1-.893-.55v-.001l-.001-.002-.005-.008L9.474 6l-.9.438h.001v.002l.002.001.001.003.002.003v.003a2.6 2.6 0 0 0-.443-.538c-.319-.298-.839-.648-1.637-.814V5Zm2.082 1.452ZM9.5 4.447c.211.196.379.387.508.553H14a7 7 0 0 1 6.72 8.96 1.003 1.003 0 0 0 1.146-1.46 1 1 0 1 1 1.731-1 3 3 0 0 1-3.714 4.286A7 7 0 0 1 19 16.888V19a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2h-2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1.45A5.8 5.8 0 0 1 3.448 16H3a2 2 0 0 1-2-2v-3.065a2 2 0 0 1 2-2h.324c.286-.649.657-1.291 1.176-1.852V5c0-1.047.89-2.12 2.161-1.907 1.33.223 2.248.805 2.839 1.354ZM8.25 12a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" clip-rule="evenodd"/></svg>
-1
assets/icons/poop_stroke2_corner0_rounded.svg
···
1
1
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M12 4c0-1.012.894-2.187 2.237-1.846a5.002 5.002 0 0 1 3.218 7.119 4 4 0 0 1 2.345 4.976A3.501 3.501 0 0 1 18.5 21h-13a3.5 3.5 0 0 1-1.3-6.75 4 4 0 0 1 2.052-4.848A4 4 0 0 1 10 4h2.001Zm-4.187 7.009A2 2 0 0 0 6 13c0 .366.098.706.271 1H12a1 1 0 1 1 0 2H5.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 1 0 0-3H17a1 1 0 1 1 0-2h.729A1.96 1.96 0 0 0 18 13a2 2 0 0 0-2-2h-2a1 1 0 1 1 0-2h1.236a3.002 3.002 0 0 0-1.243-4.832A2 2 0 0 1 12 6h-2a2 2 0 0 0-1.728 3.009H9a1 1 0 0 1 0 2H7.813Z" clip-rule="evenodd"/></svg>
-5
src/components/icons/Coffee.tsx
···
1
1
-
import {createSinglePathSVG} from './TEMPLATE'
2
2
-
3
3
-
export const Coffee_Stroke2_Corner0_Rounded = createSinglePathSVG({
4
4
-
path: 'M7 2a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1ZM4 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2h.5a3.5 3.5 0 1 1 0 7H18v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9Zm12 0H6v11h10V9Zm2 5h.5a1.5 1.5 0 0 0 0-3H18v3Z',
5
5
-
})
-5
src/components/icons/PiggyBank.tsx
···
1
1
-
import {createSinglePathSVG} from './TEMPLATE'
2
2
-
3
3
-
export const PiggyBank_Stroke2_Corner0_Rounded = createSinglePathSVG({
4
4
-
path: 'M6.5 4.999Zm0 0a.054.054 0 0 1-.016.024.196.196 0 0 1-.152.043c.057.01.113.02.168.032V7.5a1 1 0 0 1-.33.742c-.543.49-.917 1.176-1.23 2.036a1 1 0 0 1-.94.657H3V14h1a1 1 0 0 1 .866.5c.436.754.879 1.195 1.637 1.636A1 1 0 0 1 7 17v2h2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2h2v-2.537a1 1 0 0 1 .332-.744A4.978 4.978 0 0 0 19 11.999 5 5 0 0 0 14 7H9.474a1 1 0 0 1-.893-.55v-.001l-.001-.002-.005-.008L9.474 6l-.9.438h.001v.002l.002.001.001.003.002.003v.003a2.62 2.62 0 0 0-.443-.538c-.319-.298-.839-.648-1.637-.814V5Zm2.082 1.452ZM9.5 4.447c.211.196.379.387.508.553H14a7 7 0 0 1 6.72 8.96 1.003 1.003 0 0 0 1.146-1.46 1 1 0 1 1 1.731-1 3 3 0 0 1-3.714 4.286A7.074 7.074 0 0 1 19 16.888V19a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2h-2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1.45A5.783 5.783 0 0 1 3.448 16H3a2 2 0 0 1-2-2v-3.065a2 2 0 0 1 2-2h.324c.286-.649.657-1.291 1.176-1.852V5c0-1.047.89-2.12 2.161-1.907 1.33.223 2.248.805 2.839 1.354ZM8.25 12a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z',
5
5
-
})
-5
src/components/icons/Poop.tsx
···
1
1
-
import {createSinglePathSVG} from './TEMPLATE'
2
2
-
3
3
-
export const Poop_Stroke2_Corner0_Rounded = createSinglePathSVG({
4
4
-
path: 'M12 4c0-1.012.894-2.187 2.237-1.846a5.002 5.002 0 0 1 3.218 7.119 4.001 4.001 0 0 1 2.345 4.976A3.501 3.501 0 0 1 18.5 21h-13a3.5 3.5 0 0 1-1.3-6.75 4 4 0 0 1 2.052-4.848A4 4 0 0 1 10 4h2.001Zm-4.187 7.009A2 2 0 0 0 6 13c0 .366.098.706.271 1H12a1 1 0 1 1 0 2H5.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 1 0 0-3H17a1 1 0 1 1 0-2h.729c.173-.294.271-.634.271-1a2 2 0 0 0-2-2h-2a1 1 0 1 1 0-2h1.236a3.002 3.002 0 0 0-1.243-4.832A2 2 0 0 1 12 6h-2a2 2 0 0 0-1.728 3.009H9a1 1 0 0 1 0 2H7.813Z',
5
5
-
})
-18
src/screens/Onboarding/StepProfile/types.ts
···
3
3
import {At_Stroke2_Corner0_Rounded as At} from '#/components/icons/At'
4
4
import {Atom_Stroke2_Corner0_Rounded as Atom} from '#/components/icons/Atom'
5
5
import {Celebrate_Stroke2_Corner0_Rounded as Celebrate} from '#/components/icons/Celebrate'
6
6
-
import {Coffee_Stroke2_Corner0_Rounded as Coffee} from '#/components/icons/Coffee'
7
6
import {
8
7
EmojiArc_Stroke2_Corner0_Rounded as EmojiArc,
9
8
EmojiHeartEyes_Stroke2_Corner0_Rounded as EmojiHeartEyes,
···
13
12
import {Lab_Stroke2_Corner0_Rounded as Lab} from '#/components/icons/Lab'
14
13
import {Leaf_Stroke2_Corner0_Rounded as Leaf} from '#/components/icons/Leaf'
15
14
import {MusicNote_Stroke2_Corner0_Rounded as MusicNote} from '#/components/icons/MusicNote'
16
16
-
import {PiggyBank_Stroke2_Corner0_Rounded as PiggyBank} from '#/components/icons/PiggyBank'
17
17
-
import {Poop_Stroke2_Corner0_Rounded as Poop} from '#/components/icons/Poop'
18
15
import {Rose_Stroke2_Corner0_Rounded as Rose} from '#/components/icons/Rose'
19
16
import {Shaka_Stroke2_Corner0_Rounded as Shaka} from '#/components/icons/Shaka'
20
17
import {UFO_Stroke2_Corner0_Rounded as UFO} from '#/components/icons/UFO'
···
33
30
'apple',
34
31
'atom',
35
32
'celebrate',
36
36
-
'coffee',
37
33
'gameController',
38
34
'leaf',
39
35
'musicNote',
···
43
39
'zap',
44
40
'explosion',
45
41
'lab',
46
46
-
'piggyBank',
47
47
-
'poop',
48
42
] as const
49
43
export type EmojiName = (typeof emojiNames)[number]
50
44
···
81
75
name: 'celebrate',
82
76
component: Celebrate,
83
77
},
84
84
-
coffee: {
85
85
-
name: 'coffee',
86
86
-
component: Coffee,
87
87
-
},
88
78
gameController: {
89
79
name: 'gameController',
90
80
component: GameController,
···
120
110
lab: {
121
111
name: 'lab',
122
112
component: Lab,
123
123
-
},
124
124
-
piggyBank: {
125
125
-
name: 'piggyBank',
126
126
-
component: PiggyBank,
127
127
-
},
128
128
-
poop: {
129
129
-
name: 'poop',
130
130
-
component: Poop,
131
113
},
132
114
}
133
115