Kekun / gnome-games

Moving to gnome.org — A game manager application for GNOME
https://git.gnome.org/browse/gnome-games/
GNU General Public License v3.0
21 stars 4 forks source link

Refactor the UI code #312

Closed Kekun closed 7 years ago

Kekun commented 7 years ago

The relationship between ApplicationWindow, ContentBox and HeaderBar doesn't look very sane. The application window should be the only widget taking care of the global UI state, and ContentBox and HeaderBar are not very usefull wrappers around the real widgets, which are related either to the games collection or the game display.