Adrian
Adrian
I think that would be pretty hard to implement in a clean way... Might be more something for a custom plugin (and just contribute a signal and template hook so...
Oh wait, this sounds more like an API question now, and not so much like something for this particular overview page. And look what even our kind-of-legacy API has: https://docs.getindico.io/en/stable/http-api/exporters/categ/#parameters
So you want to put that overview page directly on the building's displays? Doesn't sound particularly nice considering that this overview page doesn't look really amazing to begin with.
Some more issues I noticed while testing: - When you have two tabs open, the session expires, and you log in again in one of the tabs, the other tabs...
I think the whole logic of the react component can be vastly simplified. I might push something tomorrow...
Now that I'm back from the xmas break I finally found some time to finish the simplified version. Have a look at `session_expiry_new.js` from my last commit. To test the...
1. I didn't really test for off-by-one since one second doesn't really matter. Anyway should be an easy fix ;) 2. Yes, this could easily be adjusted. 3. Might have...
1,3,4 are fixed. Any suggestion for a better snooze behavior in point 2? (also see my more verbose msg on matrix)
Fields where full markdown support makes sense (ie with the editor): - Event description - Additional [contact] info I suggest starting with the event description since for that one there's...
 This is happening because the icomoon font is not set for the element (you only include the `content` to choose the icon, but nothing that sets the correct font)