Harshal Bhavsar
Harshal Bhavsar
@ryanfowler
This fixes #82 Open in Xcode 11.3 and `pod update AudioKit` which updates to 4.9.3 Which has a fix for Module compiled with Swift 5.0.1 cannot be imported by the...
When open the Repo in Xcode 11.3 Get the following error `Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.3 compiler: ~/MacAssistant-master/Pods/AudioKit/macOS/AudioKit.framework/Modules/AudioKit.swiftmodule/x86_64.swiftmodule` 
✅ I have read the [contributing file](https://github.com/NMF-earth/nmf-app/blob/main/contributing.md) ## Summary Partially fixes #405 Warnings coming from yarn lint ## Changelog - fix lint warnings due to typescript version mismatch ## Demo...
Part of #1055 ## Description This PR migrates below (Others to follow in next parts) 1. LoginPage 2. PasswordInput 3. ForgotPasswordForm 4. TwoFactorAuthenticationPage 5. SignupPage 6. PasswordResetPage to Tailwind CSS....
Part of #1055 : Migrating `_form.scss` to tailwind ## Description - This PR Creates a new shared Input.tsx component for standardized form fields - This will work as a Base...