-
Notifications
You must be signed in to change notification settings - Fork 602
Docs for Flet 1.0 Beta #5929
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
Open
FeodorFitsner
wants to merge
12
commits into
main
Choose a base branch
from
docs-beta
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docs for Flet 1.0 Beta #5929
+124
−124
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introduces a new example app demonstrating a declarative component dialog in Flet. The dialog asynchronously loads user data from an API and displays it, including error handling and loading state.
Enhanced the README to better highlight Flet's cross-platform capabilities, Python-only development, built-in controls, packaging, extensibility, and accessibility. Updated example code for alignment and removed unnecessary page updates. Simplified web app run instructions. Also cleaned up the docs index to remove extra front matter.
Changed feature section headings to include relevant icons with updated width and vertical alignment for improved visual consistency and clarity.
Changed image width from 28 to 24 and replaced inline style with align="middle" for better consistency and compatibility in README.md.
Changed the 'align' attribute of badge images from 'middle' to 'bottom' for improved visual consistency in the README.
Changed all feature section images to use 'align="top"' and standardized image widths for consistency. Removed inline styles and improved visual alignment of icons with section headings.
Sets the logo image height to 100 for improved display consistency in the README file.
Updated the Flet logo image height from 100 to 150 in the README for improved visibility.
Updated the badge section in README.md to use consistent HTML formatting and self-closing img tags for improved readability and maintainability.
Removed Poetry-specific instructions and tabs from getting started, installation, and running app documentation to streamline setup guidance. Updated README and index with consistent usage of MainAxisAlignment and improved introductory example for Flet apps.
Improved formatting in README.md for better readability. Added a work-in-progress warning to mobile testing docs and updated admonition types. Changed section headings in iOS publishing guide from 'Step X' to subheadings for consistency. Set toc_depth to 3 in mkdocs.yml for deeper table of contents.
Contributor
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.
We've reviewed this pull request using the Sourcery rules engine
Deploying flet-docs with
|
| Latest commit: |
5b23497
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eeb8d355.flet-docs.pages.dev |
| Branch Preview URL: | https://docs-beta.flet-docs.pages.dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Update Flet documentation and README to reflect the 1.0 beta positioning and streamline getting-started guidance.
Documentation:
flet create.