Skip to content

page_archives: Remove flickering transition when switching to archives list

Fina Wilke requested to merge fina/archives-flicker into main

This happens because the await for update_eject_button runs before resetting the view and showing the config. This disk I/O takes a few milliseconds, causing a flicker.

Moving the update_eject_button call down to occur later fixes this issue.

Merge request reports