Commit Graph

194 Commits

Author SHA1 Message Date
Johannes Zillmann
f0b80842a5 Fix change icon position 2021-03-23 07:33:28 +01:00
Johannes Zillmann
0be95e4bbc Track evaluations 2021-03-23 07:25:17 +01:00
Johannes Zillmann
c98145a63c Test for remote PDFS 2021-03-22 09:03:26 +01:00
Johannes Zillmann
f5a180113d No unused locals 2021-03-21 08:39:42 +01:00
Johannes Zillmann
17290cf746 Improve removal
* Always compare in one direction
2021-03-21 08:09:41 +01:00
Johannes Zillmann
cd6689f141 Fix compilation for fresh checkouts 2021-03-20 19:06:22 +01:00
Johannes Zillmann
d7202e7542 Add forgotton line 2021-03-20 19:04:15 +01:00
Johannes Zillmann
65e17f2c4a Fix compilation caused by jest-file-snapshot problem 2021-03-20 19:01:30 +01:00
Johannes Zillmann
68c4d9a4a3 Consolidate repetitive element eviction
* Solely rely on neighbour similarity
* Cut out `y` in the middle
2021-03-16 07:02:31 +01:00
Johannes Zillmann
f42358d63b Remove empty items 2021-03-16 05:50:57 +01:00
Johannes Zillmann
5af033c0f1 Round and limit y 2021-03-15 20:37:41 +01:00
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