-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change in html #8277
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
base: main
Are you sure you want to change the base?
Change in html #8277
Conversation
Reviewer's GuideThis PR refactors the Flutter web entrypoint by enriching the HTML head for accessibility and PWA support, introducing a custom loading screen with CSS animations, and replacing the old service‐worker bootstrap script with the official flutter.js loader. Sequence diagram for new Flutter web bootstrap processsequenceDiagram
actor User
participant Browser
participant "flutter.js loader"
participant "Flutter Engine"
User->>Browser: Load AppFlowy Flutter web page
Browser->>"flutter.js loader": Load flutter.js
"flutter.js loader"->>"Flutter Engine": Initialize engine
"Flutter Engine"-->>"flutter.js loader": Engine initialized
"flutter.js loader"->>Browser: Remove loading screen
"flutter.js loader"->>"Flutter Engine": Run app
"Flutter Engine"->>User: Display Flutter app
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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.
This pull request updates the index.html file of the Flutter web app to enhance the loading experience and improve initialization. |
change in Front page of the Flutter page and it gets loaded
Summary by Sourcery
Redesign the Flutter web index.html by updating metadata, adding a styled loading screen, and switching to the flutter.js loader for streamlined app initialization
New Features:
Enhancements: