-
Notifications
You must be signed in to change notification settings - Fork 15
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
safari support + low-latency local files sync improvement #886
Comments
@edenvidal I currently don't have access to macOS for testing on Safari. |
@kareem-g not sure how we can do it then. we'll see |
@atulbhatt-system32 need your help with optimisations here |
@edenvidal we will have to breakdown this into multiple steps:
So ultimately we will have to breakdown this task into as many small steps as possible and then give estimation on the smallest step instead of giving it for the entire task. Consider it this way. We can't see what's our next step is without knowing the result of our current step. |
@atulbhatt-system32 accepted. please include the obvious first step + possible arising 2,3, steps in your quote? |
The first obvious step is to research on where we stand in our current cross-browser compatibility and find ways to improve it. Now the next step would be the choose the one with optimum tradeoffs because there are going to be some tradeoffs is what my intuition says. So I can't give your entire quote for it. |
@atulbhatt-system32 consider the safari support a quick research and decision making. |
the app works perfectly in chrome (press "o" to open a site folder), using technologies that ensure browser compatibility. we can either improve its functionality for safari or redesign the file system to support cross-browser compatibility, leveraging newer technologies that weren’t considered before.
for low-latency local file sync, we need better sync triggers and improved handling of changes to assets and media files.
The text was updated successfully, but these errors were encountered: