taxforge 0.9.22__tar.gz → 0.9.24__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.24}/PKG-INFO +1 -1
- {taxforge-0.9.22 → taxforge-0.9.24}/pyproject.toml +1 -1
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/__init__.py +1 -1
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/aitax.py +2 -6
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/cli.py +1 -1
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/taxforge.egg-info/PKG-INFO +1 -1
- {taxforge-0.9.22 → taxforge-0.9.24}/README.md +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/setup.cfg +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/tests/test_fact_graph.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/tests/test_investments.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/tests/test_tax_engine.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/components.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/document_extractor.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/persistence.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/aitax/state.py +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/taxforge.egg-info/SOURCES.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/taxforge.egg-info/dependency_links.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/taxforge.egg-info/entry_points.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/ui/taxforge.egg-info/requires.txt +0 -0
- {taxforge-0.9.22 → taxforge-0.9.24}/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
|
),
|
|
@@ -1268,7 +1264,7 @@ def review_page() -> rx.Component:
|
|
|
1268
1264
|
),
|
|
1269
1265
|
|
|
1270
1266
|
width="100%",
|
|
1271
|
-
max_width="
|
|
1267
|
+
max_width="1200px",
|
|
1272
1268
|
margin="0 auto",
|
|
1273
1269
|
padding="100px 40px 40px 40px",
|
|
1274
1270
|
),
|
|
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
|