diff --git a/resources/views/livewire/pages/profile.blade.php b/resources/views/livewire/pages/profile.blade.php index 84527cb..4c092eb 100644 --- a/resources/views/livewire/pages/profile.blade.php +++ b/resources/views/livewire/pages/profile.blade.php @@ -84,88 +84,424 @@ $cancelEditingSubmission = function () {
@if($participant) - You are... - {{ $participant->id }} @if($userData) - -

{{ $userData['data']['username'] ?? 'Unknown' }}

+
+
+ Profile Avatar +
+
+ You are...

@{{ $userData['data']['username'] ?? 'Unknown' }}

+ your password is {{$token}} +
+ +
+ @endif -
@if($isEditingPrompt) -
- +
+
+ Your prompt is... +
+
+
+ + - @error('prompt') - {{ $message }} - @enderror - - - - - + @error('prompt') + {{ $message }} + @enderror +

+ + + +
+
@else -
-

- Your prompt is: {{ $prompt ?: 'No prompt set yet.' }} -

+
+
+ Your prompt is... +
+
+

+ "{{ $prompt ?: 'No prompt set yet.' }}" +

+
+
+
+ this is what others will draw for you! +
@endif -
+
+ @if($participant->giving_id) + You are giving to... + @if($receiverUserData) + + @endif + want to roll for a different person e.g. you blocked this person? you can dm @username +

Their prompt is... +
+ {{$receiverPrompt}} Nothing yet, probably! +
+
+
+

Are you done?

+

You will be able to link to your gift below once submissions are accepted on 22nd December.

+ submissions will be accepted up until 10th of january - @if($participant->giving_id) - You are giving to

{{ $participant->giving_id }}

- @if($receiverUserData) - -

{{ $receiverUserData['data']['username'] ?? 'Unknown' }}

- @endif - Their prompt is... {{$receiverPrompt}} + {{-- @if($isEditingSubmission)--}} +{{--
--}} +{{-- --}} -

Are you done? Link to your post below

- @if($isEditingSubmission) - - +{{-- @error('submissionUrl')--}} +{{-- {{ $message }}--}} +{{-- @enderror--}} - @error('submissionUrl') - {{ $message }} - @enderror +{{-- --}} - +{{-- --}} +{{--
--}} +{{-- @else--}} +{{--
--}} +{{--

--}} +{{-- Your submission URL is: {{ $submissionUrl ?: 'No submission sent yet.' }}--}} +{{--

--}} - - +{{-- --}} +{{--
--}} +{{-- @endif--}} +{{-- @if($submissionData)--}} +{{--

Your submission:

--}} +{{-- --}} +{{-- @endif--}} + @elseif($participant->desperate) +

You're in a bind!

@else -
-

- Your submission URL is: {{ $submissionUrl ?: 'No submission sent yet.' }} -

- - -
+

You haven't been assigned anyone.

@endif -
- @if($submissionData) -

Your submission:

- - @endif - @elseif($participant->desperate) -

You're in a bind!

- @else -

You haven't been assigned anyone.

- @endif - +
+ + Withdraw from Secret Sketchers... + @endif + +