Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.6.2 #66

Merged
merged 38 commits into from
Jul 15, 2018
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c419398
Create virtual foreach node
Ethan3600 Jun 10, 2018
310b3fa
Add virtualized scrolling implementation
Ethan3600 Jun 10, 2018
a6c2df1
Allow iteration of cron elements
Ethan3600 Jun 11, 2018
248e7de
Allow return type as integer for offset
Ethan3600 Jun 11, 2018
06ef304
Change variable names
Ethan3600 Jun 11, 2018
3fae76f
Fix virtical virtualization
Ethan3600 Jun 16, 2018
a8b80dc
Use stricter logic to skip paiting of crons
Ethan3600 Jun 16, 2018
b88fa12
Fine tune intervals
Ethan3600 Jun 17, 2018
c43e534
Use transform for improved performace
Ethan3600 Jun 22, 2018
56a8b1c
Skip over rows that are out of bounds
Ethan3600 Jun 23, 2018
257a354
Use request animation frame for better performance
Ethan3600 Jun 24, 2018
21950fa
Track total records and display it
Ethan3600 Jun 24, 2018
eea10dc
Use event handlers instead of observables
Ethan3600 Jun 24, 2018
26ecd00
Stop calling refresh "recursively"
Ethan3600 Jun 24, 2018
614892e
Force requirejs to load virtual foreach first
Ethan3600 Jun 24, 2018
c8d5ea6
Comment out delete iteration & debounce animation
Ethan3600 Jun 24, 2018
38db4be
Add limit to collection size
Ethan3600 Jul 1, 2018
360fbab
Pass in parameter instead to bypass search
Ethan3600 Jul 1, 2018
d03f138
Observe timeline panel offset
Ethan3600 Jul 1, 2018
d3b55d1
Don't use moment js for offset calculation
Ethan3600 Jul 1, 2018
4175748
Stop tracking RAF ids
Ethan3600 Jul 1, 2018
fd6ab6a
Remove functional implementation for diff
Ethan3600 Jul 1, 2018
05f206b
Refactor dematerialization
Ethan3600 Jul 2, 2018
71b0bde
Refactor materialization of elements
Ethan3600 Jul 6, 2018
89f1696
Speed up dematerialization by using web api
Ethan3600 Jul 6, 2018
f0ab81e
Empty virtual registry after done processing
Ethan3600 Jul 7, 2018
b3f2635
Disable dom-observer to bypass MutationObserver
Ethan3600 Jul 7, 2018
bb03454
Fix namespace so VFE can be loaded before timeline
Ethan3600 Jul 8, 2018
74b1402
Fix when loader gif appears/disappears
Ethan3600 Jul 8, 2018
d89e526
Fix scrolling event to make it less clunky
Ethan3600 Jul 8, 2018
c9d0a11
Fix overlapping materialization bug
Ethan3600 Jul 8, 2018
c72cd71
Use empty file to disable MutationObservers
Ethan3600 Jul 8, 2018
61b0223
Lower max query size
Ethan3600 Jul 14, 2018
f9dff69
Remove cancel RAF; we're not using it anymore
Ethan3600 Jul 14, 2018
b0d789d
Don't show loader when materializing
Ethan3600 Jul 14, 2018
d89870b
Remove redundant variable
Ethan3600 Jul 15, 2018
8ca4a8b
Merge pull request #65 from Ethan3600/1.x-dev/feature/virtualized-tim…
Jul 15, 2018
77b4294
Bump semver
Ethan3600 Jul 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Force requirejs to load virtual foreach first
Ethan3600 committed Jun 24, 2018
commit 614892ea723fa0b9344410a77b2dc5d90cd12792
5 changes: 5 additions & 0 deletions view/adminhtml/requirejs-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
var config = {
paths: {
'cronjobManager/template': 'EthanYehuda_CronjobManager/templates'
},
shim: {
'EthanYehuda/js/timeline/timeline': {
'deps': ['EthanYehuda/js/lib/knockout/bindings/virtual-foreach']
}
}
};