GeopJr / Tuba

[On break until 2024-07-15] Browse the Fediverse
https://tuba.geopjr.dev/
GNU General Public License v3.0
511 stars 55 forks source link

feat(main_window): keep track of last focused item between navigation changes #866

Closed GeopJr closed 3 months ago

GeopJr commented 3 months ago

fix: #865

needs memory leak check pass

a bit weird way to do this but it's the best non-listbox-specific way I could think of

Fixed the focus on media viewer toggling too since it didn't work as expected

GeopJr commented 3 months ago

This is technically a feature and shouldn't be included in the patch, however, not keeping track of focus between navigation changes should be considered a bug so I'll include it.