TTOzzi
TTOzzi
Add reactive wrapper for [webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)](https://developer.apple.com/documentation/webkit/wkuidelegate/1538086-webview) to RxWKUIDelegate.
`Infallible` ensures that it does not fail, but `Event` in the `subscribe` method have an error case. This is not in line with `Infallible`'s implementation intentions. Modified the closure argument...
## 🗣 설명 이어지는 노래 뷰에서 돋보기 버튼을 누르면 전환되는 검색 화면 구현 ## 📋 체크리스트 > 구현해야하는 이슈 체크리스트 - [ ] 이어지는 노래 목록에서 입력한 텍스트를 음원 제목,...
## 🗣 설명 목 데이터를 활용해 더보기 화면에 데이터를 표시 ## 📋 체크리스트 > 구현해야하는 이슈 체크리스트 - [ ] 목 데이터를 활용해 더보기 화면에 데이터를 표시
## 🗣 설명 음원 다중선택 모드 구현 ## 📋 체크리스트 > 구현해야하는 이슈 체크리스트 - [ ] 다중선택 버튼을 누르면 다중선택 모드로 전환 - [ ] NavigationTitle을 선택된 곡의 개수를...
Added the missing argument `reducer` in `Store`'s initializer 🙂
This resolves a failure occurring in GitHub Actions :slightly_smiling_face: