taxforge 0.9.22__tar.gz → 0.9.23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {taxforge-0.9.22 → taxforge-0.9.23}/PKG-INFO +1 -1
- {taxforge-0.9.22 → taxforge-0.9.23}/pyproject.toml +1 -1
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/__init__.py +1 -1
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/aitax.py +1 -5
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/cli.py +1 -1
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/PKG-INFO +1 -1
- {taxforge-0.9.22 → taxforge-0.9.23}/README.md +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/setup.cfg +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/tests/test_fact_graph.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/tests/test_investments.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/tests/test_tax_engine.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/components.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/document_extractor.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/persistence.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/aitax/state.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/SOURCES.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/dependency_links.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/entry_points.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/requires.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.23}/ui/taxforge.egg-info/top_level.txt +0 -0
|
@@ -617,11 +617,7 @@ def review_page() -> rx.Component:
|
|
|
617
617
|
{"background": "#E8EDFF"},
|
|
618
618
|
{},
|
|
619
619
|
),
|
|
620
|
-
on_click=
|
|
621
|
-
doc["status"] != "parsed",
|
|
622
|
-
lambda: TaxAppState.toggle_file_selection(doc["name"]),
|
|
623
|
-
lambda: None,
|
|
624
|
-
),
|
|
620
|
+
on_click=lambda: TaxAppState.toggle_file_selection(doc["name"]),
|
|
625
621
|
transition="all 0.15s ease",
|
|
626
622
|
),
|
|
627
623
|
),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|