Yury Bondarenko

Results 72 comments of Yury Bondarenko

@tdonohue @YanaDePauw recently noticed that DSO page menu sections with OnClick callbacks break in production mode, so this PR probably shouldn't be merged as-is. We're looking into it.

Since the search function adds `.is-search-miss` & `.is-search-hit` classes to the cards, you can implement some rudimentary board filtering with CSS snippets. I use the following: ```css .kanban-plugin__item-wrapper { /*...

Here you go [sample.zip](https://github.com/obsidian-tasks-group/obsidian-tasks/files/13166934/sample.zip)

Still some e2e failures, but I'm pretty sure that those tests were already flaky

Note: by far most of the conflicts will be due to the automatic lint fixes, so I'll address them in one go when the PR is approved. Probably best to...

@tdonohue @atarix83 done. There were only very minor conflicts; I'll keep an eye out in case there's more in the next few days

@atarix83 I'm using IntelliJ IDEA, so ESLint support is probably the same in WebStorm. To use these plugins you'll need to run `yarn build:lint` first. I already included it in...

@atarix83 just had the same exact idea, so I'm all for it 👍 I think it makes sense to remove the build step from `yarn lint` itself too, so we...