Update readme and some spacing
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Javier Feliz 2025-07-15 18:38:12 -04:00
parent 60a5f5bb41
commit ccd4284769
3 changed files with 4 additions and 2 deletions

View File

@ -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.
![screenshot](screenshot.png)

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB