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

Add filters and search to Agenda layout (and fixes pan-scroll glitches) #299

Merged
merged 14 commits into from
Jan 30, 2020
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eqeqeq": [2, "smart"],
"func-names": [1, "as-needed"],
"max-depth": [1, 3],
"max-len": [1, 80],
"max-len": [1, 100],
"max-statements": [1, 15],
"new-cap": 1,
"no-extend-native": 2,
Expand Down
4 changes: 4 additions & 0 deletions js/build.templates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/default-configs/layouts-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ window.flListLayoutConfig = {
'social': {
'bookmark': true
},
'style-specific': ['list-bookmark', 'list-agenda-options'],
'style-specific': ['list-filter', 'list-search', 'list-bookmark', 'list-agenda-options'],
'summary-fields': [
{
id: 'ajdmjRrT',
Expand Down
Loading