Replies: 1 comment
|
The current repository treats Agenda as a calendar view, not as a permanently mounted right-hand panel in the mail reader. The supported setting is: Settings -> Calendar -> Default view -> Agenda The setting and the four calendar views are wired here: https://github.com/bulwarkmail/webmail/blob/main/components/settings/calendar-settings.tsx The implementation of the agenda view is also a full calendar-page view: https://github.com/bulwarkmail/webmail/blob/main/components/calendar/calendar-agenda-view.tsx So if you want the agenda to remain visible beside the inbox/email content, there is currently no user-level toggle that can do that. The plugin system has specific slots such as composer-sidebar and email-banner, but a persistent calendar column would require a mail-layout slot that stays mounted independently of the selected message. That is a feature-level change rather than a CSS setting. For now, set Agenda as the default view for the closest supported behavior. If the request is specifically for a right-side panel while reading mail, it would be useful to describe it as a new persistent mail sidebar feature rather than an Agenda plugin configuration option. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When using the Calendar Agenda plugin, is there any way to have for it be constantly visible to the right? I can only get it to be visible when an email is open.
All reactions