-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Added agenda view for calendar, calendar improvements #2216
Conversation
Thanks as always, I did run into a bunch of issues. The commits should explain most of them. I also changed things to only show the date once (as suggested on discord), I think thats a good idea. The hardest thing was getting long titles to behave. Truncating them to the arbitrary 42 characters just doesnt work if e.g. the calendar is very wide or if 5 columns is enabled (breaks the column layout), so I ended up with something a bit more convoluted (absolutely positioned div), certainly welcome another solution there. Anyway, let us know your thoughts or any concerns with this. |
Thanks, yeah, long titles annoyed me too 🙈 , thanks for having a look at that and other bits. LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, great work
…250) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage) | minor | `v0.7.4` -> `v0.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v0.8.0`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.0) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.7.4...v0.8.0) ####⚠️ Breaking Changes - This release changes the `ping` feature to actually perform a system ping which may yield different results than the previous implementation. The old `ping` has been renamed `siteMonitor` to more accurately reflect what it does. See [the docs](https://gethomepage.dev/v0.8.0/configs/services/#site-monitor). - Homepage is also now more strict about using the correct protocol (e.g. https:// vs http://) for proxied URLs such as widget URLs #### What's Changed - Fix: Tab spacing on mobile by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2209](https://togithub.com/gethomepage/homepage/pull/2209) - Change: Enable `autoSelectFamily` for http(s) requests by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2214](https://togithub.com/gethomepage/homepage/pull/2214) - Feature: true ping, rename old ping to siteMonitor by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2215](https://togithub.com/gethomepage/homepage/pull/2215) - Feature: Added agenda view for calendar, calendar improvements by [@​denispapec](https://togithub.com/denispapec) in [https://github.com/gethomepage/homepage/pull/2216](https://togithub.com/gethomepage/homepage/pull/2216) - Feature: add date formatting option in custom api by [@​equuskk](https://togithub.com/equuskk) in [https://github.com/gethomepage/homepage/pull/2228](https://togithub.com/gethomepage/homepage/pull/2228) - Fix: override some colors for white theme by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2242](https://togithub.com/gethomepage/homepage/pull/2242) - Fix authentik users endpoint URL by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2244](https://togithub.com/gethomepage/homepage/pull/2244) - Fix: octoprint error when progress empty by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2247](https://togithub.com/gethomepage/homepage/pull/2247) - Fix: Synology DownloadStation units by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2249](https://togithub.com/gethomepage/homepage/pull/2249) - Fix: Respect hideErrors for Calendar widget by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2259](https://togithub.com/gethomepage/homepage/pull/2259) - Feature: iFrame widget by [@​Reiss-Cashmore](https://togithub.com/Reiss-Cashmore) in [https://github.com/gethomepage/homepage/pull/2261](https://togithub.com/gethomepage/homepage/pull/2261) - Fix: container memory_stats in podman by [@​idelsink](https://togithub.com/idelsink) in [https://github.com/gethomepage/homepage/pull/2272](https://togithub.com/gethomepage/homepage/pull/2272) - Fix: support Unifi widget with Unifi OS v3.2.5+ by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2281](https://togithub.com/gethomepage/homepage/pull/2281) - Fix: handle immich v1.85.0 breaking change by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/2284](https://togithub.com/gethomepage/homepage/pull/2284) #### New Contributors - [@​equuskk](https://togithub.com/equuskk) made their first contribution in [https://github.com/gethomepage/homepage/pull/2228](https://togithub.com/gethomepage/homepage/pull/2228) - [@​Reiss-Cashmore](https://togithub.com/Reiss-Cashmore) made their first contribution in [https://github.com/gethomepage/homepage/pull/2261](https://togithub.com/gethomepage/homepage/pull/2261) - [@​idelsink](https://togithub.com/idelsink) made their first contribution in [https://github.com/gethomepage/homepage/pull/2272](https://togithub.com/gethomepage/homepage/pull/2272) **Full Changelog**: gethomepage/homepage@v0.7.4...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Is there a way to make the different event dot colors customizable through the yaml files? |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Proposed change
This PR adds agenda view for calendar, contains additional improvements to show when event has completed status (for example media has available file), and add additional configuration to limit number of events in the event list.
Closes #2106
Closes #2097
Type of change
Checklist:
pnpm lint
(see development guidelines).