@@ -77,7 +77,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
77
77
< DialogTrigger asChild >
78
78
< div ref = { ref } > { children } </ div >
79
79
</ DialogTrigger >
80
- < DialogContent >
80
+ < DialogContent className = "dark:bg-[#1a1a1a]" >
81
81
< DialogHeader >
82
82
< DialogTitle > Criar um novo projeto</ DialogTitle >
83
83
< DialogDescription > Crie um novo projeto.</ DialogDescription >
@@ -101,7 +101,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
101
101
< FormItem >
102
102
< FormLabel > Nome</ FormLabel >
103
103
< FormControl >
104
- < Input { ...field } />
104
+ < Input { ...field } placeholder = "Projeto novo" />
105
105
</ FormControl >
106
106
< FormMessage />
107
107
</ FormItem >
@@ -114,7 +114,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
114
114
< FormItem >
115
115
< FormLabel > Número</ FormLabel >
116
116
< FormControl >
117
- < Input { ...field } />
117
+ < Input { ...field } placeholder = "BM-000000001" />
118
118
</ FormControl >
119
119
< FormMessage />
120
120
</ FormItem >
@@ -127,7 +127,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
127
127
< FormItem >
128
128
< FormLabel > Descritivo (Opcional)</ FormLabel >
129
129
< FormControl >
130
- < Textarea { ...field } />
130
+ < Textarea { ...field } placeholder = "Breve descrição sobre o projeto..." />
131
131
</ FormControl >
132
132
< FormMessage />
133
133
</ FormItem >
@@ -140,7 +140,15 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
140
140
< FormItem >
141
141
< FormLabel > Cliente</ FormLabel >
142
142
< FormControl >
143
- < Input { ...field } />
143
+ < Select required onValueChange = { field . onChange } value = { field . value } >
144
+ < SelectTrigger >
145
+ < SelectValue placeholder = "Selecione o cliente..." />
146
+ </ SelectTrigger >
147
+ < SelectContent >
148
+ < SelectItem value = "Bosch BR" > Bosch BR</ SelectItem >
149
+ < SelectItem value = "Toyota" > Toyota</ SelectItem >
150
+ </ SelectContent >
151
+ </ Select >
144
152
</ FormControl >
145
153
< FormMessage />
146
154
</ FormItem >
@@ -153,7 +161,15 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
153
161
< FormItem >
154
162
< FormLabel > Motor</ FormLabel >
155
163
< FormControl >
156
- < Input { ...field } />
164
+ < Select required onValueChange = { field . onChange } value = { field . value } >
165
+ < SelectTrigger >
166
+ < SelectValue placeholder = "Selecione o motor..." />
167
+ </ SelectTrigger >
168
+ < SelectContent >
169
+ < SelectItem value = "Motor 1" > Motor 2</ SelectItem >
170
+ < SelectItem value = "Motor 2" > Motor 1</ SelectItem >
171
+ </ SelectContent >
172
+ </ Select >
157
173
</ FormControl >
158
174
< FormMessage />
159
175
</ FormItem >
@@ -207,7 +223,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
207
223
< FormControl >
208
224
< Select required onValueChange = { field . onChange } value = { field . value } >
209
225
< SelectTrigger >
210
- < SelectValue placeholder = "Selecione o tipo de injeção " />
226
+ < SelectValue placeholder = "Selecione o tipo de aspiração " />
211
227
</ SelectTrigger >
212
228
< SelectContent >
213
229
< SelectItem value = "direta" > Simples</ SelectItem >
@@ -224,11 +240,11 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
224
240
name = "fuel"
225
241
render = { ( { field } ) => (
226
242
< FormItem >
227
- < FormLabel > Fuel </ FormLabel >
243
+ < FormLabel > Combustível </ FormLabel >
228
244
< FormControl >
229
245
< Select required onValueChange = { field . onChange } value = { field . value } >
230
246
< SelectTrigger >
231
- < SelectValue placeholder = "Selecione o tipo de combustível" />
247
+ < SelectValue placeholder = "Selecione o tipo de combustível... " />
232
248
</ SelectTrigger >
233
249
< SelectContent >
234
250
< SelectItem value = "gasolina" > Gasolina</ SelectItem >
@@ -251,7 +267,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
251
267
< FormControl >
252
268
< Select required onValueChange = { field . onChange } value = { field . value } >
253
269
< SelectTrigger >
254
- < SelectValue placeholder = "Selecione o tipo de câmbio" />
270
+ < SelectValue placeholder = "Selecione o tipo de câmbio... " />
255
271
</ SelectTrigger >
256
272
< SelectContent >
257
273
< SelectItem value = "teste" > Teste</ SelectItem >
@@ -276,7 +292,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
276
292
< FormControl >
277
293
< Select required onValueChange = { field . onChange } value = { field . value } >
278
294
< SelectTrigger >
279
- < SelectValue placeholder = "Selecione o tipo de injeção" />
295
+ < SelectValue placeholder = "Selecione o tipo de injeção... " />
280
296
</ SelectTrigger >
281
297
< SelectContent >
282
298
< SelectItem value = "direta" > Simples</ SelectItem >
@@ -297,7 +313,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
297
313
< FormControl >
298
314
< Select required onValueChange = { field . onChange } value = { field . value } >
299
315
< SelectTrigger >
300
- < SelectValue placeholder = "Selecione o mercado" />
316
+ < SelectValue placeholder = "Selecione o mercado... " />
301
317
</ SelectTrigger >
302
318
< SelectContent >
303
319
< SelectItem value = "direta" > Simples</ SelectItem >
@@ -318,7 +334,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
318
334
< FormControl >
319
335
< Select required onValueChange = { field . onChange } value = { field . value } >
320
336
< SelectTrigger >
321
- < SelectValue placeholder = "Selecione a legislação" />
337
+ < SelectValue placeholder = "Selecione a legislação... " />
322
338
</ SelectTrigger >
323
339
< SelectContent >
324
340
< SelectItem value = "direta" > Simples</ SelectItem >
@@ -339,7 +355,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
339
355
< FormControl >
340
356
< Select required onValueChange = { field . onChange } value = { field . value } >
341
357
< SelectTrigger >
342
- < SelectValue placeholder = "Selecione o tipo de injeção " />
358
+ < SelectValue placeholder = "Selecione o ciclo... " />
343
359
</ SelectTrigger >
344
360
< SelectContent >
345
361
< SelectItem value = "direta" > Simples</ SelectItem >
@@ -360,7 +376,7 @@ export function NewProjectDialog({ children }: PropsWithChildren) {
360
376
< FormControl >
361
377
< Select required onValueChange = { field . onChange } value = { field . value } >
362
378
< SelectTrigger >
363
- < SelectValue placeholder = "Selecione o tipo de injeção " />
379
+ < SelectValue placeholder = "Selecione a diagnose... " />
364
380
</ SelectTrigger >
365
381
< SelectContent >
366
382
< SelectItem value = "direta" > Simples</ SelectItem >
0 commit comments