@@ -38,58 +38,90 @@ export default function HomePage() {
3838 < span className = "ml-2 text-white" > coda generate</ span >
3939 < br />
4040 < br />
41- < span className = "text-gray-400" > ⠋ Searching for IDL files...</ span >
41+ < span className = "text-gray-400" >
42+ ⠋ Searching for IDL files...
43+ </ span >
4244 < br />
4345 < span className = "text-green-400" > ✓</ span >
44- < span className = "ml-2 text-gray-300" > Found IDL at ./idls/my_program.json</ span >
46+ < span className = "ml-2 text-gray-300" >
47+ Found IDL at ./idls/my_program.json
48+ </ span >
4549 < br />
4650 < span className = "text-green-400" > ✓</ span >
47- < span className = "ml-2 text-gray-300" > Parsing Anchor IDL...</ span >
51+ < span className = "ml-2 text-gray-300" >
52+ Parsing Anchor IDL...
53+ </ span >
4854 < br />
4955 < span className = "text-green-400" > ✓</ span >
50- < span className = "ml-2 text-gray-300" > Building AST from 12 instructions</ span >
56+ < span className = "ml-2 text-gray-300" >
57+ Building AST from 12 instructions
58+ </ span >
5159 < br />
5260 < span className = "text-green-400" > ✓</ span >
53- < span className = "ml-2 text-gray-300" > Applying visitor transformations</ span >
61+ < span className = "ml-2 text-gray-300" >
62+ Applying visitor transformations
63+ </ span >
5464 < br />
5565 < span className = "text-green-400" > ✓</ span >
56- < span className = "ml-2 text-gray-300" > Generating TypeScript client...</ span >
66+ < span className = "ml-2 text-gray-300" >
67+ Generating TypeScript client...
68+ </ span >
5769 < br />
5870 < br />
59- < span className = "text-green-400 font-bold" > ✓ Client generated successfully</ span >
71+ < span className = "text-green-400 font-bold" >
72+ ✓ Client generated successfully
73+ </ span >
6074 < span className = "ml-2 text-gray-500" > at ./src/generated</ span >
6175 < br />
6276 < br />
6377 < span className = "text-cyan-400" > ~/my-solana-project</ span >
6478 < span className = "text-gray-500" > main</ span >
6579 < br />
6680 < span className = "text-green-400" > ❯</ span >
67- < span className = "ml-2 text-white" > ls -la ./src/generated</ span >
81+ < span className = "ml-2 text-white" >
82+ ls -la ./src/generated
83+ </ span >
6884 < br />
6985 < span className = "text-gray-500" > total 24</ span >
7086 < br />
71- < span className = "text-gray-300" > drwxr-xr-x 8 user staff 256 Aug 22 10:02 </ span >
87+ < span className = "text-gray-300" >
88+ drwxr-xr-x 8 user staff 256 Aug 22 10:02{ " " }
89+ </ span >
7290 < span className = "text-cyan-400" > .</ span >
7391 < br />
74- < span className = "text-gray-300" > drwxr-xr-x 5 user staff 160 Aug 22 10:02 </ span >
92+ < span className = "text-gray-300" >
93+ drwxr-xr-x 5 user staff 160 Aug 22 10:02{ " " }
94+ </ span >
7595 < span className = "text-cyan-400" > ..</ span >
7696 < br />
77- < span className = "text-gray-300" > drwxr-xr-x 4 user staff 128 Aug 22 10:02 </ span >
97+ < span className = "text-gray-300" >
98+ drwxr-xr-x 4 user staff 128 Aug 22 10:02{ " " }
99+ </ span >
78100 < span className = "text-blue-400" > accounts</ span >
79101 < br />
80- < span className = "text-gray-300" > drwxr-xr-x 3 user staff 96 Aug 22 10:02 </ span >
102+ < span className = "text-gray-300" >
103+ drwxr-xr-x 3 user staff 96 Aug 22 10:02{ " " }
104+ </ span >
81105 < span className = "text-blue-400" > errors</ span >
82106 < br />
83- < span className = "text-gray-300" > -rw-r--r-- 1 user staff 1024 Aug 22 10:02 </ span >
107+ < span className = "text-gray-300" >
108+ -rw-r--r-- 1 user staff 1024 Aug 22 10:02{ " " }
109+ </ span >
84110 < span className = "text-white" > index.ts</ span >
85111 < br />
86- < span className = "text-gray-300" > drwxr-xr-x 6 user staff 192 Aug 22 10:02 </ span >
112+ < span className = "text-gray-300" >
113+ drwxr-xr-x 6 user staff 192 Aug 22 10:02{ " " }
114+ </ span >
87115 < span className = "text-blue-400" > instructions</ span >
88116 < br />
89- < span className = "text-gray-300" > drwxr-xr-x 3 user staff 96 Aug 22 10:02 </ span >
117+ < span className = "text-gray-300" >
118+ drwxr-xr-x 3 user staff 96 Aug 22 10:02{ " " }
119+ </ span >
90120 < span className = "text-blue-400" > pdas</ span >
91121 < br />
92- < span className = "text-gray-300" > drwxr-xr-x 5 user staff 160 Aug 22 10:02 </ span >
122+ < span className = "text-gray-300" >
123+ drwxr-xr-x 5 user staff 160 Aug 22 10:02{ " " }
124+ </ span >
93125 < span className = "text-blue-400" > types</ span >
94126 < br />
95127 < br />
@@ -223,4 +255,4 @@ const instruction = createTransferInstruction({
223255 </ section >
224256 </ main >
225257 ) ;
226- }
258+ }
0 commit comments