MainView: Use ModalWideNavigationRail for feeds
Replace the `ModalNavigationDrawer` with the new `ModalWideNavigationRail` from Material 3 to display the list of user feeds.
This change updates the slide-out feeds drawer to a side rail, which is more suitable for larger screens. The `FeedsDrawer` composable has been updated to use `WideNavigationRailItem` instead of `NavigationDrawerItem`.