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

rm-hull / calendar / 27919518724
28%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 10:30PM 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

21 Jun 2026 10:29PM UTC coverage: 27.82% (-0.03%) from 27.85%
27919518724

push

github

web-flow
feat: add journal feature (#637)

* feat: add journal feature

Introduced a persistent journal system allowing users to create, edit,
and delete text entries associated with specific dates.

### Key Changes:
- Created `JournalDrawer` for a persistent UI interface accessible via
`Ctrl/Cmd + J`.
- Added `useJournal` hook for `localStorage` persistence.
- Configurable startup behavior via settings.

```mermaid
graph TD
    A[Root Component] --> B[JournalDrawer]
    B --> C[JournalEntryInput]
    B --> D[JournalEntryItem]
    D --> E[useJournal Hook]
    E --> F[(localStorage)]
```

* style: clean up imports and formatting

- Sort and group imports for better maintainability.
- Standardize formatting and white space across journal components.
- Ensure consistent import ordering in `main.tsx` and `__root.tsx`.

* style: remove markdown hint from journal input

Simplify the placeholder text in the journal entry input to improve UI
clarity.

* fix: resolve journal edit state and update path import

- Synchronize `updatedValue` with external `entry` changes.
- Prevent redundant debounced API calls when content hasn't changed.
- Remove unnecessary console log.
- Fix absolute path import for Wikimedia service.

* feat: add confirmation dialog for journal deletion

- Introduced `DeleteButton` component using a modal dialog to replace
the native `confirm()` browser prompt.
- Refactored `JournalEntryItem` to utilize the new component.
- Memoized navigation callbacks in `JournalDrawer` to optimize
re-renders.

```mermaid
graph TD
    A[JournalEntryItem] -->|Trigger| B(DeleteButton)
    B -->|Confirm| C[Dialog.Root]
    C -->|onDelete| D[deleteEntry hook]
```

* chore: move @types/uuid to devDependencies

The `uuid` types were incorrectly listed in dependencies instead of
devDependencies. Moving them ensures they are not included in the
production bundle.

* docs: add journaling feature documentation

Update README to include information about the built-in journalin... (continued)

328 of 980 branches covered (33.47%)

Branch coverage included in aggregate %.

1 of 3 new or added lines in 2 files covered. (33.33%)

1690 existing lines in 1 file now uncovered.

1132 of 4268 relevant lines covered (26.52%)

160.81 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
50.0
0.0% src/components/settings/SettingsForm.tsx
1
66.67
0.0% src/hooks/useGeneralSettings.ts

Coverage Regressions

Lines Coverage ∆ File
1690
26.98
-0.04% .pnp.cjs
Jobs
ID Job ID Ran Files Coverage
1 27919518724.1 21 Jun 2026 10:30PM UTC 8
27.82
GitHub Action Run
Source Files on build 27919518724
  • Tree
  • List 8
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27919518724
  • 0acd8be5 on github
  • Prev Build on main (#27918059641)
  • Next Build on main (#27982407287)
  • 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