-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use server's default filter for group scenes (#452)
If the server has set a server-side default filter for group scenes, the app will now use it. Most of the changes are refactoring to make sure server preferences can be available before tabs are loaded. The view model now has `currentServer` and `tabs`. The tabs are added based on the `tabs` view model field. So if a page needs server preferences, it can observe the `currentServer` before setting `tabs`. Will need to follow up on various other default filters too.
- Loading branch information
1 parent
36eb9da
commit 2c0c31d
Showing
9 changed files
with
218 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.