ustaxviewer.git
4 years agoUse explicit include for the ts-loader Webpack rule. 1.0.1
Robert Sesek [Mon, 23 Mar 2020 13:17:16 +0000 (09:17 -0400)]
Use explicit include for the ts-loader Webpack rule.

4 years agoMove some packages from devDependencies to dependencies.
Robert Sesek [Mon, 23 Mar 2020 13:16:08 +0000 (09:16 -0400)]
Move some packages from devDependencies to dependencies.

4 years agoSet version to 1.0.0 and some packaging prep. 1.0.0
Robert Sesek [Mon, 23 Mar 2020 12:13:19 +0000 (08:13 -0400)]
Set version to 1.0.0 and some packaging prep.

4 years agoAdd a README.
Robert Sesek [Sun, 22 Mar 2020 23:31:04 +0000 (19:31 -0400)]
Add a README.

4 years agoFlexbox improvements.
Robert Sesek [Wed, 18 Mar 2020 05:30:58 +0000 (01:30 -0400)]
Flexbox improvements.

4 years agoStore the trace and value as state in LineView.
Robert Sesek [Wed, 18 Mar 2020 04:42:37 +0000 (00:42 -0400)]
Store the trace and value as state in LineView.

4 years agoInclude the Form.person in the form selector.
Robert Sesek [Tue, 17 Mar 2020 22:39:48 +0000 (18:39 -0400)]
Include the Form.person in the form selector.

4 years agoMake the trace viewer easier to use for large graphs.
Robert Sesek [Tue, 17 Mar 2020 03:58:12 +0000 (23:58 -0400)]
Make the trace viewer easier to use for large graphs.

4 years agoDrop <table> instead of flex for layout.
Robert Sesek [Tue, 17 Mar 2020 03:36:38 +0000 (23:36 -0400)]
Drop <table> instead of flex for layout.

This lets the trace viewer be larger than the form width.

4 years agoAdd graphviz display of line Traces.
Robert Sesek [Tue, 17 Mar 2020 02:56:09 +0000 (22:56 -0400)]
Add graphviz display of line Traces.

4 years agoWork on the trace viewer for form lines.
Robert Sesek [Sun, 15 Mar 2020 18:19:15 +0000 (14:19 -0400)]
Work on the trace viewer for form lines.

4 years agoStringify line values with spaces.
Robert Sesek [Sun, 15 Mar 2020 16:38:40 +0000 (12:38 -0400)]
Stringify line values with spaces.

4 years agoSort a Form's lines using localeCompare with numeric=true.
Robert Sesek [Sun, 15 Mar 2020 16:36:20 +0000 (12:36 -0400)]
Sort a Form's lines using localeCompare with numeric=true.

4 years agoJust use Object.values rather than keys.
Robert Sesek [Sun, 15 Mar 2020 01:02:20 +0000 (21:02 -0400)]
Just use Object.values rather than keys.

Something is not working right (re-render does not occur) if you switch forms
and there were shared keys.

4 years agoStringify line values, in case they are complex.
Robert Sesek [Sun, 15 Mar 2020 00:31:14 +0000 (20:31 -0400)]
Stringify line values, in case they are complex.

4 years agoCreate a ustaxviewer command to display a tax return through webpack-dev-server.
Robert Sesek [Sat, 14 Mar 2020 19:02:08 +0000 (15:02 -0400)]
Create a ustaxviewer command to display a tax return through webpack-dev-server.

4 years agoAdd license information.
Robert Sesek [Sat, 14 Mar 2020 13:01:32 +0000 (09:01 -0400)]
Add license information.

4 years agoUpdate imports for TaxReturn abstraction.
Robert Sesek [Sat, 14 Mar 2020 12:52:48 +0000 (08:52 -0400)]
Update imports for TaxReturn abstraction.

4 years agoSplit TaxReturnView out of App.
Robert Sesek [Wed, 11 Mar 2020 02:09:03 +0000 (22:09 -0400)]
Split TaxReturnView out of App.

4 years agoUpdates to reflect ustaxlib's package new package structure.
Robert Sesek [Wed, 11 Mar 2020 02:03:56 +0000 (22:03 -0400)]
Updates to reflect ustaxlib's package new package structure.

4 years agoCatch errors in rendering values.
Robert Sesek [Sun, 8 Mar 2020 23:17:40 +0000 (19:17 -0400)]
Catch errors in rendering values.

4 years agoFinish basic styling for the viewer.
Robert Sesek [Sun, 8 Mar 2020 23:03:43 +0000 (19:03 -0400)]
Finish basic styling for the viewer.

4 years agoInitial skeleton of the ustaxlib viewer.
Robert Sesek [Sun, 8 Mar 2020 22:33:27 +0000 (18:33 -0400)]
Initial skeleton of the ustaxlib viewer.