feat(ios): tab tabanlı navigasyon ve okuma durumu takibi ekle

This commit is contained in:
2026-02-11 18:26:17 +03:00
parent 52212f015b
commit 362b9b7d1b
16 changed files with 976 additions and 442 deletions

View File

@@ -36,7 +36,9 @@ struct HomeView: View {
BlurFogOverlay()
.frame(height: 96)
PrimaryPillButton(title: String(localized: "home.addBooks")) {
router.path.append(.addBooks)
withAnimation(.easeInOut(duration: 0.2)) {
router.selectedTab = .discover
}
}
.padding(.horizontal, 24)
.padding(.bottom, 12)