ustaxviewer.git
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.