File tree Expand file tree Collapse file tree 7 files changed +351
-349
lines changed Expand file tree Collapse file tree 7 files changed +351
-349
lines changed Original file line number Diff line number Diff line change 8
8
"algolia/scout-extended" : " ^3.1" ,
9
9
"blade-ui-kit/blade-heroicons" : " ^2.3" ,
10
10
"blade-ui-kit/blade-icons" : " ^1.6" ,
11
- "blade-ui-kit/blade-ui-kit" : " ^0.6" ,
11
+ "blade-ui-kit/blade-ui-kit" : " ^0.6.3 " ,
12
12
"blade-ui-kit/blade-zondicons" : " ^1.5" ,
13
13
"codeat3/blade-simple-icons" : " ^5.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.2" ,
Original file line number Diff line number Diff line change 13
13
</div >
14
14
15
15
<div >
16
- <x-forms .label for =" password" / >
16
+ <x-forms .label for =" password" >New Password</ x-forms .label >
17
17
18
18
<x-forms .inputs.password name =" password" id =" password" required />
19
19
</div >
20
20
21
21
<div >
22
- <x-forms .label for =" password_confirmation" / >
22
+ <x-forms .label for =" password_confirmation" >Confirm New Password</ x-forms .label >
23
23
24
24
<x-forms .inputs.password name =" password_confirmation" id =" password_confirmation" required />
25
25
</div >
Original file line number Diff line number Diff line change 38
38
<div class =" flex flex-col space-y-6" >
39
39
<div class =" grow space-y-6" >
40
40
<div class =" space-y-1" >
41
- <x-forms .label for =" title" >Title</ x-forms .label >
41
+ <x-forms .label for =" title" / >
42
42
43
43
<x-forms .inputs.input name =" title" :value =" old('title', $article?->title())" required maxlength =" 100" />
44
44
50
50
51
51
<div class =" grow space-y-6" >
52
52
<div class =" space-y-1" >
53
- <x-forms .label for =" body" >Body</ x-forms .label >
53
+ <x-forms .label for =" body" / >
54
54
55
55
<livewire:editor :body =" $article?->body()" />
56
56
73
73
74
74
<div class =" grow space-y-6" >
75
75
<div class =" space-y-1" >
76
- <x-forms .label for =" tags" >Tags</ x-forms .label >
76
+ <x-forms .label for =" tags" / >
77
77
78
78
<select name =" tags[]" id =" create-article" multiple x-data =" {}" x-init =" $nextTick(function () { choices($el) })" >
79
79
@foreach ($tags as $tag )
Original file line number Diff line number Diff line change 32
32
<div class =" flex flex-col space-y-6" >
33
33
<div class =" grow space-y-6" >
34
34
<div class =" space-y-1" >
35
- <x-forms .label for =" subject" />
35
+ <x-forms .label for =" subject" />
36
36
37
37
<x-forms .inputs.input name =" subject" :value =" $thread?->subject()" required maxlength =" 60" />
38
38
44
44
45
45
<div class =" grow space-y-6" >
46
46
<div class =" space-y-1" >
47
- <x-forms .label for =" tags" >
48
- Tags
49
- </x-forms .label >
47
+ <x-forms .label for =" tags" />
50
48
51
49
<select name =" tags[]" id =" create-thread" multiple x-data =" {}" x-init =" $nextTick(function () { choices($el) })" >
52
50
@foreach ($tags as $tag )
58
56
59
57
<div class =" grow space-y-6" >
60
58
<div class =" space-y-1" >
61
- <x-forms .label for =" body" >Compose your question</x-forms .label >
59
+ <x-forms .label for =" body" >
60
+ Compose your question
61
+ </x-forms .label >
62
62
63
63
<livewire:editor
64
64
:body =" $thread?->body()"
Original file line number Diff line number Diff line change 39
39
40
40
<div >
41
41
<div class =" col-span-12" >
42
- <x-forms .label for =" token_name" >Token name</ x-forms .label >
42
+ <x-forms .label for =" token_name" / >
43
43
44
44
<x-forms .inputs.input name =" token_name" form =" api_token_settings_form" required />
45
45
</div >
Original file line number Diff line number Diff line change 16
16
<div class =" flex flex-col space-y-6 lg:flex-row lg:space-y-0 lg:space-x-6" >
17
17
<div class =" grow space-y-6" >
18
18
<div class =" space-y-1" >
19
- <x-forms .label for =" name" />
19
+ <x-forms .label for =" name" />
20
20
21
21
<x-forms .inputs.input name =" name" :value =" Auth::user()->name()" required />
22
22
</div >
23
23
24
24
<div class =" space-y-1" >
25
- <x-forms .label for =" bio" />
25
+ <x-forms .label for =" bio" />
26
26
27
27
<x-forms .inputs.textarea name =" bio" maxlength =" 160" >
28
28
{{ Auth:: user ()-> bio () } }
79
79
</div >
80
80
81
81
<div class =" col-span-12 sm:col-span-6" >
82
- <x-forms .label for =" website" >Website</ x-forms .label >
82
+ <x-forms .label for =" website" / >
83
83
84
84
<x-forms .inputs.input name =" website" :value =" Auth::user()->website()" prefix-icon =" heroicon-o-globe-alt" />
85
85
</div >
You can’t perform that action at this time.
0 commit comments