Skip to content

flet init #88

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

Merged
merged 28 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
505a24c
flet init
MH0386 May 1, 2025
01f0d4a
flet init
MH0386 May 1, 2025
e82445a
flet init
MH0386 May 1, 2025
c7c1cc7
flet init
MH0386 May 1, 2025
ac6c17a
flet init
MH0386 May 1, 2025
b49167b
flet init
MH0386 May 1, 2025
6fa8afc
flet init
MH0386 May 1, 2025
62021e5
flet init
MH0386 May 1, 2025
4121495
chore: update dependencies and improve project configuration
MH0386 May 2, 2025
9c468f3
Remove unused files and update main page title
MH0386 May 2, 2025
c3692f4
Update Docs
actions-user May 2, 2025
23ec1db
Refactor main.py and home.py for improved routing and layout
MH0386 May 2, 2025
2c40bbe
Merge branch 'flet' of https://github.com/MH0386/MH0386.github.io int…
MH0386 May 2, 2025
a91aa3f
Switches to Ruff and Ty for linting
MH0386 May 26, 2025
6bb0ff0
Adds necessary permissions and installs project
MH0386 May 26, 2025
2114be3
Restricts doc sync to main branch
MH0386 May 26, 2025
72ce01d
Adds Flutter dependency caching
MH0386 May 26, 2025
30a83e6
Adds GitHub Pages deployment workflow
MH0386 May 26, 2025
d41c6df
Updates web deployment to use Flet Publish
MH0386 May 26, 2025
a7bee1b
Removes Flutter dependency caching
MH0386 May 26, 2025
c5d0f5a
Refactors docs synchronization workflow
MH0386 May 26, 2025
a6bf237
Configures linters and formatters
MH0386 May 26, 2025
44c4822
Configures trunk and improves linting
MH0386 May 26, 2025
381f8d4
Removes IntelliJ IDEA project files
MH0386 May 26, 2025
49f060e
Adds code quality badges
MH0386 May 26, 2025
0e7e35b
Configures pyright settings
MH0386 May 26, 2025
7d92348
Disables attribute access issue reporting
MH0386 May 26, 2025
32af600
Merge branch 'main' into flet
MH0386 May 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .flox/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .flox/env.json

This file was deleted.

145 changes: 0 additions & 145 deletions .flox/env/manifest.lock

This file was deleted.

76 changes: 0 additions & 76 deletions .flox/env/manifest.toml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/rust-clippy.yml

This file was deleted.

Loading