Skip to content

Commit 0e41e88

Browse files
committed
Refactor "jstreetable.js" and update the renderer
- Remove redundant and not-working customization that modifies the "jstree-table-wrapper" style. "jstreetable.js" doesn't provide any minimum version so that MFR has to use the full one and refactor it with "eslint" and add docstr. - Minor updates for the renderer: - Enable cache which was disabled for local test - Update column width for file size - Use closed-folder icon - Remove unused assets
1 parent 0ef2f85 commit 0e41e88

File tree

7 files changed

+1050
-1044
lines changed

7 files changed

+1050
-1044
lines changed

mfr/extensions/zip/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def file_required(self):
2121

2222
@property
2323
def cache_result(self):
24-
return False
24+
return True
2525

2626
def render(self):
2727

-499 Bytes
Binary file not shown.
-662 Bytes
Binary file not shown.
Binary file not shown.
-80 Bytes
Loading

0 commit comments

Comments
 (0)