gristlabs_grist-core/app/plugin
Paul Fitzpatrick c387fc4bce (core) hide long sequences of unchanged rows in diffs
Summary:
It can be hard to find changes, even when highlighted, in a table with many rows.  This diff replaces long sequences of unchanged rows with a row containing "..."s.

With daff, I found that it is important to do this for sequences of unchanged columns also, but not tackling that yet.

Test Plan: added test

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2666
2020-11-19 18:19:54 -05:00
..
CustomSectionAPI-ti.ts
CustomSectionAPI.ts
FileParserAPI-ti.ts
FileParserAPI.ts
grist-plugin-api.ts (core) Implement 'Print widget' option to print individual view sections. 2020-10-10 00:35:33 -04:00
GristAPI-ti.ts (core) add grist.onRecord and grist.onRecords event handlers 2020-08-13 14:34:23 -04:00
GristAPI.ts (core) add grist.onRecord and grist.onRecords event handlers 2020-08-13 14:34:23 -04:00
GristData.ts (core) Improve object serialization, to help get RECORD data to Custom Widgets. 2020-08-21 18:33:28 -04:00
GristTable-ti.ts (core) add grist.onRecord and grist.onRecords event handlers 2020-08-13 14:34:23 -04:00
GristTable.ts
ImportSourceAPI-ti.ts
ImportSourceAPI.ts
InternalImportSourceAPI-ti.ts
InternalImportSourceAPI.ts
objtypes.ts (core) hide long sequences of unchanged rows in diffs 2020-11-19 18:19:54 -05:00
PluginManifest-ti.ts
PluginManifest.ts
RenderOptions-ti.ts
RenderOptions.ts
StorageAPI-ti.ts
StorageAPI.ts
tsconfig.json
TypeCheckers.ts