The details view work like that by design, because you can add multiple items to the screen and the all/favorites view can’t work with all of them.
Your workaround for this is:
Have a choice column stored somewhere in your sheet, contains two rows, All & Favorites.
Add a user-specific column to the sheet where you are referencing this tab to. Name it “User view” or something like that.
Add a choice component writing to the user-specific column you just created, with the values coming from the choice column in step 1.
Add 2 inline list, the “All” list showing all items with no filter, visible when User view = ‘All’, the ‘Favorites’ list is filtered by ‘Is Favorited?’ = True, visible when User view = ‘Favorites’.