• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / calendar / 27983625872
28%

Build:
DEFAULT BRANCH: main
Ran 22 Jun 2026 09:00PM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jun 2026 08:59PM UTC coverage: 27.82% (-0.04%) from 27.858%
27983625872

push

github

web-flow
fix: handle loading state in YearCalendar (#641)

* feat: add move feature for journal entries

Allows users to reassign a journal entry to a different date via a date
picker dialog.

```mermaid
graph LR
    A[JournalEntryItem] -->|Trigger| B(MoveButton)
    B -->|Select Date| C[DatePicker]
    C -->|onMove| D[updateEntry]
    D --> E[(Storage)]
```

- Add `MoveButton` component with `DatePicker`.
- Update `JournalEntryItem` to handle date migration.
- Centralize `TOASTER_ID` and move `GeneralSettings` to
`types/settings.ts`.

* Update src/components/journal/JournalEntryItem.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* refactor: rename interface props for consistency

Update `DeleteButtonProps` and `MoveButtonProps` to match their
respective components, replacing the incorrectly named
`DeleteDialogProps`.

* fix: handle loading state in YearCalendar

Use the `isLoading` state from `useGeneralSettings` to avoid
rendering issues while settings are being fetched, replacing
the implicit check for the existence of the settings object.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

328 of 980 branches covered (33.47%)

Branch coverage included in aggregate %.

1132 of 4268 relevant lines covered (26.52%)

161.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
26.98
-0.04% .pnp.cjs
Jobs
ID Job ID Ran Files Coverage
1 27983625872.1 22 Jun 2026 09:00PM UTC 8
27.82
GitHub Action Run
Source Files on build 27983625872
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27983625872
  • 6011ba5c on github
  • Prev Build on main (#27982993161)
  • Next Build on main (#28082709679)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc