Update readme and some spacing
This commit is contained in:
parent
60a5f5bb41
commit
ccd4284769
@ -2,4 +2,6 @@
|
||||
|
||||
I just wanted a more convenient version of [DumbDo](https://dumbware.io/DumbDo) where
|
||||
I could have completed tasks grouped by the "done date". That way when I need to talk
|
||||
in standup about what I did yesterday I can just look back at a list of bullet points.
|
||||
in standup about what I did yesterday I can just look back at a list of bullet points.
|
||||
|
||||

|
@ -33,7 +33,7 @@ use Carbon\Carbon;
|
||||
@endphp
|
||||
@foreach ($completeGroups as $date => $tasks)
|
||||
<div x-data="{showSummary: false}" x-cloak>
|
||||
<div class="flex mb-4 gap-2 items-center">
|
||||
<div class="flex my-4 gap-2 items-center">
|
||||
<flux:heading size="lg">{{ Carbon::parse($date)->format('D M d, Y') }}</flux:heading>
|
||||
@if (Carbon::parse($date)->isSameDay(now()))
|
||||
<flux:button x-on:click="showSummary = !showSummary" variant="filled" class="cursor-pointer" icon="eye"
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
x
Reference in New Issue
Block a user