-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Turbo Drive and Sessions in iOS #1542
Conversation
Deployed review-app can be viewed at https://review-1542.violet-test.net |
@Pralish for testing, I cloned the iOS repo: https://github.com/restarone/violet_rails_ios_client (built the project in xcode) and pointed the app root to your review app here: https://github.com/restarone/violet_rails_ios_client/blob/main/Violet%20Rails/Common/Constants/App.swift This is definitely an improvement, and I think you can use this technique to debug the server/client faster EDIT: issue is there in web as well. So Im assuming the root cause has been identified and the UI just needs to be fixed. |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
test plan 🧪
|
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
…t break with node 10
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
known issues: flash messages are not working on iOS, and If we want to enable turbo for the whole app, we need a feature that was introduced in turbo 7.2.0, which is not compatible with node 10 Or when we upgrade to rails 7 |
@Pralish videos don't play on turbo navigation, may or may not need a fix ATM but capturing for future: |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
1 similar comment
Deployed review-app can be viewed at https://review-1542.violet-test.net |
@@ -2,7 +2,7 @@ | |||
<%= link_to "Log in", new_session_path(resource_name) %><br /> | |||
<% end %> | |||
|
|||
<%- if devise_mapping.registerable? && controller_name != 'registrations' %> | |||
<%- if devise_mapping.registerable? && controller_name != 'registrations' && Subdomain.current.allow_user_self_signup %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice touch
@Pralish when 2FA is turned off, sign-in does not work RPReplay_Final1682603079.MP4This issue will need to be fixed |
@Pralish on first render cookie consent form is broken, this will need to be fixed: |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
Had to rename views with only |
@donrestarone , the issue has been fixed |
Deployed review-app can be viewed at https://review-1542.violet-test.net |
|
Addresses: #1414 & #820 Addresses: #1414 & #820 ## Allow login on iOS <img width="503" alt="Screen Shot 2023-04-28 at 10 38 00 PM" src="https://user-images.githubusercontent.com/35935196/235279807-f985c695-07d4-40b5-a8dc-26aa7e045286.png"> ## Access Forum, Web app and Admin Index <img width="496" alt="Screen Shot 2023-04-28 at 10 37 39 PM" src="https://user-images.githubusercontent.com/35935196/235279808-7d061262-318a-408c-8eec-896365d69359.png"> Co-authored-by: Pralish Kayastha <50227291+Pralish@users.noreply.github.com>
Addresses: #1414 & #820