Commit Graph

183 Commits

Author SHA1 Message Date
Johannes Zillmann
a90e6207dc Add similarity checks to repetitive element removal 2021-03-15 09:16:50 +01:00
Johannes Zillmann
9bd5043f2e Very basic removal of repetitive elements 2021-03-14 12:15:37 +01:00
Johannes Zillmann
77b7d837eb Improve change detection to handle removal case properly 2021-03-14 11:59:46 +01:00
Johannes Zillmann
8e024ee544 Fix layout 2021-03-13 22:57:49 +01:00
Johannes Zillmann
60596e7416 #24 Add first external PDFs for testing 2021-03-13 22:53:54 +01:00
Johannes Zillmann
db86552965 Fix tests 2021-03-13 22:50:02 +01:00
Johannes Zillmann
d5523fb1d4 Split result files
* Due 100 MB limit of Github
2021-03-13 22:46:10 +01:00
Johannes Zillmann
713a82b41d Stabilize font display in tests
* If multiple PDF are tested after another their font ids change (e.g. `g_d0_f1` becomes `g_d1_f1`)
2021-03-13 19:38:47 +01:00
Johannes Zillmann
417cc2ab94 Add Test infrastructure for example PDFs 2021-03-13 08:46:22 +01:00
Johannes Zillmann
d8bfee23d2 Fine tune change markers 2021-03-09 19:14:56 +01:00
Johannes Zillmann
3b0584d94b Extract current page
* and show it when pinned but no results
2021-03-09 18:56:42 +01:00
Johannes Zillmann
2c7caaa5d3 Fix rendering only the first n pages 2021-03-09 18:34:12 +01:00
Johannes Zillmann
45355a9315 PageControls 2021-03-09 08:44:06 +01:00
Johannes Zillmann
8b7ae34bbc Extract ItemRow out of ItemTable 2021-03-08 19:47:22 +01:00
Johannes Zillmann
dc11204bb1 Smoother messages display 2021-03-07 22:51:44 +01:00
Johannes Zillmann
1a02c41059 Cushion between control bar and item header
* Makes sure item rows not getting displayed above the sticky header nor does the header get cut off at it's top
2021-03-07 22:43:04 +01:00
Johannes Zillmann
1154eb3eab Extract ControlBar component 2021-03-07 21:39:45 +01:00
Johannes Zillmann
7b833417b5 Move FontIndex to page/transformation controls 2021-03-07 12:57:43 +01:00
Johannes Zillmann
0c2ba48eb2 Bundling in production 2021-03-05 21:05:53 +01:00
Johannes Zillmann
e2ed193967 Fix for deployment 2021-03-05 20:50:13 +01:00
Johannes Zillmann
b2f033f55b Ignore ImportNotUsedAsValues for now 2021-03-05 20:49:46 +01:00
Johannes Zillmann
4854844cb0 Move change symbol to own column 2021-03-04 08:09:34 +01:00
Johannes Zillmann
6f51f30e44 Make changed item colors more decent 2021-03-04 07:51:33 +01:00
Johannes Zillmann
4d41de82ea Unify select color 2021-03-04 07:45:25 +01:00
Johannes Zillmann
aae2d94eab Remove hover in favor of FontIndex 2021-03-03 18:17:12 +01:00
Johannes Zillmann
f0f10caf8f Font index 2021-03-02 19:37:37 +01:00
Johannes Zillmann
c60bd3f737 Un-Grouping switch 2021-03-01 23:42:02 +01:00
Johannes Zillmann
37622577c9 Upgrade to Snowpack 3 2021-02-28 18:57:06 +01:00
Johannes Zillmann
67fef84ba3 Update libs 2021-02-28 18:35:52 +01:00
Johannes Zillmann
dad4230620 Persist debug config & last debug stage 2021-02-28 18:14:24 +01:00
Johannes Zillmann
163d34261a Display Font Tooltip 2021-02-28 12:56:23 +01:00
Johannes Zillmann
37c50be4ca stage description tooltip 2021-02-28 10:23:59 +01:00
Johannes Zillmann
a99b031bc6 ShowAll Marker for transformer stages 2021-02-28 02:18:47 +01:00
Johannes Zillmann
e7574513c5 Change detection on group and item level 2021-02-28 02:07:45 +01:00
Johannes Zillmann
229cb53eb0 Make LineItemMerger standalone and re-usable 2021-02-27 18:45:14 +01:00
Johannes Zillmann
e6a18fa0d8 Filter for relevant items
* Don’t color Page in change color
* Tailwind: expose colors as CSS variables
2021-02-27 14:00:59 +01:00
Johannes Zillmann
cd8cdf4df6 Highlight changes 2021-02-27 09:51:04 +01:00
Johannes Zillmann
915827be0c Sort line items on X axis 2021-02-26 21:42:26 +01:00
Johannes Zillmann
08509953dc Fix line compaction for multi-columnar PDFs 2021-02-26 19:28:44 +01:00
Johannes Zillmann
6e5e5c9d53 Improve line compaction 2021-02-26 18:04:50 +01:00
Johannes Zillmann
0910f7b148 Grouping of line items 2021-02-21 13:23:31 +01:00
Johannes Zillmann
d8bc6d100b Cleanup & simple line detection 2021-02-21 08:23:51 +01:00
Johannes Zillmann
71fb6a23ff Cleanup 2021-02-20 19:36:43 +01:00
Johannes Zillmann
2d14de5167 Enable Font calculations 2021-02-20 18:36:31 +01:00
Johannes Zillmann
1b530c6c29 Fetch fontObjects 2021-02-20 13:10:13 +01:00
Johannes Zillmann
a5b65b5d85 Begin calculate statistics 2021-02-19 22:55:25 +01:00
Johannes Zillmann
0498832d10 Eye candy
- Transition between pages
2021-02-19 22:54:55 +01:00
Johannes Zillmann
c37481b63a Move components to Main 2021-02-19 22:29:18 +01:00
Johannes Zillmann
3d48b88243 Don’t render all items at once
* Load the pages with together maximal 200 items 
* Load more once the page scroll nears the end
2021-02-19 12:13:39 +01:00
Johannes Zillmann
ad5fbfd15d Transformer Selection 2021-02-15 20:41:02 +01:00