-
Notifications
You must be signed in to change notification settings - Fork 365
Migrate to Reflex plugins and remove deprecated rx.Model usage #322
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
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
061295e
counter: add RadixThemesPlugin to fix implicit Radix Themes deprecation
claude 6a3b72e
json-tree: add RadixThemesPlugin to fix implicit Radix Themes depreca…
claude 8abfecb
linkinbio: add RadixThemesPlugin to fix implicit Radix Themes depreca…
claude c76b8db
overkey: add RadixThemesPlugin to fix implicit Radix Themes deprecation
claude 452d6c8
reflexle: add RadixThemesPlugin to fix implicit Radix Themes deprecation
claude fc57921
snakegame: add RadixThemesPlugin to fix implicit Radix Themes depreca…
claude 8664ac7
todo: add RadixThemesPlugin to fix implicit Radix Themes deprecation
claude 184f12e
upload: add RadixThemesPlugin to fix implicit Radix Themes deprecation
claude 2dd63c9
dalle: move App(theme=...) to RadixThemesPlugin in config
claude 564afba
flux-fast: move App(theme=...) to RadixThemesPlugin in config
claude 0d5a923
chat_v2: replace deprecated rx.Model with sqlmodel.SQLModel and add R…
claude 8f6df84
clock: add explicit set_zone setter, move theme to RadixThemesPlugin
claude 15971c5
basic_crud: replace rx.Model with SQLModel, add set_url_query setter,…
claude bae8f96
data_visualisation: replace rx.Model with SQLModel, move theme to Rad…
claude eacd428
form-designer: replace rx.Model with SQLModel, add set_options_editor…
claude 391eb68
github-stats: add explicit set_username setter, add RadixThemesPlugin
claude 3057a26
local-component: add explicit set_who setter, add RadixThemesPlugin
claude edf5a84
lorem-stream: replace reflex-chakra circular_progress with rx.progres…
claude 7f24acd
quiz: replace reflex-chakra circular_progress with rx.progress, move …
claude 0a01566
translator: replace rx.Base with rx.PropsBase, add explicit setters, …
claude 2106fa4
traversal: add explicit set_option setter, add RadixThemesPlugin
claude a6b844d
twitter: replace rx.Model with SQLModel, add explicit setters, move t…
claude 892e2f5
nba: move App(theme=...) to RadixThemesPlugin in config
claude f4eb4a2
nba-proxy: add RadixThemesPlugin to config matching nba app
claude 37295b6
ag_grid_finance: add RadixThemesPlugin to fix potential implicit Radi…
claude 391703b
azure_auth: add RadixThemesPlugin to fix implicit Radix Themes deprec…
claude b52c7ff
check_export: replace reflex pin in requirements.txt with REFLEX_DEP
claude df54a48
basic_crud: require reflex[db] extra and set explicit db_url
claude 39bc553
chat_v2: require reflex[db] extra and set explicit db_url
claude 9a19abd
data_visualisation: require reflex[db] extra
claude 3e1f949
form-designer: require reflex[db] extra
claude 046b87c
twitter: require reflex[db] extra and set explicit db_url
claude 788532b
counter: drop unused db_url from config
claude 4a6d5c7
snakegame: drop unused db_url from config
claude 3dbce9d
todo: drop unused db_url from config
claude d84a85a
upload: drop unused db_url from config
claude a043c26
check_export: install reflex from a local checkout of reflex-dev/reflex
claude e9688ba
check_export: fetch full history and tags for reflex checkout
claude 7c4eff0
check_export: use uv pip to install requirements
claude e48df0a
form-designer: suppress upstream rx.Model deprecation from reflex_loc…
claude 67b61a0
Revert "form-designer: suppress upstream rx.Model deprecation from re…
claude f123051
form-designer: bump reflex-local-auth to >=0.5.0
claude a1b9db6
azure_auth: use public consumers tenant and example client id
claude 78ac6ca
ag_grid_finance: add explicit set_grid_theme setter
claude 8f7ef11
form-designer: use sqlmodel.select in tests
claude 0a352f3
bump reflex minimum to >=0.9.2 across apps using RadixThemesPlugin
claude bd6648e
counter: drop AppHarness.get_state assertions from tests
claude c50ee7e
counter: restore session-storage token polling
claude 4aea6b9
form-designer: use sqlmodel.select in app code
claude e24fa3f
check_export: drop local reflex checkout, use git URL with uv
claude 9e30920
form-designer: use rx.model.migrate() for db setup
claude 5a627d9
Revert "check_export: drop local reflex checkout, use git URL with uv"
masenf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| reflex>=0.8.0 | ||
| reflex>=0.9.2 | ||
| reflex-enterprise>=0.0.2 | ||
| yfinance==0.2.54 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,5 @@ | |
|
|
||
| config = rx.Config( | ||
| app_name="ag_grid_finance", | ||
| tailwind=None, | ||
| plugins=[rx.plugins.RadixThemesPlugin()], | ||
| ) | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| reflex>=0.8.0 | ||
| reflex>=0.9.2 | ||
| msal==1.31.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,5 @@ | |
|
|
||
| config = rx.Config( | ||
| app_name="azure_auth", | ||
| tailwind=None, | ||
| plugins=[rx.plugins.RadixThemesPlugin()], | ||
| ) | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| reflex>=0.8.0 | ||
| reflex[db]>=0.9.2 | ||
| fastapi |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ pytz>=2024.2 | |
| together>=1.3.1 | ||
| uv>=0.4.22 | ||
|
|
||
| reflex>=0.8.0 | ||
| reflex[db]>=0.9.2 | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| reflex>=0.8.0 | ||
| reflex>=0.9.2 | ||
| pytz==2022.7.1 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| reflex>=0.8.0 | ||
| reflex>=0.9.2 |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| reflex>=0.8.0 | ||
| reflex>=0.9.2 | ||
| openai>=1 |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.