Rohan
Results
2
issues of
Rohan
So lets say I am able to load the pgn initially and mine is a real time chess app, how do i refresh the view once i have a new...
enhancement
``` case .onboardingPage: if (val != nil) { HomeView() } else { ConcentricOnboardingView(pageContents: onboardingPages ).duration(1.0).nextIcon("chevron.forward") .insteadOfCyclingToFirstPage { viewRouter.currentPage = .signInPage } } } ``` This is the area where I...