Hanne Moa

Results 288 comments of Hanne Moa

.. and the reason we have that hover at all is because they are inside a `` with class `menu`. If we remove the `menu` classes color is ok but...

I will hand-check this when I can, no merging or approves before that.

I suspect much will be improved/clearer by getting #1206 done

To delete when done: - [ ] htmx/timeslot/_delete_timeslot_confirm_dialog.html - [ ] htmx/destination/_delete_form.html

Please add screenshots showing the difference between compact and standard.

> I just checked and we don't have a test for trying to PATCH update with medium being empty, that should be added, I think then it would be clearer...

I don't think it is wise to stress with finishing this PR this week anymore, so start on the patch-PR next week.

I decided to pass in the DestinationConfig instance (if any) to the clean-method so that it will have access to the currently stored settings.

> We could change the `__str__` function of `DestinationConfig` change to use the `get_label` function in general. Then we can simplify this _Originally posted by @johannaengland in https://github.com/Uninett/Argus/pull/1118#discussion_r1914806712_

A SourceSystemType is of format (id: int (unique), name: str (unique)). Since the name is unique it is an indexed, hence cheap, lookup, so we could filter on: ["nav", "mist",...