arnoson / kirby-stats

Simple and privacy friendly web statistics for Kirby CMS.
MIT License
8 stars 0 forks source link

Update isReload variable and correct path on example, enhance styling of percent cell, support custom home option #18

Closed grommasdietz closed 9 months ago

grommasdietz commented 9 months ago

Update isReload variable (since the use of performance.navigation.type is deprecated) and correct path on example/assets/stats.js. Enhance styling of percent cell to use darker blue on hover to increase contrast. Update Helpers.php to support custom home option.

arnoson commented 9 months ago

Great work, thank you! Will merge it today. For future PRs, can you use conventional commits? I auto-generate release messages with changelogithub and without the conventional commits I have to manually edit the release message to include credits to your work.

grommasdietz commented 9 months ago

Thanks for merging and your hint, will stick to the scheme on future PRs!