Adrian

Results 663 comments of Adrian

AFAICT it all works pretty well now, there's only one small thing I would change to match the previous behavior: When clicking the day that's already selected, then don't deselect...

BTW this is the current patch I use to test it in room booking (which makes testing anything range-related much more straightforward than in the registration form accommodation field): ```patch...

![image](https://github.com/user-attachments/assets/75bb7c76-b372-4c64-afbf-7af8fbed7626) Maybe the hover effect should be disabled for unused rows (e.g. the one below january 27-31)?

How likely is it that the string matches *exactly* what we had in Jinja before? So I'm not sure how useful that'll be in the end...

One nice approach would be to make this a script in `bin/maintenance/...` that takes a git commit hash (the usual pot file update commit) and then check if any strings...

So the workflow that I usually use when updating pot files is: - extract - commit - push to tx - push to github So I'd imagine running the script...

TBH I'm not sure how useful such a view will be. - Pictures in the paticipant list are not widely used to begin with, and I don't expect that to...

(fyi yesterday was a holiday at CERN and all of us are off today)

I created #6895 with lots of details on the timepicker and functionality. I'll also ping some colleagues to see if they have any additional input.

I think it might be more efficient if you did a git clone of the repo and used the git client to make those changes, instead of manually deleting and...