Adrian

Results 572 comments of Adrian
trafficstars

When the category description contains a list, the margins of the list items look weird: Before: ![image](https://github.com/indico/indico/assets/179599/4c4d3b1d-2d47-452c-9612-36b76d72c949) After: ![image](https://github.com/indico/indico/assets/179599/9fe76191-cc92-4e51-b514-5beb1a177ed4) Markdown source of the category description: ```markdown This category is meant...

Can we make the attachment previewer (much) bigger? Check the one we have in events, it makes use of pretty much the whole screen - for larger images this is...

`indico/web/client/js/jquery/widgets/dropdown.js` It's a custom thing that's used very widely in various older parts of Indico.

![image](https://github.com/indico/indico/assets/179599/ee6fc9bb-e1bb-45cf-a79a-3adb51fd684e) The favorite toggle button looks rather inconsistent. I think it'd be nice to replicate either the SUI or the i-button style to avoid introducing a third way of how...

![image](https://github.com/indico/indico/assets/179599/42ac9883-2c16-4636-ad15-ef529ce97ad9) ![image](https://github.com/indico/indico/assets/179599/e3fcf8ac-39d0-4f72-bfd5-54e023554b98) Good opportunity to use your new dropdown implementation?

Looks like pango is the only required package - at least on alma9. Maybe some of its dependencies that get installed are required as well. ``` $ dnf install pango...

For a single-occurrence booking linking could also be done to that occurrence. So no need to allow linking to either booking or occurrence. When cloning I would also seriously consider...

Actually, since this issue doesn't yet mention moving links from Reservation to ReservationOccurrence: Maybe for now it'd be sufficient to either disallow selecting a booking that is already linked to...

BTW just something that got to my mind while looking at this: I think the current timezone should be kept always-visible as well so it's clear for the user what...

thanks, clearly a bug. and likely just in time before i'm releasing 3.2.8 ;) [edit: will more likely be fixed for 3.3 since it's not a simple one-liner as i...